Folks
Has anyone running php 5.0.0 on NT ran into the MAIL() error
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header
missing
I have tried numerous syntax changes to sendmail_from in the PHP.INI as well as
setting headers without
success.
Mike
Justin Patrin wrote:
> On Mon, 09 Aug 2004 10:02:23 +0200, Torsten Scheck
> <[EMAIL PROTECTED]> wrote:
>
>>Hi,
>>
>>I just stumbled over a problem after I had updated PHP, and I
>>thought I should share my experience:
>>
>>I use PHP Version 4.3.6 with '--enable-trans-sid' and
>>deactivated cookies:
* Thus wrote Hardik Doshi:
> Hello Group,
>
> I would like to know which one is the most appropriate
> way to implement the following scenario.
>
> For example, I want to display a products catalogue of
> 100 products. I do have a base class of product which
> contains all the basic property of t
On Mon, 2004-08-09 at 19:29, Hardik Doshi wrote:
> Hello Group,
>
> I would like to know which one is the most appropriate
> way to implement the following scenario.
>
> For example, I want to display a products catalogue of
> 100 products. I do have a base class of product which
> contains all t
On Mon, 2004-08-09 at 22:29, Hardik Doshi wrote:
> Hello Group,
>
> I would like to know which one is the most appropriate
> way to implement the following scenario.
>
> For example, I want to display a products catalogue of
> 100 products. I do have a base class of product which
> contains all t
The "openssl_csr_sign" function forces the use of certificate request
specifications in the 'openssl.cnf' (configuration) file, and completely
ignores the extension sections passed in the "configargs" array.
The (CA) signing functions allow for configuration extensions that are not
defined nor use
Hello Group,
I would like to know which one is the most appropriate
way to implement the following scenario.
For example, I want to display a products catalogue of
100 products. I do have a base class of product which
contains all the basic property of the product
(Product title, product descript
Hello John,
Tuesday, August 10, 2004, 12:35:30 AM, you wrote:
JWH> From: "adwinwijaya" <[EMAIL PROTECTED]>
>> Assume I have array that looks like :
>>
>> Array(
>> 'type'->'Fiction',
>> 'notes'->'Fiction books from a-z',
>> 'list'-> Array(
>> 'list'-> [0]->array(
>>
(Sorry about all the quoting but I thought it makes sense for clarity -
Mattias)
Curt Zirzow wrote:
* Thus wrote Lenar Lhmus:
Mattias Thorslund wrote:
Though, (regardless of SQL database platform) in a case like this, it
MAY be both more straightforward and efficient to use two separate
q
On Mon, 09 Aug 2004 20:04:50 -0400, Gambler ZG <[EMAIL PROTECTED]> wrote:
> > Much better to use a *function* which is parsed once
> > then include()ing or eval()ing the same code over and over to
> (possibly) be
> > re-parsed.
>
> //I read file once:
> $handle = fopen($fileName, "r");
> $scrip
> Much better to use a *function* which is parsed once
> then include()ing or eval()ing the same code over and over to
(possibly) be
> re-parsed.
//I read file once:
$handle = fopen($fileName, "r");
$script = 'function use_cached_code(){
?>';
$script. = fread($handle, filesize($fileName));
$scrip
Please don't send the same message twice.
Response below.
On Mon, 9 Aug 2004 20:32:12 -0300, Naty <[EMAIL PROTECTED]> wrote:
> Hi !!!
> I'm new with php, I just install php and apache, I test with info.php and
> all
> it's working.
> Now I'm trying to install a thirds party webapp that seams to h
Hi !!!
I'm new in php, I just install php and apache, i test with info.php and all
it's working.
Now I'm trying to install a thirds party webapp and seams to have problems
with sessions, I receive a warning error like
"Warning: Cannot modify header information - headers already sent by (output
sta
Hi !!!
I'm new with php, I just install php and apache, I test with info.php and
all
it's working.
Now I'm trying to install a thirds party webapp that seams to have problems
with sessions, I received a warning error like
"Warning: Cannot modify header information - headers already sent by (output
I strongly recommend Horde web mail. We are currently
using it in our institute and it scales better.
Thanks,
Hardik
--- Matthew Sims <[EMAIL PROTECTED]> wrote:
> > On Mon, 2004-08-09 at 14:28, Alex Shi wrote:
> >> Hi All,
> >>
> >> Can any one recommend a strong/stable PHP/MySQL
> based web
>
> On Mon, 2004-08-09 at 14:28, Alex Shi wrote:
>> Hi All,
>>
>> Can any one recommend a strong/stable PHP/MySQL based web
>> mail system? It must support large mail transfer, some times may be
>> more than 10 MB for a single message.
>>
>> Alex
>
> The message size limit is controlled by your maile
On Mon, 2004-08-09 at 14:28, Alex Shi wrote:
> Hi All,
>
> Can any one recommend a strong/stable PHP/MySQL based web
> mail system? It must support large mail transfer, some times may be
> more than 10 MB for a single message.
>
> Alex
The message size limit is controlled by your mailer. (post
Hi All,
Can any one recommend a strong/stable PHP/MySQL based web
mail system? It must support large mail transfer, some times may be
more than 10 MB for a single message.
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, 9 Aug 2004 15:14:57 -0400, John W. Holmes
<[EMAIL PROTECTED]> wrote:
> From: "Justin Patrin" <[EMAIL PROTECTED]>
> > > eval($script);
> > > use_cached_code();
> >
> > Ick! eval() is evil!
>
> You have benchmarks to back that up or experience?
>
Well, I didn't mean speed-wise necessarily,
Hello,
I'm looking at the PHP manual which has http://us3.php.net/convert_uuencode
convert_uuencode as a function, but it's only a PHP 5 function. Is
there a PHP 4 equivalent for this function ?.
Really appreciate any help on this.
--
Vidyut Luther
--
PHP General Mailing List (http://www.php.
heh, think you missed the point. It's not for designing the site, it's
for your clients who don't know HTML markup and can edit their pages.
-Robby
On Mon, 2004-08-09 at 13:16, Scott Hyndman wrote:
> I would kill myself if I ever had to use a web-based app to design a
> site. Gross!
>
> (sorry
I would kill myself if I ever had to use a web-based app to design a
site. Gross!
(sorry I sent it to just you, I still haven't got used to this thing)
-Original Message-
From: Robby Russell [mailto:[EMAIL PROTECTED]
Sent: Monday, August 09, 2004 11:15 AM
To: charles kline
Cc: [EMAIL PRO
* Thus wrote John W. Holmes:
> From: "Justin Patrin" <[EMAIL PROTECTED]>
> > > eval($script);
> > > use_cached_code();
> >
> > Ick! eval() is evil!
>
> You have benchmarks to back that up or experience?
>
> I did a benchmark between using include(), eval(), smarty, pattemplate, and
> a few others
On Tuesday 10 August 2004 03:29, Aaron Todd wrote:
> When you say "outside of the webroot" do you mean. Can you give me an
> example. The root of my web is in /var/www/html/. Thats where you are
> taken when you punch in my domain. Currently I have a directory called
> /test/ which is protected
if you have /var/www/html/ defined as documentroot, as you mentioend
then outside is anything outside the directory html/ so /var/www/php/
could hold all your php files, and be outside the docroot.
JAson
"Aaron Todd" <[EMAIL PROTECTED]> wrote:
>
> When you say "outside of the webroot" do you m
When you say "outside of the webroot" do you mean. Can you give me an
example. The root of my web is in /var/www/html/. Thats where you are
taken when you punch in my domain. Currently I have a directory called
/test/ which is protected by .htaccess but it is inder the
webroot.../var/www/html/t
From: "Justin Patrin" <[EMAIL PROTECTED]>
> > eval($script);
> > use_cached_code();
>
> Ick! eval() is evil!
You have benchmarks to back that up or experience?
I did a benchmark between using include(), eval(), smarty, pattemplate, and
a few others and include() and eval() are always the fastest.
I'm doing a bunch of LDAP work with PHP-4.3.6 and keep running up
against this annoyance. If I do an ldap_search() and get the first
entry, I can't then tweak some of the attribute/values and then
directly use ldap_add() to put a new version into the directory. The
reason is that the ldap_get_en
Scot L. Harris wrote:
I'm running a PHP system that relies on knowing the location of the
terminal to handle a lot of '911' (999) type things. I know that
REMOTE_ADDR can not be relied on, but with fixed IP addresses on a local
network it works fine. However I now have a customer who has a Termi
On Mon, 09 Aug 2004 02:11:14 -0400, Gambler ZG <[EMAIL PROTECTED]> wrote:
> > what do you mean by that?
>
> Nothing. The statement was based on the erroneous assumption that
> anonimous functions allow to go into HTML mode with '?>'. But this will
> not stop me, for there is eval()! The general id
* Thus wrote Jonathan Haddad:
> The only problem there is when you group the LEFT JOIN pictures that
> have a count of 0 return a count of 1. Unfortunately there's no single
> query that I figured out when I did this same project that would give
> accurate results.
SELECT
pics.*,
pic_comm
On Monday 09 August 2004 23:56, BOOT wrote:
> I am sure that this is a problem with my MTA configuration not PHP itself,
> but any help would be appreciated.
>
> PHP is set to use sendmail (although I understand that my server may be
> using qmail and not really sendmail?)
Makes no practical diff
On Mon, 2004-08-09 at 03:16, Lester Caine wrote:
> At the risk of getting my head bitten off I ask this again, as I am not
> getting any help anywhere.
>
> I'm running a PHP system that relies on knowing the location of the
> terminal to handle a lot of '911' (999) type things. I know that
> RE
On Mon, 9 Aug 2004 14:23:22 -0700, Josh Acecool M
<[EMAIL PROTECTED]> wrote:
> If I try to base64_decode an image which was encoded with base64_encode on a
> blank page, it works, if I try on a page with stuff already on it, it just
> shows me the source code to the image...
>
> Example: Run this
> Matthew Sims wrote:
>
>>And how does this relate to PHP??
>>
>>
>>
> Matthew,
> you are now sure to be flamed by all those who believe off topic
> maililngs by those who do not read the newby guide should be allowed and
> encouraged.
>
>
>
>
> --
> Raditha Dissanayake.
Well dammit all. I was hop
The only problem there is when you group the LEFT JOIN pictures that
have a count of 0 return a count of 1. Unfortunately there's no single
query that I figured out when I did this same project that would give
accurate results.
John Holmes wrote:
Mattias Jönsson wrote:
SELECT pics.*, pic_comme
On Mon, 09 Aug 2004 10:02:23 +0200, Torsten Scheck
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just stumbled over a problem after I had updated PHP, and I thought I
> should share my experience:
>
> I use PHP Version 4.3.6 with '--enable-trans-sid' and deactivated cookies:
> session.use_cookies Off
>
On Mon, 2004-08-09 at 08:56, BOOT wrote:
> I am sure that this is a problem with my MTA configuration not PHP itself,
> but any help would be appreciated.
>
> PHP is set to use sendmail (although I understand that my server may be
> using qmail and not really sendmail?)
>
> It seems that whatever
I am sure that this is a problem with my MTA configuration not PHP itself,
but any help would be appreciated.
PHP is set to use sendmail (although I understand that my server may be
using qmail and not really sendmail?)
It seems that whatever SMPT settings I place in php.ini ignores. (SMTP
server
And if you want to be really extreme, you can edit httpd.conf to use
virtual hosting and recognize each of the sites you have as individual
web servers.
Then, edit your hosts file to match the domains.. say I am working on my
own web site, oldirtyhaddad.com (shameless plug). I have set up my
Thanks for the replies. For those who mentioned load balancing I am using my
own server so that is not an issue. Loads should typically not hit what they
did while the raid array was rebuilding, however this does seem a little
alarming from a security standpoint! How do security conscious sites dea
Hello..
I am wondering if someone could point me in the general direction of
some examples which show how to query an LDAP group for user
membership?
Thanks,
Sam
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, 2004-08-09 at 07:58, charles kline wrote:
> Hi all,
>
> I have a new client (a design company). They have never developed a
> dynamic website at all and do all their HTML editing using Dreamweaver.
>
Are opposed to using something different for their general HTML editing?
You might be
From: "charles kline" <[EMAIL PROTECTED]>
> I have never used Smarty, which I understand might be a big help in
> these situations. One concern of mine is that I have a tight budget on
> this project and don't want to spend a lot of time learning a new
> system unless I have to.
Smarty is one sol
On Mon, 2004-08-09 at 07:35, Marten Lehmann wrote:
> Hello,
>
> I'm missing the select-function in PHP. It's a low-level function call
> to the same-called C-function and also available in Perl. I need this
> for nonblocking socket calls. Which function within PHP do I have to use
> instead?
>
Hi all,
I have a new client (a design company). They have never developed a
dynamic website at all and do all their HTML editing using Dreamweaver.
When I build sites, I am used to using a class for pages. Many of the
pages in this site are totally static except for a few elements (Bread
Crumb,
From: "adwinwijaya" <[EMAIL PROTECTED]>
> Assume I have array that looks like :
>
> Array(
> 'type'->'Fiction',
> 'notes'->'Fiction books from a-z',
> 'list'-> Array(
> 'list'-> [0]->array(
> 'title'->'xzy',
> 'id'->'1')
>
Hello,
I'm missing the select-function in PHP. It's a low-level function call
to the same-called C-function and also available in Perl. I need this
for nonblocking socket calls. Which function within PHP do I have to use
instead?
Regards
Marten Lehmann
--
PHP General Mailing List (http://www.ph
* Thus wrote Gambler ZG:
> >what do you mean by that?
>
> Nothing. The statement was based on the erroneous assumption that
> anonimous functions allow to go into HTML mode with '?>'. But this will
> not stop me, for there is eval()! The general idea is simple - to use
> some file's code multip
Hi,
In php5.0.0 I can use next select syntax:
but in php5.1.0-dev I see this warning
Warning: XSLTProcessor::transformToDoc() [function.transformToDoc]: Invalid type in
/mnt/data/www/html/web/Includes/Theme.php on line 117
Warning: XSLTProcessor::transformToDoc() [function.transformToDoc]: runtim
If I try to base64_decode an image which was encoded with base64_encode on a
blank page, it works, if I try on a page with stuff already on it, it just
shows me the source code to the image...
Example: Run this code as a blank page, no spaces before or after the
PS: phpBB2 somehow got it to wor
If you are viewing this, means that been suscribed only to the
general-digest, you are able to post.
This is very useful for mozilla clients, cause you have mozilla to see
the message list for new messages without the inconvenience of recieving
a lot of mail daily.
:)
--
PHP General Mailing Li
@lists.php.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Monday 09 August 2004 19:00, Curlys wrote:
> it doesn't work , when it is running , errors r bellow
>
> sh: line 1: kill: r: invalid signal specification
Well specify a VALID signal then. This is not a PHP problem.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software
Hi Brian
I was almost, almost, almost there :) but I was missing a bit of the logic.
Thank you very much. You solve my present and future problems.
Greetings
pt2002
"Brian Kell" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Well, first off, a little bit of formatting (line n
Correction, Mozilla reply works fine, with php.general only.
Alfonso Baqueiro wrote:
Alfonso Baqueiro wrote:
> Is there a manual of how tu use a mailing list for the newcomers?
> Is not so obvious as could be.
I supose the steps required to post are:
1. Request registering via the http://www.php.
Alfonso Baqueiro wrote:
> Is there a manual of how tu use a mailing list for the newcomers?
> Is not so obvious as could be.
I supose the steps required to post are:
1. Request registering via the http://www.php.net/mailing-lists.php
2. Reply the message recibed acording to its instructions.
(This
it doesn't work , when it is running , errors r bellow
sh: line 1: kill: r: invalid signal specification
plz help
- Original Message -
From: "Matthew Runo" <[EMAIL PROTECTED]>
To: "Curlys" <[EMAIL PROTECTED]>
Cc: "PHP" <[EMAIL PROTECTED]>
Sent: Monday, August 09, 2004 12:38 PM
Subject:
Is there a manual of how tu use a mailing list for the newcomers?
Is not so obvious as could be.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This might be helpful to you.
http://in2.php.net/manual/en/function.imagecopymerge.php
Kevin.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 08 August 2004 03:25, Robby Russell wrote:
> To all those who have auto-replys set for their email, please
> turn them
> off. ;-)
If you're referring to SpamCease, it seems that these are, on the whole, not
genuine auto-replies but are themselves from a spam email address harvester
masqueradin
On 08 August 2004 14:20, Josh Acecool M wrote:
> Try adding
> if (!function_exists("function_name")) {
> function function_name ($blah) {
> // Function Code
> }
> }
> for each function.
As I understand it, that will *not* work in PHP 5 as it still parses the entire file,
barfing
On 07 August 2004 23:24, PHP Gen wrote:
> This is what i am using:
>
> for($i=0; $i<1000;$i++)
> {
> echo "something";
> echo str_repeat(" ", 256); flush(); ob_flush();
> sleep(1);
> }
Regardless of solving your scrolling problem, these flush calls are the
wrong way round -- ob_flush() flush
On Sunday 08 August 2004 17:30, Kevin wrote:
> > please show us the output of 'ls -al' of the directories in question.
>
> Yes, I have seen the permission and its rwx-rwx-rwx i.e 777.
The full output showing the owner.group would have been nice. Anyway:
> Warning: mkdir(): SAFE MODE Restriction
Hi,
I just stumbled over a problem after I had updated PHP, and I thought I
should share my experience:
I use PHP Version 4.3.6 with '--enable-trans-sid' and deactivated cookies:
session.use_cookies Off
session.use_trans_sid On
And when I use PHP's session feature together with an empty XML tag, PH
- Original Message -
From: "Lester Caine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 09, 2004 3:16 PM
Subject: [PHP] Access CLIENTNAME
> At the risk of getting my head bitten off I ask this again, as I am not
> getting any help anywhere.
>
> I'm running a PHP sys
At the risk of getting my head bitten off I ask this again, as I am not
getting any help anywhere.
I'm running a PHP system that relies on knowing the location of the
terminal to handle a lot of '911' (999) type things. I know that
REMOTE_ADDR can not be relied on, but with fixed IP addresses o
Kevin wrote:
Yes, I have tried making the image with imagecreate() function and it was
transparent. Using imagecreate() function I was only able to make 256 colors
but the image was transparent. I want real colors so I used
imagecreatetruecolor() and now the same is not transparent.
THAT is a bug i
68 matches
Mail list logo