Link to home
Create AccountLog in
Avatar of AXISHK
AXISHK

asked on

Sample PHP program to update/ add/delete a master record


Is there any reference / samples to add/delete/remove and edit a master record using PHP 5.31 and MySQL ?

Many thanks.
Avatar of Loganathan Natarajan
Loganathan Natarajan
Flag of India image

what do u mean master record
ASKER CERTIFIED SOLUTION
Avatar of Avinash Zala
Avinash Zala
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of AXISHK
AXISHK

ASKER

for example, a customer table created in Mysql and I want to use create a PHP page to retrieve the list, add and delete it.

Tks
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
even you can try with some PHP FRAMEWORKS like CAKEPHP or CI .. that comes with PHP 5.3 .. just try it
Avatar of AXISHK

ASKER

Thanks, any more completed examples on this as those are only part of the program.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of AXISHK

ASKER

Tks