Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-29-2007, 11:28 AM   PM User | #1
ravin
New Coder

 
Join Date: Dec 2006
Posts: 23
Thanks: 1
Thanked 0 Times in 0 Posts
ravin is an unknown quantity at this point
file_get_contents

Hello,

Im trying to read a html page and get php to alert me with a image symbol if i find the text "red" or "warning" or "green" on the html page.

How can i search when using file_get_contents http ?

Code:
$content = file_get_contents('http://intranet:85/bb/bb.html'); 
if ($content !== false) 
{
$find = look for red
if $find = red view image red.gif
$find = look for warning
if $find = warning view image warning.gif
$find = look for green
if $find = green view image green.gif

} 
else 
{      


}

????????????????????
ravin is offline   Reply With Quote
Old 03-29-2007, 04:20 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
Look into strpos().
__________________
Fumigator is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:45 PM.


Advertisement
Log in to turn off these ads.