wcf.regNote.message
|
|
PHP Source code |
1 2 |
if (mysql_db_query ($db, $sql, $conn_id))
mysql_close ($conn_id);}
|
|
|
PHP Source code |
1 2 |
mysql_db_query ($db, $sql, $conn_id) or die(mysql_error($conn_id));
mysql_close ($conn_id);
|

|
|
PHP Source code |
1 |
echo "<!-- $eintrag -->";
|


This post has been edited 3 times, last edit by "roman" (Apr 14th 2004, 10:17pm)

|
|
PHP Source code |
1 |
echo "<!-- $eintrag -->";
|

|
|
PHP Source code |
1 |
echo '$eintrag';
|
This post has been edited 1 times, last edit by "roman" (Apr 15th 2004, 9:33am)