Jump to content

some queries....


anujgarg

Recommended Posts

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

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

-- 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.