heres the link for one of the videos https://www.youtube.com/watch?v=uF-L7ympvfw
now i typed out all the code as that guy had done in the video , but i am still getting errors , so i kind of need some help here , for someone to check my code .
i know debugging help is usually not encouraged on forum , but i would really really be grateful and would buy u a beer if you could help me debug this :
heres the link to what i've done on git : https://github.com/gautamz07/oopslogin
now in mysql you will have to create a table :
with the following attributes :
id fname lname email
and don't forget to change the db name in index.php if you run the code.
now one other difference you need to know if you do this is the guy in the video has used mysqli where as i am using mysql , i know its a crime to be using it , but still for this demo thinggi its ok
Thank you .
Gautam .