Is it possible to look for a certain word on a certain page of another website? Say the website has the word "chicken" on it.. and I'd do something like:
if (the word chicken is found on google.com) {
// do this
} else {
// do this
}
..not very experienced with php -- only know basics
if (the word chicken is found on google.com) {
// do this
} else {
// do this
}
..not very experienced with php -- only know basics