Jump to content

php 5.3


westman

Recommended Posts

i am not sure about your question. you can find all the version of php in http://php.net. current stable version is 5.4ereg_*() and is session_register is deprecated you should use preg_*() and $_SESSION super global array respectively

Link to comment
Share on other sites

Guest So Called

That's exactly what I'm doing to pass some data via $_SESSION used in coordinating my contact form and CAPTCHA. Just set an element in the $_SESSION array, e.g. $_SESSION['variable'] = whatever value you need.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...