How To Add.. Delete..Update.. User Info From My SqL ?

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
saqib389
Forum Commoner
Posts: 44
Joined: Wed Nov 30, 2005 2:13 am

How To Add.. Delete..Update.. User Info From My SqL ?

Post by saqib389 »

i have table of users.. and there is a lot of registration and users

information are stored in mysql
i want to make a page where i can see all users detail...... i can add

..delete users... update users....... view users........etc

how it can me ? any tutorial you ppl can refer me ?
help me for this please

thank you in advance
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

This is incredibly simple in reality. It nothing more than basic select, instert, update and delete queries.

How much MySQL do you know already? A quick google for MySQL tutorials returns quite a useful stack of results:

http://www.google.co.uk/search?hl=en&q= ... arch&meta=
Post Reply