Visa ett inlägg
Oläst 2008-11-16, 15:49 #23
youheardit youheardit är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: Oct 2008
Inlägg: 1 168
youheardit youheardit är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: Oct 2008
Inlägg: 1 168
med andra ord
Kod:
 <?php
$con = mysql_connect("localhost","__","__");
if (!$con)
 {
 die('Could not connect: ' . mysql_error());
 }
mysql_select_db("djmusic_se", $con);
$num_points = 10;
SQL_query ("UPDATE credits SET (credits=credits+10) WHERE user='admin'") 
 

?>
youheardit är inte uppkopplad   Svara med citatSvara med citat