This is a discussion on Register Globals within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; function tep_session_is_registered($variable) { // >>> BEGIN REGISTER_GLOBALS // return session_is_registered($variable); return (isset($_SESSION) && array_key_exists($variable,$_SESSION)); //...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| // >>> BEGIN REGISTER_GLOBALS // return session_is_registered($variable); return (isset($_SESSION) && array_key_exists($variable,$_SESSION)); //
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| register globals mod | vshaykev | osCMax v2 Installation issues | 20 | 10-02-2007 10:03 AM |
| Register Globals | michael_s | New osCommerce Contributions | 0 | 02-24-2007 06:53 AM |
| Register Globals Contribution | Alistairok | osCMax v2 Customization/Mods | 1 | 01-17-2007 07:17 AM |
| Sessions,Register Globals OFF, PHP 5 My SQL 5 | davorian | osCommerce 2.2 Installation Help | 2 | 04-28-2006 05:10 AM |
| Register Globals | 4bgjnsn | osCMax v1.7 Discussion | 2 | 09-25-2003 01:20 PM |