i had configure the php 4 with apache 1.3 in the httpd.conf configuration file. When i tried the single line in the local host.
Note: forwarded message attached.
Note: forwarded message attached.
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
--- Begin Message ---Merry-- No, it's not working.Does your Apache httpd.conf file load the PHP modules? Try changing your tags from <? ... ?> to <?php ... ?> Try a page that contains only this one line: <?php phpinfo(); ?> Good luck. --John On Sunday 15 June 2003 01:09 am, Khoo Merry wrote: > I'm using windows me, server apache 1.3 for php. > I had wrote this code and tried it at local host, but the > php code didn't work. The code is like this: > > <? > $Greet = "Hello World" > $Today = date("l F d, Y"); > ?> > <html> > <body> > Today's date is > <? > print("$Today\n"); > print("$Greet"); > ?> > </body> > </html> > Istead of print > Today's date is Sunday June 14, 2003 > Hello World > The out put is only "Today's date is". Is my server > working with php? I am really appreciate if anyone can > answer my problem. Thank you. > > merry > > > > --------------------------------- > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month!
--- End Message ---
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php