Search results

  1. P

    [REQ][200 points]Solve my login cookie problem

    I will give 200 points to whomever can fix my code to work with cookies. What I need to stay is the link to the register page, and once I am logged in, the link to logout, and a script I can use to read cookies on other pages. <?php include "connect.php"; if($loggedin == '0') {...
  2. P

    Php Login problem

    On my locahost, this works fine, but here, it doesn't. When I use my login script, I log in. But then my computer soes not remember that I logged in. Is there a script that will put cookies on my browser?
  3. P

    Help with Variable error in PHP

    The Error is Parse error: syntax error, unexpected T_VARIABLE in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 18 I have no clue how to fix this. Here is my code. 16. mysql_query("UPDATE players SET lastlogin='$lastlogin' WHERE id='$sessid' LIMIT 1" ) or die(mysql_error())...
  4. P

    AW survey

    It is a free survey site that pays you a lot per survey, the drawback? Not many surveys and a $75 minimum withdrawal, so if you trust it, you can enjoy. http://www.AWSurveys.com/HomeMain.cfm?RefID=pokefan022194 Non Referral: http://www.AWSurveys.com/
  5. P

    MySQL pconnect error

    I tells me that I have an error on line 14. $link = mysql_pconnect($dbhost, $dbuser, $dbpass) And the three variables are as follows. $dbhost = 'localhost'; $dbuser = 'pokefan0_root'; $dbpass = '******'; Nevermind, I needed to take to root off, could someone close this?
  6. P

    Mysql error

    I cannot figure out this error Warning: mysql_query() [function.mysql-query]: Access denied for user 'pokefan0'@'localhost' (using password: NO) in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 4 Warning: mysql_query() [function.mysql-query]: A link to the server could not...
  7. P

    Problem with an include script.

    I have been trying to fix an error with my include script for ages. I have retyped it several times with parentheses, quotes, apostrophes, and combinations. The file I am trying to include is in the same directory as the file i typed the include script on. It works when I put the files on my...
Top