Jump to content

l33t_script3r

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

l33t_script3r's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. errrm lol what was that for? [img src=\"style_emoticons/[#EMO_DIR#]/unsure.gif\" style=\"vertical-align:middle\" emoid=\":unsure:\" border=\"0\" alt=\"unsure.gif\" /] anyways... its just that table that isnt working, i even copied the name of the table from phpmyadmin and it didnt work... i tried a different table and it worked fine, not sure what is going on here
  2. [!--quoteo(post=377382:date=May 27 2006, 07:13 AM:name=samsbc12)--][div class=\'quotetop\']QUOTE(samsbc12 @ May 27 2006, 07:13 AM) [snapback]377382[/snapback][/div][div class=\'quotemain\'][!--quotec--] thanks man i didnt even see that, is there a way to get php to echo the errors when the page doesnt load? [/quote] i think you can use die() or mysql_error() not sure how to use them though...
  3. Yes and Yes! lol its still not working but ty for your help so far anyway
  4. Hey! ill cut to the chase [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /] when i use this code: [code]$topiclist = mysql_query("SELECT * FROM forums_topics ORDER by id DESC"); while($row_topics = mysql_fetch_assoc($topiclist)){ ?> test <? } ?>[/code] and preview it, it comes up with this error: [code]Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Group\Apache2\htdocs\bloodspill\index.php on line 110[/code] tia for your help
×
×
  • 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.