I want my php to print something when the user submits.this is the error I get:
Parse error: syntax error, unexpected 'javascript' (T_STRING), expecting ',' or ';' in /homepages/31/d585123241/htdocs/test/xe5/form.php on line 9
This is my code, what can I do to fix it:
<?php
echo "$ret bytes written to file<a href ="javascript:history.go(-1)">go back</a>";