What is the function func_num_args() used for?
No Answer is Posted For this Question
Be the First to Post Answer
What are php magic methods/functions?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
Which is the best method to fetch the data from mysql? 1.mysql_fetch_array() 2.mysql_fetch_object() 3.mysql_fetch_row() 4.mysql_fetch_assoc()
hi, i have knowledge about PHP/MYSQL,i am fresher M.Sc-IT 2009 pass out,any recruitment in PHP please let me know.
what is constructor in a class, how it is work, how it is call?
What is the difference between md5(), crc32() and sha1() crypto on php?
What does addslashes do in php?
How can we set and destroy the cookie in php?
Which of the data type is compound datatype supported by PHP?
What is php artisan tinker?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?