Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. I really don't understand a word you said. If I had to take a wild guess from the lack of information you provided, you're inserting the SAME values each time, if you have a primary key or index then it won't insert. Put or die(mysql_error()) at the end of your query call.
  2. Yep, trust me, we've all noticed the sudden wave of stupidity, laziness, whatever you want to call it.
  3. If you're seeking help calling people idiots that are trying to help doesn't strike me as a good idea. If you have tried then where is your code? What you are asking is very common and there are literally 10s of thousands of hits. Now be a good little boy and do some independent research.
  4. You need to check out mysql LIMIT, and pagination: http://www.phpfreaks.com/tutorial/basic-pagination
  5. So what's the problem?
  6. White pages are usually indicative of fatal errors. You can detect these errors by placing these 2 lines directly after your opening <?php tags: ini_set ("display_errors", "1"); error_reporting(E_ALL);
  7. Yeah, I don't think Javascript has a native trim() method but JQuery does: http://api.jquery.com/jQuery.trim/
  8. Google AJAX newsfeed or something for scripts.
  9. Yep, it's certainly possible. After you store the data in your DB you have to make AJAX calls to extract the data and replace it in the HTML. https://developer.mozilla.org/en/AJAX
  10. Hey guys, this thread is from September 05, 2007. If you have a question please start your own thread.
  11. Wow, that is extremely shady. But honestly, I'm not too surprised as I've dealt with a few shady services recently but reluctantly had them resolved without costing me anything additional.
  12. There is an obvious error in the for loop. Place these 2 lines directly following your opening <?php tags: ini_set ("display_errors", "1"); error_reporting(E_ALL);
  13. so you know what I did last summer? Did it involve some ice cubes and a nine iron?
  14. I'm a moderator, everyones' business is my business.
  15. Slang aren't formal words. You did not get hounded, I asked you politely.
  16. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=334683.0
  17. You need a form with an action. Google and try it then come back for specific help.
  18. 1) Because boca means mouth, not voca, and I don't even think voca is a word. 2) I said so.
  19. Change this line to: echo "{$row['city_name']}";
  20. Internal server error I don't think that has to do with the code. Usually you get that error when you have a malformed .htaccess, missing php.ini or something like that. Check your error logs, specifically apache.
  21. ebzeal, please start your own thread. This one is old and you're not likely to get responses. Also, put tags around your code.
  22. Ok, well did that help you? Did you try it?
  23. It's boca, not voca, and please keep this forum to English.
  24. Maq

    CURL

    In the future, please place tags around your code.
  25. Care to share the solution?
×
×
  • 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.