Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Yep, looks like you have the basic idea. Did you end up solving your problem?
  2. Look at: http://us2.php.net/glob
  3. Would make the most sense to me but a short mention in the FAQ, which I can't find BTW, can't hurt either.
  4. 1) Be careful where you post, I moved this thread to PHP Coding Help. 2) In the future, please place tags around your code.
  5. Yes, simplexml can handle attributes (id & body), which is perfectly valid XML BTW. Can you show us the problematic code?
  6. What happens...? We need more detail of the issue.
  7. Sure, check out: http://us.php.net/simplexml
  8. Pretty much what gristoi said, you should use mysql dump (http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html) to create the sql file. You can probably use the PHPMyAdmin GUI as well if that's easier. After you dump your database live your hosting panel should allow you to create MySQL users, from there you just have to change your configuration script with the new credentials.
  9. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=334962.0
  10. Show us the code where you are actually trying to delete the entry.
  11. @MikeyKs1, if you have a new question please start your own thread. This one is over a year old. Also use code tags around your code.
  12. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=335372.0
  13. In the future, please place tags around your code.
  14. In the future, please place tags around your code. Read the stickies and rules next time!
  15. The individual is nominated and voted into the Staff/Team. There is no application process if that's what you're asking, if a team/staff member sees your worthy of stepping up then they will nominate you, and if you receive enough votes, you are promoted.
  16. Maq

    Preg_split

    Care to share for reference?
  17. noConflict() relinquishes the '$' alias to another library. If you want to continue using jQuery, you must use 'jQuery'.
  18. both have there pros and cons Care to elaborate?
  19. In the future, please place tags around your code.
  20. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=335037.0
  21. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=335033.0
  22. Sounds like you have a lot of experience, welcome to PHPF.
  23. Maq

    header()

    You're going to get answers if you don't provide information. Use code tags. You did it in your first post, so stop being lazy and add them in the future. What is happening?! No surprise there, they have basically been doing this since they joined.
  24. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=334932.0
×
×
  • 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.