Insert into mysql database with PHP
Insert into mysql datab...
Insert data into mysql from php. <?php include 'dbloc.php'; $query = "INSERT INTO address (name, phone) VALUES ('Purell', '999')"; mysql_query($query)  or die('<b>Error: </b>' . mysql_error()); ?> SHARETHIS.addEntry({ title: "Insert into mysql database with PHP",...