![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archivehelp with very simple php problem...
From: max <nospam@nospam.com>
Date: Sat Jul 16 2005 - 13:01:53 CEST
Hi, I've just started learning some stuff about php and have been
<?php
$query="SELECT cname, csubject, cmessage FROM contact";
while($row= mysql_fetch_array($result,MYSQL_ASSOC))
This should just display the content of a table..
|