Guest Posted July 24, 2003 Posted July 24, 2003 hello, i search info for make Form special. just one form where ? write REF (product_model) and when valide, go to page edite of this product... thanx for response..
Guest Posted July 24, 2003 Posted July 24, 2003 re.. im found this code... <form method="get" action="<?php echo tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . '&pID=' . $pInfo->products_id . '&action=new_product');?>"><input type="text" name="products_model" size="18" maxlength="40" value="<?php echo htmlspecialchars(StripSlashes(@$HTTP_GET_VARS["products_model"]));?>"> <?php echo tep_image_submit('go_button.gif', BOX_HEADING_SEARCH);?> </form> it's almost my request...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.