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
Tell me how can we pass the variable through the navigation between the pages?
Do you know what is the differences between $a != $B and $a !== $B?
When to use single quotes, double quotes, and backticks?
How cookies are trported from browsers to servers?
What is the difference between "echo" and "print" in php?
Why php is also called as scripting language?
What is laravel php?
How is a session id generated?
Tell me what are sql injections, how do you prevent them and what are the best practices?
How values in arrays are indexed?
Is it easy to learn wordpress?
Why die is used in php?
What's the difference between using mysql_ functions and pdo?
What is mysql_fetch_array?
What is the use of print_r function in php?