Jump to content

Printing from a mysql database


Barny Bootneck

Recommended Posts

please state your task 1st. Update, Delete, Add? to display from DB, just fetch the result using mysql_fetch_array,

mysql_fetch_assoc,

mysql_fetch_row.

 

your 1st task is to establish connection using mysql_connect, and select DB using mysql_select_db

 

then query using mysql_query. If you don't understand the php manual, then only i post some code for you to see. :)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.