How to remove white spaces from the beginning and/or the end of a string in php?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how the result set of mysql be handled in php?
How to get ip address of a server in php?
What is the importance of php?
How to create a table using php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
How can php and html interact?
How to create an array in php?
List the different types of print functions available in php?
What enctype is required for file uploads to work?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
Do you know what does $globals means?