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 ??? Quote Link to comment Share on other sites More sharing options...
revraz Posted November 23, 2007 Share Posted November 23, 2007 echo "Database Selected <b>{$_POST['database']}</b>"; Quote Link to comment 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.