RE: Need help with a "=" code ... any takers
Ajeh <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <285150d837c036f71f276ba83aa136ea@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227173#227173 ---------------------------------------------------------------- I am assuming that the status you are referring to is the status in the specials table. If so, make specials2.php and specials3.php Edit specials2.php so s.status='2' Edit specials3.php so that s.status='3' Now the specials.php will only show when the specials status = 1, specials2.php will only show when specials status= 2 and specials3.php will only show when specials status =3 Next, put your new boxes in the right places for your code ... like column_left.php or column_right.php