write a prog using insert,update,delete in this manner as
output?
name:
phno.
add button
1.name phno. edit button delete button
2.
What is helper library?
How to remove white spaces from the beginning and/or the end of a string in php?
How to execute a php script from the command line?
What is the main difference between php 4 and php 5?
What is the use of dual table in mysql?
Require_once(), require(), include(). What is difference between them?
How would you determine the size of a file in php?
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
What are the advantages of stored procedures in php?
How can we convert the time zones using PHP?
Explain different sorting function in php?
Which function is used to read a single character from a file in PHP.