Tell me how is the ternary conditional operator used in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is csrf token and how it works?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
What is php good for?
Explain what is the main difference between require() and require_once()?
What are the differences between GET and POST methods?
What's the best method for sanitizing user input with php?
what is used for tmp table in oracle?
What is an associative array?
Tell me how can we pass the variable through the navigation between the pages?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
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
What is php artisan serve?