What is purpose of @ in Php?
No Answer is Posted For this Question
Be the First to Post Answer
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
how to store date to database
Which operator is used to combine string values in php?
How we get browser details of clients machine?
Explain me what is the meaning of a persistent cookie?
What is encapsulation in oop php?
Why do we use namespace in php?
What are php variables?
Write down the code for save an uploaded file using php?
What are the special characters you need to escape in single-quoted stings?
Which character is used to match exactly one character?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?