Forum is an online discussion forum where youth or even the experienced professionals discuss their queries related to and get answers for their questions from other talented individuals. An online discussion can be started by asking questions, helping others with answers. The best part is that it is very simple and is free of cost.
Explain foreach loop in PHP
Can I access a specific variable from other website.. Like the value of no of views in YouTube page
what will be the query for input field so that the entered data can be fetched through search button
Explanation of PHP
validate checkbox is filled or not without JavaScript
any best book which is useful for the interview for php developer?
How to run a PHP code in browser .
Explain variable declaration in php?
check a number is odd or even without using condition or loop
$x=0; if($x==false) { echo "found"; } else { echo "not found"; } OR $x=0; if($x===false) { echo "found"; } else { echo "not found"; }
I need to know all web development languages like PHP,CSS,HTML,JavaScript,JQuery and CMS.Suggest any one pdf contains all of this with how to develop sample web pages using these ...
what is the difference between print and echo
is it same or different
Give an example