ohdang888 Posted December 31, 2007 Share Posted December 31, 2007 why can't i put this in a database field? its only copying the top line. and the character limit is 3000. <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="500" HEIGHT="545" id="2deep" ALIGN=""> <PARAM NAME=movie VALUE="2deep.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noborder> <PARAM NAME=bgcolor VALUE=#1C1C77> <EMBED src="2deep.swf" quality=high scale=noborder bgcolor=#1C1C77 WIDTH="500" HEIGHT="545" NAME="2deep" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> Quote Link to comment https://forums.phpfreaks.com/topic/83804-solved-database-field/ Share on other sites More sharing options...
PHP_PhREEEk Posted December 31, 2007 Share Posted December 31, 2007 insert it with mysql_real_escape_string PhREEEk Quote Link to comment https://forums.phpfreaks.com/topic/83804-solved-database-field/#findComment-426398 Share on other sites More sharing options...
ohdang888 Posted December 31, 2007 Author Share Posted December 31, 2007 well, as of right now, i'm inserting this stuff manually through phpmyadmin Quote Link to comment https://forums.phpfreaks.com/topic/83804-solved-database-field/#findComment-426404 Share on other sites More sharing options...
PHP_PhREEEk Posted December 31, 2007 Share Posted December 31, 2007 Well then, what's the error reported by phpMyAdmin, and can you post the structure of the field you are trying to insert it into? PhREEEk Quote Link to comment https://forums.phpfreaks.com/topic/83804-solved-database-field/#findComment-426406 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.