Search found 2 matches

by SuPeRdUrIk
Thu Oct 23, 2008 9:18 am
Forum: PHP - Code
Topic: print("".$row["name"]." - ".$_POST["scaf".$row
Replies: 2
Views: 138

Re: print("".$row["name"]." - ".$_POST["scaf".$row

ok, it is not quite that way , thanks anyway in upload.php i have this code $uploadtypes = sql_query("SELECT id, name FROM categ_add_feat WHERE pid$i111=1 ORDER BY name ASC");     while ($row = mysql_fetch_array($uploadtypes)) print("<tr><td align=\"right\"><b>".$row[&q...
by SuPeRdUrIk
Thu Oct 23, 2008 8:48 am
Forum: PHP - Code
Topic: print("".$row["name"]." - ".$_POST["scaf".$row
Replies: 2
Views: 138

print("".$row["name"]." - ".$_POST["scaf".$row

ciao a tutti :) $uploadtypes = sql_query("SELECT id, name FROM categ_add_feat WHERE pid$i111=1 ORDER BY name ASC");     while ($row = mysql_fetch_array($uploadtypes)) $aaaa=print("".$row["name"]." - ".$_POST["scaf".$row["id"].""]....