Hi,
I'm new to php. i'm trying to send information from my php (client)
script to a website that is running javascript.
Here is an extract of the server's response to my initial http
request. I need to know how to communicate further with the server.
Thanks,
anne
<META name="descripti on" content="">
<META name="keywords" content="">
</HEAD>
<script language="JavaS cript" type="text/javascript">
if (top != self) top.location.re place(self.loca tion);
</script>
<link rel="shortcut icon" href="/system/images/mypage.ico">
<FRAMESET
FRAMEBORDER=0
FRAMESPACING=0
BORDER=0
ROWS="90,*">
<FRAME
NAME="VIEW_TopF rame"
..........
I'm new to php. i'm trying to send information from my php (client)
script to a website that is running javascript.
Here is an extract of the server's response to my initial http
request. I need to know how to communicate further with the server.
Thanks,
anne
<META name="descripti on" content="">
<META name="keywords" content="">
</HEAD>
<script language="JavaS cript" type="text/javascript">
if (top != self) top.location.re place(self.loca tion);
</script>
<link rel="shortcut icon" href="/system/images/mypage.ico">
<FRAMESET
FRAMEBORDER=0
FRAMESPACING=0
BORDER=0
ROWS="90,*">
<FRAME
NAME="VIEW_TopF rame"
..........
Comment