This is a list of the most common used mySQL Commands General Commands USE database_name Change to this database. You…
Day: July 27, 2008
Header("Location") on PHP
So check out this code….. if(1== 1) { header(“Location: index.php”); } header(“Location: http://www.google.com”); This simple code will be expected to…