Unexpected "." in....
Posted: Thu Feb 17, 2005 10:08 am
The following code gives this error:
What's the problem?
thx in advance
line 31 is the "<form name=...." line of the following code:Parse error: parse error, unexpected '.' in /home/www/web37/html/search_user.php on line 31
Code: Select all
function htmlSearchForm(){
print "
<form name='searchform' method='post' action='" . $_SERVERї'PHP_SELF']; . "'>
<input type='text' name='search_user' />
<input type='submit' name='submit' value='Search' />
</form>";
}What's the problem?
thx in advance