what i want to do this is to add 1 to this field every time page is loaded.field id is passed from a php page to this page.
http://funxy.com/bsongs-details.php?id=75
i just use sql to print records using this id from mysql database.Now i want this page to add 1 to field "count"
plz help no one is answering this to me.
i use this mysql page to connect.Plz write simple php code that just tell me how to update this field.nothing other code please as i only want to learn it.
Code: Select all
<?php
//mysql info !
$username ="v2073_v2073";
$password ="alpha123";
$databasename ="v2073_test";
$host ="localhost";
//admin login info !
$LOGIN_INFORMATION = array(
'v2073' => 'shell101'
);
?>