What was the old name of php?
No Answer is Posted For this Question
Be the First to Post Answer
What’s the difference between sort(), assort() and ksort? Under what circumstances would you use each of these?
What backslash character will match whitespace?
Write the statements that are used to connect php with mysql
What is a PHP accelerator?
How to check an key is exists in array?
What is pdo classes?
What is php oops concepts?
Which php framework is in demand?
How can you send http header to the client in php?
What is the difference between urlencode and urldecode ?
how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
What is constructors and destructors?