Jump to content

Ryaan

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Ryaan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey, I've created (or almost created) a simple forum system for my website. So far everything has been easy enough, but I can't seem to figure how to display what topics a user hasn't yet read in bold. I thought that maybe I could just store what topics they read in a database, but as the userbase increased this would get quite lengthy. So basically, what I'm wondering is if anyone knows a more efficient way of doing such. Thanks, Ryan.
  2. The thing is, that every week the number changes. So I'd like it to automatically show it.
  3. Hey, I'd like to have something that takes a website using file_get_contents (); and show a certain picture from the website. Example, the source of the website is .. " ... </table> <img class="centeredImage" src="/nothingnice/comics/20080121.gif"> <table width="100%" border="0" cellpadding="0" cellspacing="8"> ... " How would I get it to JUST display 20080121.gif, and none of the other junk. Thanks, Ryan.
  4. Ah, I was trying &. Thank you very much. Oh, and is there a point to the ` between every word?
  5. So basically what I've got is this $search = mysql_query("SELECT * FROM myPMs WHERE message like \"%$trimmed%\""); But what I want is it to do something such as WHERE message like \"%$trimmed%\" and also WHERE to_user = '$id' So it would be getting two WHERE's. I'm not sure if it's possible, but if it is please let me know how. Thanks, Ryan.
  6. Well then I must not know where I live.
  7. It got my Province, and City wrong.
×
×
  • 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.