Hi, I'm new to PHP and did some coding with javascript I created a database with records and website and he made some PHP code to where we can search the database and add new information. what im wondering is how to delete the records through the website and code for it
Sorry, just having a hard time understanding what you're trying to do exactly. If you're just looking to delete records from your database, you should be able to do all that through any database administration tool like phpmyadmin or mylittleadmin. If you were looking to make these changes outside of a database administration tool, then you will need to build webpages/scripts in PHP with MYSQL queries like "DELETE FROM table_name WHERE some_column=some_value". It's a lot of work to just provide you the coding to do this and knowing what exactly you want to do, so you may want to check out W3schools to learn more about PHP/Mysql w3schools.com/php/php_mysql_intro.asp