|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
OK, I've been working with MySQL/PHP for a little over an hour right now, but in all the documentation I find... there is nothing that explains how to post the complete table on a webpage. Is this a capability of MySQL? If so how do I do this? Or where can I go to find good documentation on how to do this?
|
|
#2
|
|||
|
|||
|
Ok, I guess that's a no...
|
|
#3
|
|||
|
|||
|
MySQL itself does not know anything about HTML, that is what PHP is for. You need to design some sort of interface to display your table information.
One thing you might want to do is install phpMyAdmin. This is a set of PHP scripts that let you create databases, tables and fields from your web browser. It is available from http://www.phpwizard.net/phpMyAdmin/ |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Can I see the table? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|