new to PHP

Discussion in 'PHP' started by alteredshot, Apr 2, 2011.

  1. #1
    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
     
    alteredshot, Apr 2, 2011 IP
  2. higibigi

    higibigi Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    higibigi, Apr 3, 2011 IP