RE: how ti trim the beginning of a manufacturer name
Salvo <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <f120b58c12cf4b7aa264c8f8b38b9ec2@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227776#227776 ---------------------------------------------------------------- After all the try and error and reading and reading and asking around. I have used this below and worked and if I put it here just in case someone else needs it... $manu = substr($manufacturers_name,2); Will return the manufacturers name without the first two characters... I put a prefix to order the manufacturers but then I don't want to show it, this is the reason I needed. Thanks