$query = "insert into item(item_title, item_price, item_category, item_closedate, iterm_pic, user_id) values('".$_POST['item_title']."', '".$_POST['item_price']."', '".$_POST['item_category']."', '".$_POST['close_year']."-".$_POST['close_month']."-".$_POST['close_day']."' ,'".$filename."', ".$_REQUEST['userid'].")";
this is the query that i will insert into database, but i got stuck that.
i dont know how to display the item in the auction pages, that products are be4 close date. if any product after closedate then it will not display in the auction page.. its about the date in sql. but this problem first time i face...i tried to search but could not help...
plz help me.

New Topic/Question
Reply




MultiQuote




|