123456programmer
Programmer
Hey i m a newbie, and i am trying to run a php script with my macromedia flash program.
what i want the php to do is to look up for a word in an html file.
the word is: Gateway
in the html code it is writeen like this:
Gateway ***.***.**.**
the part with * the IP of the client. so it change quite often.
In the source of the html code it is written like this:
<TD ALIGN=RIGHT><B>Gateway</B></TD>
<TD>210.9.141.233</TD>
so i wanted the php to look up for the word Gateway, and execute the line.
thanks in advance
what i want the php to do is to look up for a word in an html file.
the word is: Gateway
in the html code it is writeen like this:
Gateway ***.***.**.**
the part with * the IP of the client. so it change quite often.
In the source of the html code it is written like this:
<TD ALIGN=RIGHT><B>Gateway</B></TD>
<TD>210.9.141.233</TD>
so i wanted the php to look up for the word Gateway, and execute the line.
thanks in advance