Hello,
 
I am trying to use mysql through php.  When I try to run the following
query it does nothing.  I am trying to figure out if it is the query or
php I am having a problem with.  Does anyone see a problem with the
below query? (Note: This is for mysql)
 
QUERY: 
INSERT INTO page_properties
(page_name,open_menu,top_image,title_image,side_images)
VALUES("30daypolicy","comp_info2","top_aboutus","titlebar_aboutus","30da
y");
 
Thanx for your help,
Brandon


Reply via email to