Search results

  1. N

    Secure Your Forum

    niceeeeeeeee
  2. N

    Need Help to Fix This Error

    You will have a variable in the mysql_fetch_assoc() ie: mysql_fetch_assoc($res) Then you will have a variable = to $res = mysql_query() So, add : $res = mysql_query() or die(mysql_error());
  3. N

    Need Help to Fix This Error

    There's a error running the query. Probably missing a table. Add: or die(mysql_error()); To your query on the line you're getting the error from Then see what error you get
Back
Top