I'm changing my server over from php4 to php5 today and I was wondering because I've been given codes that would only work in php5, will php 4 still work in php 5?
I'm changing my server over from php4 to php5 today and I was wondering because I've been given codes that would only work in php5, will php 4 still work in php 5?
Last edited by bluewalrus; 12-14-2008 at 05:23 PM.
There are some reports of issues, but depending on what scripts you are using there shouldn't be a problem.
If there is you can just add an addHandler to your .htaccess![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
bluewalrus (12-14-2008)
OO okay thanks. I just figured out where that resolved was hah.
Bookmarks