(Untitled)

Apr 27, 2006 20:49

I just wrote the biggest, most complicated database query php/mysql script in my carreer. The most important snippet is here:

mysql_select_db("lrc_lrc", $db);
 $sql2 = "SELECT * FROM Categorie";
 $resultaat2 = mysql_query($sql2);
  while ($categorieen = mysql_fetch_array($resultaat2)) {

echo "".$categorieen['CATEGORIE_ID']."

\n\n ( Read more... )

Leave a comment

Comments 4

naaffie April 27 2006, 20:23:05 UTC
Roight.

Reply


mrvince April 28 2006, 13:17:48 UTC
Ik denk dat de gemiddelde persoon er niets van snapt, dus daar gaan je complimentjes :'(

Reply

guru_guru April 28 2006, 13:22:07 UTC
Copy/paste.
Muhahaha! >)

Reply


shadowepona May 2 2006, 09:14:22 UTC
IT SAYS "HURDIGURDIBLARGHASCHMOOFLE"

Reply


Leave a comment

Up