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!