What is the difference between for and foreach?
No Answer is Posted For this Question
Be the First to Post Answer
HOW we can use css
Why laravel is the best php framework in 2019?
How does the identity operator ===compare two values in PHP?
Explain what does the expression exception::__tostring means?
what is Opern source?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
How we can convert dynamic url into static url? plz provide code.
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
What are the advantages of stored procedures in php?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons