How to create a mysql connection in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between abstract class and interface in php?
when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief
Explain about image types in detail?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Where is session value stored php?
What does the expression exception::__tostring means?
when will be syndicate bank written exam ? i need the date of exam
How can I learn php fast?
coding for deleting items form data base on select
How to terminate the execution of a script in PHP?
I created a cookie with the value like '1A2A',now i want to update this value regularly (about 20 times in a minute) with the value '1A2A3A' , 3A is the new value,new value will vary on the request it may be 3A or 4A or 100A ,some times the cookie is updating with new value but not every time.Can any body suggest the solution