PDA

View Full Version : Simple PHP Database Online - Does it Exsist?



novon
January 29th, 2004, 01:55 PM
Hi

As my first PHP project, I want to build a simple online app that stores a database of people online, and for each person, I want the user be able to view\edit\delete\add a number of fields of data, and also I want to be able to search by name or list all the users in a db.

I was wondering if any open source code similar to this functionality already exsists and were I can find it.

Thanks

-novon

Jubba
January 29th, 2004, 02:01 PM
www.php.net

www.mysql.org

www.google.com

Those are your best resources. I doubt you will find anything out there that has the exact features that you want. It would be better to learn how to build the thing yourself rather than attempt to change someone elses work...

eyezberg
January 29th, 2004, 02:04 PM
Something like an address book?
Did you try the ressources in the 1st thread here, the sticky one?
Which fields do you want?
Listing all is VERY easy (select * from users ORDER BY whateverFieldYouWant)
Any mySql experience?
Check out the tutorials if not to gain a basic understanding..

eyezberg
January 29th, 2004, 02:54 PM
Just found one now, you got lucky, it's a free download but you'll need MX 04 Pro:
http://philflash.inway.fr/contactphp/contactphp.html

novon
January 29th, 2004, 03:18 PM
thanks, I found a good PHP based one,

eyezberg
January 29th, 2004, 05:57 PM
cool