ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-db
php-db
Re: [PHP-DB] Sessions help needed !!!
by Micah Stevens other posts by this author
Feb 17 2006 2:33PM messages near this date
[PHP-DB] Sessions help needed !!! | [PHP-DB] PDO prepared statement placeholders oddness (DB2)
Well, not much to go on, but I'd check variable scope, and register-globals. 
The latter being more likely as I can't see how the scope would change if 
you're just copying things over. 

-Micah 

On Friday 17 February 2006 2:18 pm, Chris Payne wrote:
>  Hi there everyone,
> 
>  OK this script worked perfectly on my own apache webserver and I had to
>  move it to the main live server, but for some reason it's not passing
>  session values in the same way and i'm positive it's something damn
>  obvious.
> 
>  On my server I can use:
> 
>  echo $credits_system;
>  echo $credits_left;
>  echo $foldername;
> 
>  To display the information to make sure it is being passed, but it returns
>  blank on their server (Same versions of everything except I didn't install
>  it so it may have something turned off in the config - which i don't have
>  control over, sigh).  The thing is, the last one - $foldername I MUST have
>  access to as the database uses this as a reference for searches and without
>  this working I can't pull the data I need ($foldername is an ID and also
>  refers to physical folders/directories on the apache webserver for video
>  files).
> 
>  Is there some obvious that I can check to see what's going on that I can't
>  think about right now?
> 
>  Any help or pointers would be really appreciated.
> 
>  Chris

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Chris Payne
Micah Stevens

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved