[PHP] Question about dates

2004-02-02 Thread Renan G. Galang
I just need a confirmation, when the getdate() function is invoked inside a PHP script, the date returned will be the server hosting the pages' date and not the client requesting the page, right? or am i wrong in my assumption? Thanks guys.

Re: [PHP] PHP EDITORS

2004-01-27 Thread Renan G. Galang
If you are already using eclipse, you could try the a PHP plugin, which can be downloaded free from www.xored.com It's got the basics: outlining, highlighting and error detection and some more. I guess the only thing this has over the other full featured editors out there is that you don't have

Fw: [PHP] unexpected include parse error

2004-01-26 Thread Renan G. Galang
I might be incorrect, but i think there's supposed to be a semicolon at the line: $dir=./ it should read as $dir=./; cheers! =) - Original Message - From: Paul Furman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 1:10 PM Subject: Re: [PHP]

Re: [PHP] help with mysql

2004-01-26 Thread Renan G. Galang
could you send the line 16 the parser was pointing out? It could be you have the wrong number of parameters for the call to mysql_connect(), or your PHP wasn't compiled with mysql functionality enabled. (This is doubtful since mysql functionality is ON by default). -