Can anyone help me with a register code or script. I need it for my website register page, but I can't seems to get it link to the database in mysql. Please help and thank you!
Quote:
If you need help you'd better provide us some info on what you're getting trouble. Otherwise it seems like you want to pay someone to make it for you.
Depends on the PHP version you are using.Quote:
You first need a webserver like XAMPP, WAMP or AppServ or something like that.Quote:
I used Navicat version 8.2.13 enterprise
Quote:
You first need a webserver like XAMPP, WAMP or AppServ or something like that.
Navicat is just a database client.
So, set up a local webserver and then check the PHP version you've installed.
But still you will need to use MySQLi in your PHP instead of MySQL, since thats not supported anymore in the newer versions of PHP.
First you should stop using AppServ.Quote:
Sorry to ask this dumb question but how do i download php and myqli version?
I do have appserv.
You are asking him to use a complete framework while the person doesn't even know how to enable an extension.Quote:
First you should stop using AppServ.
You can use Wamp which is less worse and you can choose if you're going to use it's own MariaDB or install it yourself (and disable Wampserver MariaDB).
With WampServer you'll find out a lot of insecure code already since it will not let your website run because of all obsolete could it must have.
Then you can write an wrapper for using mysqli or PDO for MySQL, both are good.
Or since you're clearly not good with PHP you can download a framework like Laravel that already have most things built-in.