How to use an array
//this is the array
$numbers = array("0","1","2","3")
//this is to display the array
for ($i=0;$i<=4;$i++){
echo $numbers[$i];
}
$numbers = array("0","1","2","3")
//this is to display the array
for ($i=0;$i<=4;$i++){
echo $numbers[$i];
}
How to send email confirmation after form submission
Connecting to a database
Displaying database results
How to use an array
How to edit and replace data
Number format in PHP
Convert unix timestamp to Excel
Combine padding into one single line using CSS
Displaying year using PHP
404 redirect using htaccess
Highlight textarea on click
Htaccess maintenance redirect
Comment out lines in a htaccess file
