|
Posted by Tom on 12/06/06 18:28
On 4 Dec 2006 12:47:03 -0800, applegreenss@gmail.com wrote...
>
>I am sorta new at this, but know what I need to make a MySQL call &
>data-population routine work.
>
>Bascially, I have a table which may have 1 or more records. All the
>data is stored in $array, and then subdivided into innerHTML components
>in a frame. I understand how to do the latter (innerHTML stuff), but
>need a PHP MYSQL loop-shell to handle it. All of that data will be
>going into a presentation with a NEXT> <LAST type navigation scheme,
>with 10 records presented per screen.
>
>How would something like this be constructed in PHP?
>
>Sincerely, Jaaim.
>
The PHP site does a pretty good overview of the available MySQL functions you
can use to access and pull data from a MySQL server....
http://www.php.net/manual/en/function.mysql-connect.php
Just have to make sure your PHP installation was built with MySQL support.
Tom
--
Newsguy - Express Accounts - 30 GB $9.95 / month
http://newsguy.com/overview.htm
Navigation:
[Reply to this message]
|