Hi,
1)i have just called a example.php .Is it possible to do so...If yes then how?
2)can we pass argument to session_start() function and if so wat type of arguments can be passed?
3)apc_clear_cache() is used to clear the cache and when i use this function i am getting fatal error:call to undefined funtion apc_clear_cache();
to call .php file from a java script
Moderator: General Moderators
1)onclick of the link a open a new page and the new session is not created for that page.so when i logout the new page the main page also logouts.so i tired to create a new session when a open a new page.i gave javascript function on the onlick and that javascript will inturn call a example.php.in the example.php i have written session_start funtion to start a new session and i want pass the username in that session_start function.
i am not sure about the apc extension...what is the way to load the apc extensions....
i am not sure about the apc extension...what is the way to load the apc extensions....