User Profile

Collapse

Profile Sidebar

Collapse
erone
erone
Last Activity: Apr 4 '10, 07:35 PM
Joined: Apr 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • erone
    replied to syntax error, unexpected T_STRING
    in PHP
    Hello,
    Thanks alot. It's been sorted out.
    Regards,
    Erone
    See more | Go to post

    Leave a comment:


  • erone
    started a topic syntax error, unexpected T_STRING
    in PHP

    syntax error, unexpected T_STRING

    Hello, good morning.
    I have a syntax error here. Can you help? Thanks. It's a Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
    on the "echo" line :
    Code:
    <?
    	$sql = "SELECT addrid, nickname FROM favlsit WHERE owner = '$username'";
    	$result = mysql_query($sql);
    while ($rand = mysql_fetch_assoc($result)) {
    				
    
    	$check = mysql_query("SELECT phone FROM
    ...
    See more | Go to post
    Last edited by Markus; Apr 4 '10, 06:24 PM. Reason: Added [code] tags
No activity results to display
Show More
Working...