PHP/MySQL - Get Table Data


/ Published in: PHP
Save to your folder(s)

Use this function to print out all the rows in a table. Specify columns to show using the columnstring parameter:
tablulardata(tablename, columnstring);
ie:
tabluardata("users","username=Username|fname=First Name|lname=Last Name");

URL: http://www.jeffkilroy.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.