[PHP] Re: Help converting ASP->PHP

2001-10-19 Thread Curt A. Gilman
You should be able to do everything with PHP's date functions: http://www.php.net/manual/en/ref.datetime.php Pay particular attention to the mktime, date, and getdate functions. The script below might be helpful to you. __ Curt A. Gilman Richmond, Virginia, USA [EMAIL PROT

[PHP] Re: PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-19 Thread Curt A. Gilman
in executable mode with chmod? for example:chmod a+x foo.bar Is it in a cgi-bin folder or similar folder where scripts will be executed? Do other CGI scripts in the same folder work? __ Curt A. Gilman Richmond, Virginia, USA [EMAIL PROTECTED] "Pour Mailings Lists - Pass H

[PHP] Re: MySQL query

2001-10-18 Thread Curt A. Gilman
://www.mysql.com/doc/J/O/JOIN.html Good luck! __ Curt A. Gilman Richmond, Virginia, USA [EMAIL PROTECTED] "Srinivasan Ramakrishnan" <[EMAIL PROTECTED]> wrote in message 002001c157ee$c9bfaea0$[EMAIL PROTECTED]">news:002001c157ee$c9bfaea0$[EMAIL PROTECTED]... > Hi