Networking, Programming and Graphics Tutorials

MySQL APIs in PHP for making DELETE querys [1/1]

Type: Code Networking, Programming and Graphics Tutorials
MySQL APIs in PHP for making DELETE querys
Level: Beginner Networking, Programming and Graphics Tutorials 
MySQL APIs in PHP for making DELETE querys
Date: 2007-Apr-02
MySQL APIs in PHP for making DELETE querys
Visited: 1050 times
MySQL APIs in PHP for making DELETE querys
Rating: MySQL APIs in PHP for making DELETE querys
MySQL APIs in PHP for making DELETE querys
Author: Ivory Morhuld

This tutorial will show you how to use MySQL querys to database in your PHP scripts.

mysql_query(query, [link_identifier])


mysql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. If link_identifier isn't specified, the last opened link is assumed. If no link is open, the function tries to establish a link as if mysql_connect() was called with no arguments, and use it.

In next examples we will teach you how to make more querys.

<?php
$query
="delete from table where mail not like '%@%'";
$result=mysql_query($query);
?> 
Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - MySQL APIs in PHP for making DELETE querys [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: php $i for querys  querys de update  querys online  making query in mysql  making links from php mysql query  making remote connections to mysql  MYSQL delete * from  php mysql delete where  mysql delete * from where  delete php mysql