how to hidden querystring url please send sample program
Answers were Sorted based on User's Feedback
Answer / sujeet kumar
using htaccess file we can convert any url
| Is This Answer Correct ? | 1 Yes | 0 No |
Is php outdated 2019?
What is difference between print_r and echo in php?
What is php session_start() and session_destroy() function?
Explain about the data types in PHP?
What is the difference between the include() and require() functions?
What is $globals php?
How to get total number of elements used in array?
How to remove blank spaces from the string?
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
Explain mysql_error().
How does php strcmp work?
What are Sub routines?