fullyloaded Posted August 24, 2008 Share Posted August 24, 2008 hi i was wondering if anyone knew how i can make a combo box popup of a dir on my site if the number 100 or 200 etc.. is on the same page and then be able to download a script from the combo box dir hope you know what im talking about i have a Affiliate/Referral script that counts hits and when that person get too 100 Affiliate/Referrals i want them to be able to pick a script to download and after they download the script they pick 100 points will be taken away from them Quote Link to comment https://forums.phpfreaks.com/topic/121076-affiliatereferral/ Share on other sites More sharing options...
Lamez Posted August 24, 2008 Share Posted August 24, 2008 <?php $var = 100; if ($var = (200)){ echo "Has 200 referrals"; } if ($var = (100)){ echo "Has 100 referraks"; } ?> Please elaborate! Quote Link to comment https://forums.phpfreaks.com/topic/121076-affiliatereferral/#findComment-624167 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.