07
Sep
stored in: PHP/MYSQL

If your wanting to learn php then your going to have to learn the basic’s first, and in every programming language theres always the basic ‘Hello World’ where it should display ‘Hello World’ either on the web page or in a software program. So today ill start with the ‘Hello World’ 
<?php 
echo ‘Hello World’; 
?> 
Now change the [...]