Petrushka Posted June 10, 2007 Share Posted June 10, 2007 I have just recently treated myself to a PHP/MySQL book for dummies, but obviously they were aiming for a higher standard of dummies than me, as I'm stuck. I am working on creating a form, which the inputted data being sent to a database (at least, that is the initial plan). I have recreated the example coding in the book, changing it to my data, but I receive an error message - when I look at the author's example, that doesn't appear to be working either! The full error message I got was: Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/fhlinux177/f/further-flight.co.uk/user/htdocs/dummy/createpreview.php on line 11 The sample of my code can be found here: http://www.equinefocus.co.uk/dummy/error.jpg I realise its likely to be a very simple goof, but any help sorting out this problem would be appreciated! Link to comment https://forums.phpfreaks.com/topic/54997-parse-error-unexpected-t_string/ Share on other sites More sharing options...
soycharliente Posted June 10, 2007 Share Posted June 10, 2007 Close your echo statement. Link to comment https://forums.phpfreaks.com/topic/54997-parse-error-unexpected-t_string/#findComment-271900 Share on other sites More sharing options...
Petrushka Posted June 10, 2007 Author Share Posted June 10, 2007 Sorted, cheers! Link to comment https://forums.phpfreaks.com/topic/54997-parse-error-unexpected-t_string/#findComment-271904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.