Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
htmlspecialchars output wont display in form field!
Old 11-04-2008, 05:01 AM htmlspecialchars output wont display in form field!
Average Talker

Posts: 27
Trades: 0
hi,

i am trying to display the content of a field in my database (which happens to be the embed code for a youtube video) in a form field that my browser will not see as html code to execute it.

i have been using htmlspecialchars function in php which will display the code in the browser without executing it if i put outside of a form field, but as soon as i put it into a form field it breaks - in that it displays the first few characters as html code on the screen but then starts to execute it and plays the video.

is it possible this may be due to how it is reading the " and ' in the php code and the html?

example code:

$gav=' <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/z6YZ2a-sz9U&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/z6YZ2a-sz9U&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>'

<input name="horse_video" type="text" value="<?php echo htmlspecialchars($gav, ENT_QUOTES); ?>">

thanks
gavrd1 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to htmlspecialchars output wont display in form field!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21870 seconds with 12 queries