reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia

How to make SQL DELETE query [1/1]

Type: Code reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia
How to make SQL DELETE query
Level: Beginner reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia 
How to make SQL DELETE query
Date: 2007-Mar-16
How to make SQL DELETE query
Visited: 2764 times
How to make SQL DELETE query
Rating: How to make SQL DELETE query
How to make SQL DELETE query
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:                    
reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia - How to make SQL DELETE query [1/1] - reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: delete query html/php  HOW TO MAKE A QUERY IN PHP  how to make a query with php  how to make query in php  how to make an update query  PHP make the query - select  make 2 select in one query in php  how to make a query script  how to make a select query in php  mysql how to make a select query php  mysql delete using  how to delete a table using php  mysql delete * from where and with php  sql delete * from exclude  Mysql delete from using  delete from using mysql  mysql DELETE IN  mysql delete * from php  mysql delete * where and  delete *this in constructor+C++