Help for this page
Select Code to Download
Select
or
download this
while ( $users = $sth->fetchrow_array ) { if(param("username") =~ /$users/i) {
Select
or
download this
if ( param("username") =~ /$$users[0]/i ) {