Why is php used?
No Answer is Posted For this Question
Be the First to Post Answer
How can you send email in php?
Explain what is the static variable in function useful for?
What is difference between core php and framework?
What is string function sql?
What types of Data Can Be Used as Array Keys?
What is strcmp () in php?
What is the use of strip_tags() method?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
How to get the length of string?
What are different types of errors available 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
Tell me how is the ternary conditional operator used in php?