Jump to content

revraz

Members
  • Posts

    6,911
  • Joined

  • Last visited

    Never

Everything posted by revraz

  1. You many have to see if your ISP requires authentication to mail out when using PHP.
  2. Just seeing if you understand why it's doing it the way it is. You have your main loop looping 1000 times, but the inside loop going through the alphabet before it goes to the 2nd value of the first loop. Don't make the inside a for loop, just make it a integer that adds to itself each time the for 1000 loop executes, and starts over when it hits character 91.
  3. Is your code written so you are closing connections after the query's are done?
  4. PHPBB has a nice admin page that shows this info, may be able to look and see how they do it.
  5. And country is a valid column in your Table?
  6. Firewall?
  7. Can we wish for women and beer too?
  8. You marked it as solved but still asked for help. So is it solved or do you still need help?
  9. Seems to work on and off, maybe it's Gmail. Thanks for the replies.
  10. You can put an array in a Session variable.
  11. That may buffer it, but it's just a band aid for a bleeding wound.
  12. Right on, mark the topic as solved if you can.
  13. What do you want to know, if rows were found or if a connection was made to the DB?
  14. Same issue, your Margins are probably set wrong in your CSS.
  15. You didn't state what problems you are having.
  16. Check the field length in the DB and make sure its not set to 30 chars. PHPmyadmin doesn't cut down anything, its just a interface into your DB.
  17. I do it Lumio's way as well, because I hate to echo all that HTML and worry about inserting variables within the HTML along with quotes.
  18. Where are these getting pulled from $user = $_POST['name']; $pass = $_POST['pass'];
  19. Function names are not case sensitive.
  20. Some email programs are funny like that. Make sure you mark this as Solved.
  21. Means you are outputting to the browser before you set the cookie.
  22. See if putting http:// in front of it works better.
  23. This would be a MySQL issue, not really a PHP one.
  24. You probably have to write a function to read the last number and append the suffix. The Date function has it built in, but I don't know if there is anything built into PHP for just plain numbers.
  25. Have you tried using removeslashes?
×
×
  • 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.