"Ryan Sullivan" <rp******@yourrobe.wideopenwest.com> wrote in message
news:a7********************@wideopenwest.com...
I am using a PHP calendar with MySQL backend. For some reason, when you
click on an event in the calendar (which brings up a pop-up window),
there is a scrambled mess before the description. I have deleted the
tables and recreated them, but this has not solved the problem. Could
someone take a quick look at my site and help me out? It's at:
http://dcavello.phenominet.com/calendar
Thanks!
Ryan
--
To reply, please remove your robe.
I think I can see the junk you are refering to - First off - you have a
table tag that is not closed correctly (you have /TABLE> instead of
</TABLE>).... Second, the junk you are getting - I was just wondering if it
had anything to do with a dynamic image being dumped and some partial header
or something? Or some debuging code that you have forgotten to remove?
I got a U some other character, followed by an F/TABLE>
Also... dunno if this might help some... I had a look at the source code of
the html behind
http://dcavello.phenominet.com/calendar/
and found that you use PHP SessionIDs...
<!-- form tags must be outside of <td> tags -->
<form name="monthYear"><input type="hidden" name="PHPSESSID"
value="f153c9852e05caca99442353bc05fedf" />
I'm wondering if you really wanted to have the /> at the end of the <INPUT>
tag?
Anyway... hope something above helps you...
laters
randelld