Jump to content

beamerrox

Members
  • Posts

    35
  • Joined

  • Last visited

    Never

About beamerrox

  • Birthday 08/10/1989

Contact Methods

  • AIM
    beamerroxz
  • MSN
    beam_2@hotmail.com
  • Website URL
    http://www.beamerrox.info
  • Yahoo
    beamerrox2003@yahoo.ca

Profile Information

  • Gender
    Not Telling
  • Location
    Grimshaw, Alberta, Canada

beamerrox's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. sorry to say 'sonny' we can't all just hold you by the hand and do all the work for you, i was rather busy with work at the time, and with your comments i scrapped what i put together for you...
  2. read up on fopen, fread, fwrite and fclose, fairly simple after that...sorry, not going to write a script for you
  3. echo '<td>'.$arr["title"].','.$arr["year"].','.$arr["rating"].'</td><br />';
  4. addition: _request is rather un-secure also
  5. code is usually helpful, but from a standpoint, i think your html is set to the wrong charset to display that character...shouldn't be a php issue...
  6. ya, make sure to put a session start thing, and if it is a publicly accessible page, try using <?php echo ($_SESSION['SESS_MEMBER_ID']) ? $_SESSION['SESS_MEMBER_ID'] : "Guest";?> shorter than a conventional if statement
  7. Yes, im working on a new version of the same page that is bigger because i hardly see anyone under 1024 screen width
  8. suggest a new thing to do so i can use the same 1 picture for the BG with no scrolling divs, and no tables
  9. are you making sure to end the JSON each time? i could see each refresh MAYBE it adds the message to the current JSON session
  10. maybe instead of a onload try a setTimeout i can't see anything else that would maybe throw an error
  11. http://www.anim-eh.com/new/blah.php Would like to know what ppl think, maybe where i can add some anime pics to the header to make it look better...
  12. works fine for me...still sending out 1500 emails per day with my oldest hotmail account...it is just the server configurations you have to worry about(i do NOT send headers on an email)
  13. [code]<?php $encryptme="Hello World!"; $encryptme=sha1(md5($encryptme)); // Encrypted ?>[/code]
×
×
  • 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.