Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. You also shouldn't use or die(). Use some real error handling. At least call trigger_error instead or die().
  2. foreach ($entries as $entry) { echo $entry; }
  3. What does that mean!? http://dictionary.reference.com/browse/increment
  4. http://www.google.com/search?q=many+to+many+relationship
  5. Oh, well that's to prevent spamming/flooding the report system.
  6. PHP Freaks is ranked 24,843 on Alexa. Our advertising revenue is in the low end of the four-digit numbers.
  7. Google Adsense creates an iframe in which the ads are displayed.
  8. Variable interpolation wont work in single-quoted strings.
  9. You mean like this? http://www.phpfreaks.com/tutorial/basic-pagination
  10. Right, I'll just lock this before it gets out of hand.
  11. The results of all that is undefined because you cannot multiply 0 with infinity.
  12. Yeah, if you think about it then if you split something up an infinite amount of times, then there is nothing left (a.k.a. zero).
  13. Yeah, but that's the same thing because [tex]\frac{x}{\infty} = 0[/tex] and 1 - 0 = 1
  14. Dunno if it helps your understanding, but 0.99 is closer to 1 than 0.9 is, so for each 9 you add, you get closer to 1. If you have an infinite amount of 9's then you are getting infinitely close to 1. Or if you want it in math terms: [tex].9 = \frac{9}{10^1}[/tex] [tex].09 = \frac{9}{10^2}[/tex] [tex].009 = \frac{9}{10^3}[/tex] etc. [tex].9 + .09 + .009 = \frac{9}{10^1} + \frac{9}{10^2} + \frac{9}{10^3} = .999[/tex] So: [tex]\sum_{n=1}^{\infty} \frac{9}{10^n} = 0.\overline{999} = 1[/tex] You see that as [tex]n \to \infty[/tex] (analogous to "you are adding more 9's on the end") you are getting closer to 1.
  15. You could try curl. If they've disabled all the functions for retrieving external data then you're out of luck though.
  16. Is the entire zlib extension disabled, or is it just that particular function?
  17. Seems like you aren't providing any username or password. It's used internally by MySQL.
  18. Hmm... then you might want to try Google Unsafe Image Search [NSFW (duh)].
  19. Have you checked the things mentioned in the quotation posted by PFMaBiSmAd?
  20. You'll obviously have to modify the array to whitelist the directories you want.
  21. Just provide an alternate interface. Like you can go to http://m.gmail.com for instance.
  22. Tell your client to find some better hosting. Any host that hasn't upgraded a long time ago is a joke.
  23. Maybe try to check up on how table tags work and check the output code you've generated. You're creating a separate table for each element, but I assume you don't want that. Also, please try to include code tags around your code. I've done it for you this time
  24. People still use WAP? Modern phones can browse web pages normally.
×
×
  • 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.