Open PHP URL on Sheet problems

M

mpeplow

Below is the source for the output of the php that should be loaded whe
I call the URL with Workbooks.open My code always work except for whe
the PHP script returns the code below. (The code has been edited t
remove sensitive information) Everything looks fine but it does no
show "Item/Order was cancelled Item 00000000-000-000 Date 0000-00-0
00:00:00.000" in excel it just shows a blank line.

Can anyone tell me why?

<HTML>
<HEAD>
<TITLE>XXXXX YYYYY ZZZZZZZ</TITLE>
</HEAD>
<BODY>

<center><Strong>Order Not Found</Strong></Center><br><center>Item/Orde
was cancelled Item 00000000-000-000 Date 0000-00-00 00:00:00.000
<P align=center><FONT face=Tahoma size=6><EM><FON
color=red>X</FONT>XXXXXXXX.XXX</EM>
</FONT></P>
<P align=center><FONT face=Tahoma size=5>XXXXX YYYY
ZZZZZZZ</FONT></P>
<P align=center><FONT face=Tahoma >

<FORM action='track_order.php' method='post'>
<P align=center><INPUT id=text1
name=ordernum maxLength=35></FONT></P></P>
<P align=center><INPUT id=submit1 type=submit value="Get Information
name=submit1></P>
</FORM>



</BODY>
</HTML
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top