WAMP 1.4.3 with php4 addon troubles
Posted by: fous (---.hsd1.or.comcast.net)
Date: March 03, 2006 01:26PM

When i switch to using PHP4 and i access the local host, Intstead of it coming up with all the versions of sql and php im using and my projects, it shows up with this:

()

'); } else echo ""; ?>
'.$rep.' '.$ouvre_dossier.'
$txt_no_projet

it works fine when im using the php5. But my webhosting currently only supports php 4.4.1. Anyone have any solutions?

Thanks,
fous



Post Edited (03-03-06 13:27)

Options: ReplyQuote
Re: WAMP 1.4.3 with php4 addon troubles
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 04, 2006 11:59AM

make sure the script is not using short ASP style tags:

<?

?>

use:

<?php

?>

Options: ReplyQuote


Sorry, only registered users may post in this forum.