Beginning php study
- From: "Wings" <glenn61@xxxxxxxxxxxxx>
- Date: Sat, 18 Jun 2005 06:25:17 GMT
Hi, just beginning my study of php and got stuck right off the bat. I saved
the following to a page called test.php.
<? php
$age = 67;
echo $age;
?>
Looking at it in the browser I get
Parse error: syntax error, unexpected T_VARIABLE in
C:\XAMPP\xampplite\htdocs\nitefly\FCU\FCU\test.php on line 6
Line 6 was the $age=67.
Any help would be appreciated. Thanks in advance.
.
- Follow-Ups:
- Re: Beginning php study
- From: Ken Robinson
- Re: Beginning php study
- Prev by Date: Re: PHP vs MMCACHE problem
- Next by Date: Re: Beginning php study
- Previous by thread: PHP vs MMCACHE problem
- Next by thread: Re: Beginning php study
- Index(es):
Relevant Pages
|