PHP Help ..

I am working on a course display form using PHP/Mysql …

http://talkpixel.com/records/view.php

but anybody is able to add,edit or delete the records …

i want to restrict access to only the admin … to modify these details … and hide these options from the view of the user…

can anybody guide me as to how to do it …

thanks in advance …

You want to create a user login system, which PHP is very well suited for. If you just want a simple, 1 username and password system, that can be easily achieved in a couple of hours with some fairly simple coding.

A good simple tutorial can be read here: http://www.phpeasystep.com/phptu/6.html

Sponsor our Newsletter | Privacy Policy | Terms of Service