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

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

Type: Code reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia
MySQL APIs in PHP for making DELETE querys
Level: Beginner reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia 
MySQL APIs in PHP for making DELETE querys
Date: 2007-Apr-02
MySQL APIs in PHP for making DELETE querys
Visited: 839 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:                    
reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia - MySQL APIs in PHP for making DELETE querys [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: 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  delete a phrase in mysql with php  querys en php  how to delete a table using php  sql delete * from exclude  delete *this in constructor+C++  plesk documentroot delete  vim delete rest of file  delete query html/php  how to delete remote folder  php delete remote file ftp