Search results

  1. M

    Web Buttons

    This forum is for help requests. If you want to promote something, post somewhere in site promotion.
  2. M

    move_uploaded_file() not working

    What, exactly, do you mean by "not working"? The phrase "not working" tells us almost nothing. Make sure you follow the advice in my sig.
  3. M

    Don't ask for help here. Doing so is the best way of ensuring I won't help you.

    Don't ask for help here. Doing so is the best way of ensuring I won't help you.
  4. M

    Power of JQuery

    @mohamadkhani1433: Don't spam. You've been reported. @Dead-i: Don't help the spammers.
  5. M

    Header not working *MOVED*

    @npicstore82: Don't threadjack. Don't revive long dead threads (this one is 3 3/4 years old). It's bad netiquette.
  6. M

    PHP Updating Users

    I take it the output you're showing is generated in the for loop, rather than by the print_r($username) statement and the like. It would be helpful if you stated this explicitly to prevent confusion. Where are you setting the $username &c. variables? Use PDOStatement::rowCount to determine...
  7. M

    Line breaks are not being inserted into mysql. Please Help!

    Please use , [html] or [code] tags (as appropriate) to separate and format code. Are the missing newlines you're referring to supposed to be in the 'wpm' parameter? Did you check the data in the database, or are you judging it based on how it's displayed in the browser? What are the 'age' and...
  8. M

    Wamp Server

    Or the default settings may have been more restrictive. One of the earlier documents I linked to outlined a situation where MySQL server settings would result in the error you were getting. The manual is your friend: "Resetting the Root Password: Windows Systems".
  9. M

    Amortization In PHP Programming

    If you want to end up on "Plz Send Me The Code", you're going to need to try harder. Joking aside, follow the instructions in my sig.
  10. M

    php Mail() not returning true

    Note you can use [php] tags on the X10 forums and get colorized PHP code. There's nothing immediately obvious in the code as to why it fails. You could be running afoul of the X10 mail server's anti-relaying rules, but that's at best a guess. PHP's mail is woefully inadequate when it comes...
  11. M

    PHP Mail()

    Set PHPMailer::$SMTPDebug to 1 or 2 to get debugging output (higher number means higher debug level means more messages).
  12. M

    I need support

    That's not enough information. You'll need to provide more information as to exactly what you did to set up your site.
  13. M

    server error

    What's the HTTP status? Is this a 500 or a 503 response?
  14. M

    View ip address

    What exactly do you need? What are you trying to do?
  15. M

    help me changer main domain (server lotus)

    Start with the instructions in the X10 Wiki article on using your own domain to get the proper settings. You should also check your registrar's help files for information on how to configure your domain records. Once you've done that, you may need to wait a few days before the updates propagate...
  16. M

    Public_html

    Breathe.
  17. M

    Query to external URL from PHP not working

    @theone48: that thread is completely unrelated. Please stop posting noise.
  18. M

    PHP Mail()

    @theone48: not to be rude, but if you don't have anything to add, why are you posting?
  19. M

    can someone help me out, please

    In particular, florian, your best bet is to contact the script maintainer. The http_get function defined in the script may need to be renamed, or may need to be defined conditionally; which depends on whether the script's implementation is compatible with the PHP version. The current maintainer...
  20. M

    PHP Mail()

    When you say there's an error, are you getting an error message? Just because an e-mail doesn't show up doesn't mean there's an error. It could be being blocked by design, as some mail servers block e-mail from some X10 domains. To get a better idea of what's going wrong, try a mailer with...
Top