anujgarg Posted September 4, 2008 Share Posted September 4, 2008 i have some queries to find answers: -- if cookies disabled on our server, how can we make session to be worked?? -- if cookies disabled on our server, how can we make sure that the user is logging in the system more than one time? As no cookie will be stored on the user's system. -- if we are storing sessions in the database, then what will be the variables/parameters for sessions to be stored in DB? -- can we send an email with javascript? if yes, how? -- can a function be assigned to a variable and if so, how will we call that variable/function in our php file? -- is there any library for AJAX?? TIA Anuj Link to comment https://forums.phpfreaks.com/topic/122745-some-queries/ Share on other sites More sharing options...
anujgarg Posted September 4, 2008 Author Share Posted September 4, 2008 i have some queries to find answers: -- if cookies disabled on our server, how can we make session to be worked?? -- if cookies disabled on our server, how can we make sure that the user is logging in the system more than one time? As no cookie will be stored on the user's system. -- if we are storing sessions in the database, then what will be the variables/parameters for sessions to be stored in DB? -- can we send an email with javascript? if yes, how? -- can a function be assigned to a variable and if so, how will we call that variable/function in our php file? -- is there any library for AJAX?? -- is PHP-MySQL installation server based or system based? TIA Anuj Link to comment https://forums.phpfreaks.com/topic/122745-some-queries/#findComment-633879 Share on other sites More sharing options...
Mchl Posted September 4, 2008 Share Posted September 4, 2008 -- if cookies disabled on our server, how can we make session to be worked?? --- Session handling -- can we send an email with javascript? if yes, how? --- no -- can a function be assigned to a variable and if so, how will we call that variable/function in our php file? --- Yes -- is there any library for AJAX?? --- Several. I use Ext JS although mind it's not AJAX only library -- is PHP-MySQL installation server based or system based? --- What are you asking about exactly? Link to comment https://forums.phpfreaks.com/topic/122745-some-queries/#findComment-633959 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.