|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Upgrading PHP
Hello guys !
I am running Omnihttpd with PHP Version 4.2.3 installed on windows XP. Everything works just fine, but since there are a newer version of PHP out there, i want to install it. Problem : When i install the latest release of PHP on my server, my webpages that contain these lines will fail to load.... (No errors) <?require("/cgibin/ybse/ssi.php");?> <?include("/cgibin/loader/logo.php")?> No changes are made to the webserver settings and no changes to the directory structure are made. If i call a script directly, everything works just fine. Please help me, because this is driving me mad. |
|
#2
|
|||
|
|||
|
RE: Upgrading PHP
WHat if you use single quotes, does it work, like this
<?require('/cgibin/ybse/ssi.php');?> <?include('/cgibin/loader/logo.php')?> |
|
#3
|
|||
|
|||
|
RE: RE: Upgrading PHP
Quote:
Maybe i should try Version 5 Beta 3, just to see if it does the same.... |
|
#4
|
|||
|
|||
|
RE: Upgrading PHP
<?require("/cgibin/ybse/ssi.php");?>
<?include("/cgibin/loader/logo.php")?> The second line is missing a semicolon.. Is the short tags option turned on in the php.ini? |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Upgrading PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|