Re: [PHP] mail problem at interland

2005-01-28 Thread Jason Wong
On Friday 28 January 2005 10:54, R'twick Niceorgaw wrote: > I believe the headers have to end with a blank line? If I remeber > correctly, the last line in the $headers should have two new lines like > > $headers .= "From: $emailfrom\n\n"; No, the mail() function will automatically take care of t

Re: [PHP] Re: [PHP-DB] Developer needed in London

2005-01-28 Thread Jason Wong
On Friday 28 January 2005 18:20, Jochem Maas wrote: > Jochem Maas wrote: > > Underodog H.R. wrote: > >> Sorry for using the list in this way, wont happen again. > > > > wtf. 'they' posted it twice with the same message... thats the > > definition of 'again'. > > I just noticed that they crossposted

[PHP] PHP5 Class problem

2005-01-28 Thread Thomas Munz
I'm using PHP 5.0.3 and if a problem if a class method. I'm initializing a class like that: $o_SessionHandler = new SessionHandler(); var_dump($o_SessionHandler->getOrgSession());exit; Now it get the error message: Fatal error: Using $this when not in object context in /srv/www/htdocs/SessionH

Re: [PHP] Re: [PHP-DB] Developer needed in London

2005-01-28 Thread Jochem Maas
Jochem Maas wrote: Underodog H.R. wrote: Sorry for using the list in this way, wont happen again. wtf. 'they' posted it twice with the same message... thats the definition of 'again'. I just noticed that they crossposted rather than post twice. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: [PHP-DB] Developer needed in London

2005-01-28 Thread Jochem Maas
Underodog H.R. wrote: Sorry for using the list in this way, wont happen again. wtf. 'they' posted it twice with the same message... thats the definition of 'again'. the fact that 'they' can't even spell their company name correctly would make me think twice about working there ;-) Underodog H.R. <[

Re: [PHP] mysql_pconnect / persistent database conections

2005-01-28 Thread Tom
Ben Edwards wrote: Been meaning to investigate persistent database connections for a while. Coming from a rdbms background (oracle with a bit of whatcom sqlanywhare) I have always felt that the overhead of opening a connection at the beginning of each page was a little resource intensive. MySQL

RE: [PHP] help needed on imagettftext()

2005-01-28 Thread Harish Rao K
Hi Marek Kilimajer, Thank You Marek it worked for me also. -Harish Rao K -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 9:19 PM To: Harish Rao K Cc: php-general@lists.php.net Subject: Re: [PHP] help needed on imagettftext() Harish Rao

Re: [PHP] [NEWBIE] Trying to create a function from an existing script

2005-01-28 Thread Dave
Jon, As recommended before, I have added "global $HTTP_POST_FILES;" to my function. The upload directory has a permission setting of 777 and the directory specified ends in a slash.I don't know what the server logs say, however, as I don't know where they are or how to check them. I am, afte

Re: [PHP] mail problem at interland

2005-01-28 Thread R'twick Niceorgaw
Hi David, On Thu, January 27, 2005 9:09 pm, David Edwards said: > Hi, > > $headers .= "MIME-Version: 1.0\n"; > $headers .= "Content-type: text/plain; charset=iso-8859-1\n"; > $headers .= "X-Priority: 1\n"; > $headers .= "X-MSMail-Priority: High\n"; > $headers .= "X-Mailer: php\n"; > $headers .= "F

[PHP] Re: debug_backtrace trick

2005-01-28 Thread David Robley
On Friday 28 January 2005 17:09, Gerard Samuel wrote: > There used to be a link in the manual user notes, > I believe under debug_backtrace(). > Where, there was some javascript voodoo, that would > hide/unhide the backtrace. > Does anyone have a link to this site? > Thanks Maybe http://www.inter

Re: [PHP] mail problem at interland

2005-01-28 Thread David Robley
On Friday 28 January 2005 16:32, Jason Wong wrote: > On Friday 28 January 2005 10:09, David Edwards wrote: > >> I have a fairly simple script written that uses the mail() function on a >> client site hosted at Interland. I have used a similar script quite a few >> times before with no problem. Ho

Re: [PHP] Get a PAGE

2005-01-28 Thread Matthew Fonda
just use file_get_contents() or fopen() On Thu, 2005-01-27 at 22:52, Louie Miranda wrote: > Im trying to capture the whole page of a certain courier service. > What i want to do is, after i got the form to query the AWB (Air Way > Bill No.) It will dump on my local folder the page containing the >

<    1   2