pyromaniac Posted November 23, 2007 Share Posted November 23, 2007 Hi, this is the script and the error is T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' on line 19. this is the line: echo 'Database Selected' '<b>' {$_POST['database']} '</b>'; I am quite new to coding, but I can't seem to find a problem. Can anyone help me? Thanks a load, Pyromaniacdude ??? Link to comment https://forums.phpfreaks.com/topic/78607-solved-t_constant_encapsed_string/ Share on other sites More sharing options...
revraz Posted November 23, 2007 Share Posted November 23, 2007 echo "Database Selected <b>{$_POST['database']}</b>"; Link to comment https://forums.phpfreaks.com/topic/78607-solved-t_constant_encapsed_string/#findComment-397750 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.