PDA

View Full Version : Call Content From Mysql?



TRshady
02-08-2004, 04:48 PM
Anyone able to give me a little step by step for calling content from a mysql table please or at least links which information on how to go about doing so?

For example theres a table with the fields and set out like so:

id .... Section .... Title .................... Content

1 ..... Software ... Adware Guide ...... Blah Blah
2 ...... Software .... Norton Review ..... Blah Blah

How would I go about calling this into a php page and how is it usually done?

Thanks for any help ..

vivitron 15
02-08-2004, 05:25 PM
erm, theres a good walkthrough guide to php/sql here:

http://www.adultnetsurprise.com/learning_c...php_week_1.html (http://www.adultnetsurprise.com/learning_center/php/php_week_1.html)

and go to http://rohs.nl/ for some basic scripts to see how they work

its pretty easy to teach yourself from these and w3c schools

TRshady
02-08-2004, 05:29 PM
Thanks for the reply. :)

On first look I dont see much on mysl content called into php pages, but I'll go through it now. Would appreciate more replies and a simple step by step would be great :D

vivitron 15
02-08-2004, 06:27 PM
shouldve said - after reading each page, change the url up by 1 week, and theres loads on exactly this ;)

TRshady
02-08-2004, 06:35 PM
wow ... damn right 7 ya should have said :P

Thanks mate, me off to read it all now, lol ... hopefully the tut uses phpmyadmin and not ssh or whatever that is .... (TRshady crosses his fingers).

Thanks again :)