techker Posted April 26, 2010 Share Posted April 26, 2010 Hey guys i have a query i would like to pass but i cant seem to get the if workorking? reg querry sellect all from Archives..(Row3) and the $info come from my pagination script to list all products. so there is basicly 2 querry's here. cause i have 2 tables ,one products and the other Archives.so when i sell a product it inserts in archives the product id and sold price. so basicly this page is listing all cars .when i sell the car i set the status to sold. so i want to show if the car was already archived.. so i set up a <? if ($row3['CARID'] == $info['ID']) { echo '<img src="icons/SyncCenter_1213_10_32x32x32.png" border="0" alt="" />');}?>[code=php:0] Link to comment https://forums.phpfreaks.com/topic/199725-if-statment/ Share on other sites More sharing options...
fenway Posted April 26, 2010 Share Posted April 26, 2010 Huh? Link to comment https://forums.phpfreaks.com/topic/199725-if-statment/#findComment-1048563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.