Recent content by curtdbz

  1. C

    Have PHP pick given words randomly?

    I have three words, Apple, Banana, and Orange. I want PHP to pick one of them randomly, and each with a probability that I assign to it (say A = 10%, B = 85% and O = 5%). How do I do this? All I know is how to make a random number from like n to m, but I don't know how to use this to assign...
  2. C

    PHP: When user enters text in form, re-rendering without html tags?

    Basically, someone on my site can type in things like <br> or <div> and really screw everything when their comment is show. (it's a comment system). Worse yet, they can probably input javascript code or soemthing malicious and it will just be rendered! Well.. I basically tell the site to...
  3. C

    From images to ebook? Jpegs to PDF or DJVU?

    I have a bunch of images I scanned from my lecture notes and I want them to be compiled as an ebook for me. Each page is a seperate jpeg image, how do I batch them all into the same PDF or DJVU (which ever is better suited) ? thanks!
  4. C

    From images to ebook? Jpegs to PDF or DJVU?

    I have a bunch of images I scanned from my lecture notes and I want them to be compiled as an ebook for me. Each page is a seperate jpeg image, how do I batch them all into the same PDF or DJVU (which ever is better suited) ? thanks!
Back
Top