hn2007 Posted March 29, 2012 Share Posted March 29, 2012 i am doing inster to mysql but posting there http://www.youtube.com/watch?vs8cbak34DR0 help please Link to comment https://forums.phpfreaks.com/topic/259938-error-inster-to-mysql/ Share on other sites More sharing options...
Muddy_Funster Posted March 29, 2012 Share Posted March 29, 2012 please explain Link to comment https://forums.phpfreaks.com/topic/259938-error-inster-to-mysql/#findComment-1332295 Share on other sites More sharing options...
hn2007 Posted March 29, 2012 Author Share Posted March 29, 2012 $video = " mysql_query("INSERT INTO $tb (... , video , ...) VALUES ( ... , '$video' , ...)"); but in phpmyadmin showing this http://www.youtube.com/watch?vuWjk-ppiaPM Link to comment https://forums.phpfreaks.com/topic/259938-error-inster-to-mysql/#findComment-1332305 Share on other sites More sharing options...
Muddy_Funster Posted March 29, 2012 Share Posted March 29, 2012 look at mysql_real_escape_string() and urlencode() they should fix your problem Link to comment https://forums.phpfreaks.com/topic/259938-error-inster-to-mysql/#findComment-1332314 Share on other sites More sharing options...
hn2007 Posted March 29, 2012 Author Share Posted March 29, 2012 can you please explain i am new in php Link to comment https://forums.phpfreaks.com/topic/259938-error-inster-to-mysql/#findComment-1332421 Share on other sites More sharing options...
fenway Posted March 31, 2012 Share Posted March 31, 2012 can you please explain i am new in php Which means that any information that points you to the correct place in the refman should be invaluable. Link to comment https://forums.phpfreaks.com/topic/259938-error-inster-to-mysql/#findComment-1333019 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.