Jump to content

[SOLVED] Why can anyone see why this is giving me a parse error


madspof

Recommended Posts

Hi everyone this code gives me this parse error "Parse error: parse error, unexpected T_ECHO in C:\Deskfun\login.php on line 168" which is the echo function can anyone see why.

<?php 
include("connect.php");
$query  = "SELECT url FROM userpic WHERE DP = '1'";
$result = mysql_query($query);
$row = mysql_fetch_assoc($result)
echo 'hello'; 
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.