Which methods should be used for sending an email using the variables $to, $subject, and $body?
1128What is the best practice for running mysql queries in php? Consider the risk of sql injection.
1063What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
990
Which library is used in php to do various types of image work?
What is cookie and session in php?
Xplain is it possible to use com component in php?
What are the benefits of using php and mysql?
How to know user has read the email-php?
What function should you use to join array elements with a glue string?
What is file upload?
What are helpers in php?
Explain Creating and Naming an Array?
Does PHP 5 support exceptions? State Whether True or False?
Explain the types of string comparision function in PHP
How long do php sessions last?
What is the static variable in function useful for?
Why shouldn't I use mysql_* functions in php?
What is the difference between associative array and indexed array?