Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by function ( 16 years ago )
function show($tablename, $columnname, $id){
 
  $query = "SELECT * FROM '$tablename' WHERE ID = '$id'";
  $vcol = mysql_query($query);
  $vcolas = $vcol['$tablename'];
  echo $vcolas;
  
 }

 

Revise this Paste

Your Name: Code Language: