Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=333010.0
  2. @JBrom, in the future, please place tags around your code.
  3. Never even heard of that. *Googles*.
  4. It means you didn't set 'cart' in the SESSION array before using it here.
  5. What do you mean exactly? I'm asking because this would be the best option. Have a variable that increments each loop and have a condition to check whether it reaches 10.
  6. What have you done to debug this? Echo values out to make sure they're correct. See how far the script gets. As cssfreakie mentioned, temporarily turn on error_reporting. Something must have changed.... Maybe it's b/c you simply said, "My script is broke, someone else fix it".
  7. In the future, please place tags around your code.
  8. You also probably have to escape the single quotes inside your url_for function parameter.
  9. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=332907.0
  10. In the future, please place tags around your code.
  11. IMO, it's easier to use single quotes for the attributes if your primary string is double quoted. Either of these should work: echo "next"; ?> echo "next"; ?>
  12. Yes it is. You should try it and find out. If you need reason to try it, just Google something like "Reasons to use JQuery".
  13. I don't see where you tried my suggestion...
  14. In the future, please place tags around your code.
  15. Not sure exactly what you mean by: but look at Example #1: http://us2.php.net/manual/en/function.mysql-fetch-assoc.php
  16. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=332593.0
  17. Are you actually using JOIN? Post your query.
  18. Yes, read more in the manual: http://php.net/manual/en/language.operators.string.php
  19. Maq

    MySQL syntax error

    Echo out $sqlSearchFleet and paste the output.
  20. Without seeing relevant code it's impossible to tell exactly what it is. PHP will cause a blank page if there is a fatal error. You can temporarily turn on max error reporting by placing these 2 lines directly below your opening <?php tags: ini_set ("display_errors", "1"); error_reporting(E_ALL);
  21. In the future, please place tags around your code.
  22. @diptiranjan, in the future, please place tags around your code.
  23. The first day should feel overwhelming, if it's not, then the job isn't challenging enough.
  24. In the future, please use tags around your code.
  25. I was wondering why I couldn't get any work done today.
×
×
  • 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.