Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Retrieving a row of data from PHP

Dolce Vaniva
Registered User
Join date: 3 Feb 2009
Posts: 4
09-26-2009 10:12
I have a PHP script that I'm trying to use to echo back an entire row but I keep getting syntax errors, I'm pretty new to PHP, and I can't figure out what is wrong, can someone give me an example of how you would retrieve an entire row of data?

I have a name in the table in the first column and the consecutive columns have various data on the name and I need the script to print the data in a list like this:

Name: XY
Address: YZ
Website: AB

Any help would be appreciated!
Pavcules Superior
Registered User
Join date: 30 Oct 2006
Posts: 69
09-26-2009 11:17
Looking online for PHP Tutorials should help you out.

Take a look here that gives you a guide in retrieving data: