<?php_track_vars?> is no longer supported

They have: 105 posts

Joined: Jan 2002

The message my page receives is Warning:

<?php
_track_vars
?>
is no longer supported - please use the track_vars INI directive instead in /home/wizard.php on line 1

I understand the message, but don't know what to use instead, is it

<?php
track_vars
?>

because my variables still don't seem to keep their values.

Thanks in advance

CPRhosting.com - CPR Hosting...Giving life to the web
Custom-made Hosting Plans starting at $2

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

you can try this:
ini_set("track_vars", 1);

Or, in your php.ini file, you can find "track_vars" and make sure it's on.

PHP Docs:
ini_set()
Chapter 3. Configuration
track_vars

Mark Hensler
If there is no answer on Google, then there is no question.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.