Search found 3 matches
- Sat Jun 30, 2012 3:47 am
- Forum: PHP
- Topic: Parse error: syntax error, unexpected T_VARIABLE
- Replies: 5
- Views: 1017
Re: Parse error: syntax error, unexpected T_VARIABLE
that worked, now it says Fatal error: Call to undefined function fetch_user_info() in /home/kenchika/public_html/user/index.php on line 5
- Thu Jun 28, 2012 7:14 pm
- Forum: PHP
- Topic: Parse error: syntax error, unexpected T_VARIABLE
- Replies: 5
- Views: 1017
Re: Parse error: syntax error, unexpected T_VARIABLE
It still says Parse error: syntax error, unexpected T_VARIABLE in /home/kenchika/public_html/user/index.php on line 5
- Thu Jun 28, 2012 3:13 am
- Forum: PHP
- Topic: Parse error: syntax error, unexpected T_VARIABLE
- Replies: 5
- Views: 1017
Parse error: syntax error, unexpected T_VARIABLE
Everytime i try to go to the page it says Parse error: syntax error, unexpected T_VARIABLE (for user profile) here's the intl script script: <?php // fetches all of the users from the tabe. function fetch_users(){ $result = mysql_query('SELECT `id` AS `id`, `username` AS `username` FROM `forums_user...