BCG3er
27th of August 2003 (Wed), 04:07
if (isset($HTTP_POST_VARS['gallery']))
{
$do_a_thumbpath = mysql_query(
"
INSERT INTO
ee_thumb_path (ee_thumb_path_url,ee_thumb_path)
VALUES
('http://members.shaw.ca/gallery')
");
if (!$do_a_thumbpath) {
$queryname = "do_a_thumbpath";
include("db_error.php");
}
$message = "New thumb path added succesfully.";
store_message($message, 'path editor');
}
if (isset($HTTP_POST_VARS['gallery']))
{
$do_a_microthumbpath = mysql_query(
"
INSERT INTO
ee_microthumb_path (ee_microthumb_path_url,ee_microthumb_path)
VALUES
('http://members.shaw.ca/gallery')
");
if (!$do_a_microthumbpath) {
$queryname = "do_a_microthumbpath";
include("db_error.php");
}
$message = "New microthumb path added succesfully.";
store_message($message, 'path editor');
{
$do_a_thumbpath = mysql_query(
"
INSERT INTO
ee_thumb_path (ee_thumb_path_url,ee_thumb_path)
VALUES
('http://members.shaw.ca/gallery')
");
if (!$do_a_thumbpath) {
$queryname = "do_a_thumbpath";
include("db_error.php");
}
$message = "New thumb path added succesfully.";
store_message($message, 'path editor');
}
if (isset($HTTP_POST_VARS['gallery']))
{
$do_a_microthumbpath = mysql_query(
"
INSERT INTO
ee_microthumb_path (ee_microthumb_path_url,ee_microthumb_path)
VALUES
('http://members.shaw.ca/gallery')
");
if (!$do_a_microthumbpath) {
$queryname = "do_a_microthumbpath";
include("db_error.php");
}
$message = "New microthumb path added succesfully.";
store_message($message, 'path editor');