I have variable like this:
$first_segment = "<script type='text/javascript' src='http://img.free2.thepluginz.com/player/flowplayer-3.2.6.min.js'></script>";
I want to store it in mysql table but can't pass it...
Echoing don't work eather...
echo $first_segment;
...give me nothing on the screen, can see it in a page source of output screen but that is not what I want.