Jump to content

roving_php

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by roving_php

  1. You can use mysql_query() to send a SQL command to mysql. eg: $sql = "delete from.........................."; mysql_query($sql); or mysql_query("delete from ..........................."); You can check this for more infomation: http://www.php.net/mysql_query
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.