Jump to content

Upgrade from php4 to php5 and still not working


TecTao

Recommended Posts

A client called, seems that his hosting company upgraded from php Version 4.4.9 to Version 5.3.13.  I went through and changed the <? to <?php, changed session_unregister() to unset($_SESSION[ ]) and session_register() to $_SESSION[ ].  In further reading it was suggested to change $HTTP_POST_VARS to $_POST.

 

Still, certain pages are not passing session variables and wonder if the session variable approached should be scraped for a more straight forward passing of variables by Get and Post and then do the queries?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.