I am going to add a form on my site that will store the details in a mysql database using php script , and for that i need all the relevant information
I am going to add a form on my site that will store the details in a mysql database using php script , and for that i need all the relevant information
Hello,
It seems that you will need to do mysql query by inserting data in mysql tables. To create mysql database, if you haven't created it yet, you can by going to MySQL Management in DirectAdmin. There you will be able to create new database and use it for storing details. Here is good information how to make php scripts to insert data in mysql database: PHP MySQL Insert Into
I have already explained how to create database for your website. To access MySQL Management, you need to be logged in to DirectAdmin.