Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. $send=mysql_query("INSERT INTO `wevocode` (`published`,`product_name`,`product_info`,`type`,`price`,`full_product`,`p_image`,`featured`,`design`,`r_message`,`upload_another`,`username`)
  2.  
  3.  
  4. VALUES(0,'$_POST[product_name]','$_POST[product_info]','$_POST[type_product]','$_POST[product_price]','$target','$targetb','$_POST[featured_in]','$_POST[design]','$_POST[comments]','$targetc','$_SESSION[login_id]')");
  5. if (!$send) {
  6. echo "error:" . mysql_error();
  7. } else {
  8.  
  9. echo "<h1>Submitted</h1>";
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement