Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. mikhl, do NOT double post please. Moving this to PHP Coding b/c it seems more appropriate, if not I will move it back.
  2. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=321649.0
  3. If you would like to pay someone to do this for you I can move this thread into the "Freelance Section". Just let me know.
  4. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=321641.0
  5. - Do not double post. - I put them tags on for you, please use them next time.
  6. Because 'and' isn't in the sentence.
  7. What version of PHP are you using?
  8. Good to know, didn't even see it when I went to the manual...
  9. This topic has been moved to Installation on Linux. http://www.phpfreaks.com/forums/index.php?topic=321601.0
  10. What I meant was are you calling it via terminal or browser? Hmm, I copied your script exactly and it's working for me in the CLI and browser. You may have a fatal error, try adding these 2 lines directly under your opening <?php tag: ini_set ("display_errors", "1"); error_reporting(E_ALL); Other than that there must be some environment setting that is affecting it.
  11. What happens?
  12. It is? Even without <?php tags? How are you calling it?
  13. Already on the page? I'm not following, could you provide an example. The example given does highlight each occurrence of the desired word.
  14. Works for me. Is that everything in your script? Maybe you have something else affecting it. How are you calling it?
  15. (I put tags in for you, please use them next time)
  16. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=321612.0
  17. Just to clarify. It's not a matter of files being in the right spot. It's about having the web-server parsing your files rather than accessing them from your file system in the browser.
  18. $novaPodkategorija is saved into "ime_podkategorije" (name of sub category) so I think this isn't an issue, I can't get ID of selected item in dropdown... That's not in the code you provided.
  19. Agreed 100%. Good point.
  20. You were missing the 'response' node. Also, you have '' at the bottom of your xml, is that supposed to be there? $doc = simplexml_load_string($tmpgs); $docResults = $doc->response->results->ship->cruiseline; print_r ($docResults);
  21. Can you post the relevant code please?
  22. Right. That concept is in the link I provided for you earlier. You can easily hide/show HTML with JQuery, check out some of the demos. The code for all of them is provided.
  23. (I put tags around your code, please use them next time.)
  24. Sorry, what's the issue?
  25. Can you post the relevant HTML and CSS?
×
×
  • 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.