boltc Posted June 18, 2008 Posted June 18, 2008 is it possible to view all your php sessions declared? i want to use with autoit a variable that is stored by php like this: $_SESSION['tijd']=time();
Richard Robertson Posted June 18, 2008 Posted June 18, 2008 AutoIt and PHP are two completely separate systems. The best you can do is output information to a file or use environment variables.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now