Networking, Programming and Graphics Tutorials

Using MySQL Delete querys in PHP [1/1]

Type: Code Networking, Programming and Graphics Tutorials
Using MySQL Delete querys in PHP
Level: Beginner Networking, Programming and Graphics Tutorials 
Using MySQL Delete querys in PHP
Date: 2007-Apr-02
Using MySQL Delete querys in PHP
Visited: 3166 times
Using MySQL Delete querys in PHP
Rating: Using MySQL Delete querys in PHP
Using MySQL Delete querys in PHP
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 - Using MySQL Delete querys in PHP [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: mysql.querys(equals)  php mysql select querys  mysql delete using  mysql delete * from where and with php  Mysql delete from using  delete from using mysql  mysql DELETE IN  mysql delete * from php  mysql delete * where and  mysql delete where  mysql delete * from where and  delete php mysql  delete a phrase in mysql with php  ajax php mysql delete  Ajax mysql delete  how to delete from mysql with ajax  mysql delete * from table where  ajax mysql delete  delete mysql ajax  ajax + mysql + delete