Results 1 to 2 of 2
  1. #1

    Post Warning: <?php_track_vars?> is no longer supported

    reading an "old" php book here.
    they are using PHP 3 and I am using 4

    did use <?php_track_vars?> so that the variable tracking would be in effect.

    but then I got this error:
    Warning: <?php_track_vars?> is no longer supported - please use the track_vars INI directive instead.



    what do I do then? whats the track_vars INI ?

  2. #2
    Join Date
    Jan 2002
    Location
    Kuwait
    Posts
    679
    There are many ways to achieve that, depending on the environment. Take a look here:

    http://www.php.net/manual/en/configuration.php
    Ahmad Alhashemi
    PHP, Apache, C, Python, Perl, SQL
    18 related BrainBench certificates

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •