Code: Select all
code deletedModerator: General Moderators
Code: Select all
code deletedCan you elaborate on this, are you getting any errors?prue_ wrote:when I upload it on other server, session is not working
Code: Select all
error_reporting(E_ALL);Code: Select all
if(!session_start()){
print "Session failed to start!"; exit;
}else{
print "Session successfully started!";
}oh my gosh, it's working now.. I renamed everything to .php... thanks a lot.. how come on some server - html with php code works? thanks thanks thanks!Edit:
Also, are you trying to run PHP script on a HTML page???