Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Hi and welcome! I'm sure you will learn a lot here.
  2. You said the line causing the error was: $result = mail("" . $formatted_number. "", "" . $subject . "", "". $message .""); and Gizmola said: which is the line that I just posted. Anyway, glad it's working.
  3. Yes, you are seeing something different. This line is missing ';': $formatted_number = $to.$correctCarrier
  4. Thanks, and that's great to hear I don't think there are any issues with putting the PHPF logo on your site.
  5. spaceman, do not double post again. I'm leaving this one since it already has a reply.
  6. Welcome! I'm sure you will learn a lot here
  7. That doesn't really help.
  8. THANK YOU!!! Excellent resources in that sticky. I also like the "Head First" series by O'Reilly and Design Patterns by the Gang of Four as a reference.
  9. Maq

    'Date ago'

    What is 'it'? Please elaborate...
  10. Please tell us what you're trying to do. It seems like you haven't written this script, if you have, then you're really confused.
  11. - Be conscious of where you are posting. I moved this thread from the wrong section. - Use tags when posting code on the forums. - Format your code, it will be easier for a plethora of reasons.
  12. Please use tags when posting code on the forum.
  13. This topic has been moved to PHP Math Help. http://www.phpfreaks.com/forums/index.php?topic=327964.0
  14. It applies those 3 methods on what you pass into mss().
  15. mysql_real_escape_string trim strip_tags
  16. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327956.0
  17. Yeah, having the layout like that is much better Surprised it wasn't doing that by default.
  18. NOT ME!! Well ... not today at least. --- OK, actually, not since lunch.
  19. It's looking for a DLL when it should be a SO file. Can you show us that line in the php.ini?
  20. Heh, I was just going to write the same thing. http://httpd.apache.org/docs/1.3/logs.html#rotation
  21. If I had to take a wild guess, it would be that one of your fields is an integer and you're passing in a string.
  22. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=327702.0
  23. soltek, do not double post. I'm deleting your other thread and here was my reply:
  24. Maq

    About me

    Nice to have you. Welcome to the community!
  25. Maq

    Text Area format

    Yes, this is called BB code. Do a search on PHPFreaks and you should yield some very relevant & helpful results.
×
×
  • 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.