javasac wrote:
[lots of stuff ...]


I'm guessing that was the *output* of the PHP file, not the script itself.

You've got a couple different errors here. The first is that you're not creating img tags. All you have here is the path to the image. A browser isn't going to do anything with that.

>                             <td width="10" height="7">
> images/box_bottom_lft.jpg </td>

Second, at least one of the image paths is relative to your own desktop computer's drive (why is it that this always happens on a Windows box?)

>                             <td width="11">
> C:/wamp/www/yojoe-web/html/site/images/box_top_rht.jpg </td>


Also, in the future, it'd be better to trim out the completely unnecessary bits. That's an awful lot of (bloated) HTML and javascript to wade through.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to