Jump to content

agod

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

agod's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. solved it. didnt like the ,'r' part after url.
  2. echo "<tr><td><a href=" . $row1[link] . ">click here< / a ></td></tr>"; does that work?
  3. agod

    IRC TO HTML

    would u not be better off setting up an eggdrop bot. then installing a stat function on the bot that updates all stats to a webpage?
  4. just to not this works when running as a webpage. just not as a cron
  5. running a cron. it returns follwing error. "gzfile() expects parameter 2 to be long, string given in .." $lines = gzfile('http://url/file.txt.gz', 'r'); if(!is_array($lines)) die("File could not be opened"); foreach($lines as $line) { Any sollutions?
  6. thanks. that was what i was looking for.
  7. yours would work but only for those chars. I need it to convert all chars except text. u get me?
  8. doesnt seem to be working. $str = "help{*} " echo htmlentities($str); this does nothing
  9. what is the conversion type? is it converting special chars into hes?
  10. how can i convert {*} into %7B%2A%7D ?? but i only want the chars converted. so if the text parsed is "help{*}" it displays "help%7B%2A%7D"
×
×
  • 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.