Creating the add edit delete update module.

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
carsky
Forum Commoner
Posts: 30
Joined: Sun Jul 08, 2007 3:26 am

Creating the add edit delete update module.

Post by carsky »

hi guys..good day..just want to ask for some advice from you..me and my group are not that good in php..although we made a lot of research from the internet on different codes for creating an add, edit, view, delete, and update module..but now we dont know how to start with the retrieving of data from the mysql database that we have created..right now we are finished with the add module. and this week we will be working on the remaining modules..just thinking if maybe some of the guys here can help us understand on how to retrieve data using the userID or userNo..i know theres a lot of guys here who are very good when it comes to php..thanks a lot.
User avatar
boo
Forum Commoner
Posts: 42
Joined: Mon Jul 02, 2007 11:30 am
Location: NY

Post by boo »

Here is a pretty good tutorial on connecting and displaying data from a mysql DB using PHP


http://webmaster.lycos.co.uk/topics/tec ... rkshop4/0/
Post Reply