View Single Post
  #2  
Old 25th September 2017, 10:13
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
You can make an if else statement for example:

PHP Code:
if ($usrclass == 'Uploader') {
//here goes the code multiplied by 2
} else {
//here goes the normal code

attention

Attention

This is just an example. Your variables can be different.



__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote