Give any ten basic functions in PHP?
Answer Posted / nagarjuna
echo
print_r
isset
post
get
include
require
session
strlen
strpos
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the ways to include file in php?
How can I increase my website session?
Does strlen include null?
Explain setcookie() function in php?
How can you retrieve data from the mysql database using php?
How to convert a character to an ascii value?
How can a cross-site scripting attack be prevented by php?
Is php used anymore?
Where are sessions stored php?
Tell me how is it possible to parse a configuration file?
Which function would you use to read a line of data from a file in php?
Which function is used to read a file removing the html and php tags in it upwork?
Explain the difference between urlencode and urldecode?
What is the method to register a variable into a session?
What does the unset() function mean?