Ok... now I just feel dmub(?sp)!
Many thanks!
Search found 2 matches
- Tue Sep 19, 2006 8:15 am
- Forum: PHP - Code
- Topic: Parse error with a simple function
- Replies: 3
- Views: 340
- Tue Sep 19, 2006 7:54 am
- Forum: PHP - Code
- Topic: Parse error with a simple function
- Replies: 3
- Views: 340
Parse error with a simple function
Hi, I'm very new to php programming and am having a few problems creating functions. Example code: <?php funtion doHello($Name = "Paul") { return "Hello $Name\n"; } ?> results in: Parse error: syntax error, unexpected T_STRING in /home/oliver/public_html/thesubstitutes/diary/php....