PDA

View Full Version : Need something to test create


Radon3k
11-02-2002, 10:04 PM
Ok well I'm in the process of learning PHP/MySQL and would like something very easy to create...Doesn't necessarily have to be vB related.

Just something easy to create, that's all...I'm tryin to learn this and practicing is the best way, IMO anyway.

I know the basics of PHP and MySQL so...Dunno...any ideas?

Thanks :)

DrkFusion
11-03-2002, 03:08 AM
Well, you can make anything up on your own, why not make a Peoples Yellow Pages thing, this is the first thing I did when I started :) Make it so people can add there own info, make it so people can view, and make another file for admins, so they can edit/delete entries.

IMO this really will help you understand, because it deals with 3 major sql functions. "Insert, Retrieve, Remove, and Update". This again is good for a first php & mysql script.

I would suggest that you do this first, so you can get familier with mysql and php, before moving on to more harder things.

Anyways good luck
-Arunan

Radon3k
11-03-2002, 01:41 PM
Thanks, good idea. It's a little bit more advanced than I was hoping for, bu tit's ok because, like you said, something good to work on to build a foundation.

I shall work on this, thanks! :)

Radon3k
11-06-2002, 03:28 AM
Since you suggested this DrkFusion, mind helping me please? :)