E-Zine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
elvenjess
Forum Newbie
Posts: 1
Joined: Tue Feb 17, 2004 12:36 pm
Location: Canada eh?

E-Zine

Post by elvenjess »

I am planning to code an eZine script for my website. I am still quite new to PHP (done some simple scripts and hacks on others) and don't really know how/where to begin. If anyone has any tips/suggestions/tutorial link or anything else that might help me, I'd greatly appreciate it. :D

P.S. My goal is to have something similar to this.
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

That will definitely require a database backend. Once you've learned the PHP basics try fooling around with databases. MySQL is primarily used with PHP but there is always Postgre too.

Read up :D :
http://www.devshed.com/c/a/MySQL/Speaking-SQL-part-1/
http://www.devshed.com/c/a/MySQL/Beginn ... -Tutorial/
Post Reply