Quote:
Originally Posted by reformedman
Secondly, can you point me in the direction I should go to get started in this project in PHP? If it can't be done fully and wholly in html, then I will do it in php. Is there a book or website, or better yet, an already prepared script in which I could change a few things and add more to?
I'd like just the very basic crude beginnings of it so I could then fill it with whatever else is needed.
hm, a good start on php-mysql interactions is
MySQL @ php.net especially the countless comments are worth reading. Then there are articles about MySQL in our "Howtos" section and an article about
Data Abstraction Layer (using a separate class for database interactions)
something about object oriented programming is
here though that's not the first thing I would start with. another source is www.w3schools.com and for reference (JS / HTML) developer.mozilla.org
and last but not least, ask any questions you have in the Bytes forums
regards