How to know user has read the email-php?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between PHP4 , PHP5
What is array function in javascript?
What are the 3 types of sessions?
How does php work?
What is a base url?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
What is difference between sql and php?
How can I know that a variable is a number or not using a JavaScript?
How arrays are used in php?
What the use of var_dump()?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -