Jump to content

Need help


odetron

Recommended Posts

yeah, im lousy at php. anyways whats wrong this code? I can't seem to fix it.
[code]
if (mysql_num_rows($result)!= 1) {
$error = “Bad Login”;
    include “login.html”;

} else {
    $_SESSION[‘username’] = “$username”;
    include “memberspage.php”;
}

?>[/code]
Theres an unexpected T-String in the top row.
Link to comment
https://forums.phpfreaks.com/topic/28181-need-help/
Share on other sites

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.