if(strstr($x[1], '.com') !== false) { // Action if .com exists here}else{ // Action if .com doesn't exist here}
Jump To Top of Thread