Tell me how is the ternary conditional operator used in php?
No Answer is Posted For this Question
Be the First to Post Answer
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
How to access a specific character in a string using php?
What is the use of get and post method in php?
How can we submit form without a submit button?
Design a class that should always return a single object ?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Explain what is the main difference between require() and require_once()?
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 html used for?
How to use validations in php?(codelgniter)
What is the use of session and cookies in php?
What is php form validation?