Andrew Posted January 13, 2003 Posted January 13, 2003 I'm looking for a good how-to guide for PHP and MySQL. I've never used either, but they seem to be exactly what I need. I want to create a set of pages with questions and answers -- that is, each page would have a question, the question's author, an answer, and maybe a date or a callout. Rather than create dozens of separate pages, I'd like to create a simple flat-file database with fields like "question," "answer," "callout," etc. When someone clicks on the question, PHP/MySQL would take a standard HTML "template" and populate it with the appropriate entry from the database. I know HTML very well, but haven't a clue how to use PHP or MySQL. (Many tutorials I've found tell you what to enter on a command line, but our interface seems to be Web based.) Any suggestions? Thanks! Andrew Quote
KevinW Posted January 13, 2003 Posted January 13, 2003 Here's a link to understanding and building a simple database using PHP & MySQL: http://www.webmasterbase.com/article/228 And here's a link to a PHP resource web site: http://www.phpbuilder.com/ -kw Quote
shedboy Posted January 26, 2003 Posted January 26, 2003 My site which I on rare occasions find time to update , just copy and paste some of the examples http://www.beginnersphp.co.uk. The mysql manual which can be downloaded at http://www.mysql.com/documentation/index.html Some of the best articles , code , tutorials I have found are on the Zend site http://www.zend.com Quote
Lianna Posted January 26, 2003 Posted January 26, 2003 Hey, thanks for those links guys! Lianna Quote
Andrew Posted January 27, 2003 Author Posted January 27, 2003 Ah, this is wonderful stuff -- thanks! Andrew Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.