¡@

Home 

php Programming Glossary: datesubmitted

Pulling data and printing it in an HTML table

http://stackoverflow.com/questions/2467463/pulling-data-and-printing-it-in-an-html-table

containing the fields loginid submissionid title url datesubmitted displayurl I would like to print an HTML table thats contains.. an HTML table thats contains all title and corresponding datesubmitted where loginid equals profile. The code I am trying to use is.. 'profile' sqlStr SELECT loginid submissionid title url datesubmitted displayurl FROM submission WHERE loginid profile ORDER BY datesubmitted..