-
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 ..
-
erm, theres a good walkthrough guide to php/sql here:
http://www.adultnetsurprise.com/learning_c...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
-
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
-
shouldve said - after reading each page, change the url up by 1 week, and theres loads on exactly this ;)
-
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 :)