Learning PHP and MySQL
Monday, September 25, 2006
Example 13-11 Registering a variable with session_register
<?php
//DON'T USE THIS APPROACH session_start(); session_register("hello");
$hello = "Hello World";
?>
Modern PHP interpreters return a warning with this code:
Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting
session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
Posted by krautgrrl on 09/25 at 11:33 AM
Chapter 13 Code • (0) Comments • (1) Trackbacks • Permalink
Chapter 13 Code • (0) Comments • (1) Trackbacks • Permalink
Statistics
This page has been viewed 407335 times
Page rendered in 0.1443 seconds
Total Entries: 224
Total Comments: 16
Total Trackbacks: 307338
Most Recent Entry: 09/27/2006 12:39 pm
Most Recent Comment on: 10/26/2007 10:00 am
Total Members: 2
Total Logged in members: 0
Total guests: 13
Total anonymous users: 0
Most Recent Visitor on: 05/19/2012 06:16 am
The most visitors ever was 1103 on 11/20/2007 12:50 pm
