How can I find my php version?
No Answer is Posted For this Question
Be the First to Post Answer
What does the arrow mean in php?
What does php mean?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the use session in php?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
How will you create a mysql database using php ?
Can we use session in mvc?
Is age interval or ordinal data?
Is php an api?
How to include variables in double-quoted strings?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
Is php harder than javascript?