php cuts off variable on 1 pg, but not other

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
justravis
Forum Commoner
Posts: 53
Joined: Mon Dec 16, 2002 3:18 am
Location: San Diego, CA
Contact:

php cuts off variable on 1 pg, but not other

Post by justravis »

I have this php form that i enter html in here:
http://admin.clinicalkinesiology.org/jo ... hp?artid=2

It gets cut off when I go to preview it here:
http://clinicalkinesiology.org/content/ ... hp?artid=2

I think the code is stored in db correctly because it shows up in the form right. That's what's confusing. Why is the variable outputted in it's entirety in the form, but not on the preview page?

Originally, I thought it was an html issue, but I see the rest of the text is simply not there. Therefore, it is not a case of it being in the code, but not being displayed.

I know you are going to ask, so I'll tell you. The html origininates in Word (client's choice, not mine).

Any sugestions?
User avatar
nathus
Forum Commoner
Posts: 49
Joined: Thu Dec 12, 2002 6:23 pm

Post by nathus »

that line thats above the bottom table thats showing the table code is missing a ' at the end of your style declaration it looks like. also the last td isn't closed, either is the row, or table. when I view the source on the page, it looks exactly like what is in that table you linked to.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Post Reply