Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. The period got appended: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html
  2. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=319486.0
  3. You should do a SELECT first to check if the values exist.
  4. Try it out.
  5. Sounds like you know what to do. Just assign $zip to the POST value after submission. Maybe I'm misunderstanding.
  6. Oh I see. Then have a variable defined at the top with a default message and redefine it as needed throughout your script then simply echo out the message variable.
  7. No problem. If you have questions regarding validation be sure to start a new thread.
  8. I don't get it. You want to execute: echo "Search Field is Empty - Please Input a Search Query!"; on the very first page load?
  9. The validity of usernames, emails, and passwords should be checked server-side (PHP). You also may want to use an OR rather than an AND because you would want to check if either the email or username already exists.
  10. YW. Try it out, if you're still having trouble come back for specific help.
  11. Can you use file_get_contents?
  12. Looks like they have some useful tutorials using the API with PHP: http://www.newwebplatform.com/tips-and-tutorials/Twitter
  13. Sure, but what exactly are you trying to do?
  14. Wrap the code you want to be executed in: if(isset($_POST['submit'])) { ...code... } Then it will only be executed when the 'submit' button is clicked.
  15. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=319471.0
  16. You're taking out too much. Keep in the last line, it's the terminating brace for the if in the beginning.
  17. I think this is what you're looking for (example #2): http://php.net/manual/en/function.mail.php
  18. Then there's no way to search the resumes. OP have a look at http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html. I believe you have to store as a 'text' type to use this. If you really want to have good search capabilities it may be worth looking into something like lucene.
  19. Google "javascript gallery", there should be plenty of free ones you can use.
  20. Did you solve the issue you were having?
  21. Blue is right, but it would be helpful if you provide what you want and what you're actually getting.
  22. I got 136 failure with all tests for SQL Inject Me.
  23. Just because I have no intention of coming back here... YOU'RE A USELESS MORON Be nice
  24. Trust me, creating a relational database is well worth it and a lot easier. Their purpose is to store data.
×
×
  • 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.