advanced code snippet search
endorfin on 09/14/08
mysql php
09/14/08 07:02pm
1 person have marked this snippet as a favorite
oriolfb
$query = "SELECT * FROM table";$ergebnis = mysql_query( $query );while($row = mysql_fetch_array( $result )){ echo $row['field'];}mysql_free_result( $result );
Report this snippet Tweet
Comment:
You need to login to post a comment.