|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
More Newbee Q's
Running PHP 4 and Apachee 2.
Not sure PHP is installed correctly. I've posted before about phpinfo() just showing a blank page. Here is some more info. The code below saved as test.php: <html> <head></head> <body> Agent: So who do you think you are, anyhow? <?php // print output echo 'Neo: I am Neo, but my people call me The One.'; ?> </body> </html> shows 1 line in browser: HTTP/1.1 200 OK Date: Mon, 28 Nov 2005 18:19:47 GMT Server: Apache/2.0.55 (Win32 Agent: So who do you think y The code below saved as test1.php: <?php // print output echo 'Neo: I am Neo, but my people call me The One.'; ?> The browser shows: Neo: I am Neo, but my people call me The One. Does this mean that PHP is working and something else is screwed up? TIA Rich |
|
#2
|
|||
|
|||
|
RE: More Newbee Q's
If I place this at the top:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> The scripts work corrctly, however the phpinfo() still does not work. ?? |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > More Newbee Q's |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|