im very new to this PHP and database thing....plz help!!!!
My lecturer wanted us to download apache 2.0 and PHP 5.0, then downgrade it to PHP 4.3.4...i cannot find the way to downgrade the php?? and how to actually know when the PHP tht i have installed is working??? and...we are using our school dial in server.....
INSTALLING PHP4.3.4 and Apache 2.0 with Win XP .
Moderator: General Moderators
MarK (CZ) wrote:Why don't you install PHP 4.3.4 directly? Why installing 5.0?
I'm guessing it's a "do not ask why, just do it" thing.My lecturer wanted us to download apache 2.0 and PHP 5.0, then downgrade it to PHP 4.3.4.
A simple page to see if it works would look like:
Code: Select all
<?php
echo phpversion();
?>I guess it's just like upgrading, but using older files...