lists of commands
Posted: Sun Jun 12, 2005 7:45 pm
is there a way to have a list of only the sql commands in a file and have them called at will anywhere in a php script?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$insertClient = "INSERT INTO clients .......";
$deleteClient = "DELETE ......";
$insertProduct = "INSERT INTO procuct......";Code: Select all
require('sqlCommandsPage.php');