Answer Posted / siva
Data Definition Language - DDL
Data Manipulation Language - DML
| Is This Answer Correct ? | 61 Yes | 2 No |
Post New Answer View All Answers
What is variable and data type?
When to use get and post request?
How to convert strings to numbers in php?
What is the difference between super () and this ()?
Tell me what is the difference between the functions strstr() and stristr()?
Why is php used for web development?
What is the difference between echo, print and printf()?
Explain what is the difference between for and foreach?
What does $globals means?
Is php used for frontend or backend?
How do I clear my browser session?
How can we display the output directly to the browser?
How to send a cookie to the browser?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
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?