RE: Make form ...help
dragulinu <[email protected]> 24 Jul 2003 18:49:47 -0000
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <bf6648db6cbaf471561ab7c56e9617af@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=201371#201371
----------------------------------------------------------------
re..
im found this code...
[quote]<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>
[/quote]
it's almost my request...