Help (Get text from .php website) [solved]
Im trying to make a program that grabs the TRUE or FALSE fom a site and then tells my program which it is and the program will either have a text box or like a different picture.
heres what i have so far.
http://i.imgur.com/qYwW5.png
its just the webbrowser loading the PHP page and showing the text, but i want the program to know which it says (true or false) and then show a certain text box or show a certain picture
thanks 
Yeah I am doing Uni.
Thread marked solved.
Outside link removed. Next time you post one I have to report it.
And the reason it's not working is because that page is broken:
[highlight=php]
Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in ***********.php on line 4
[/highlight]
AND BECAUSE you converted the string "ToLower()", then checked if it contained "FALSE" which is in uppercase lol, of course that's going to fail.
i screwed up but the only text there is either true or false