Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. It's simple i want some php codes that can do the trick.. i want php scripts that's all i want....please I'm afraid it doesn't work that way... Not sure how many people would be willing to write this for you, especially for free. There may already be some open source projects you could utilize. If you are willing to pay then there is always the Freelance Board.
  2. I understand what you want, but what do you need help with?
  3. Works for me.
  4. http://us2.php.net/manual/en/control-structures.foreach.php
  5. What exactly do you need help with?
  6. Search for "Javascript Gallery". I would also recommend using a framework such as JQuery because it will make your life a lot easier.
  7. http://php.net/manual/en/function.urlencode.php
  8. To be more specific it checks data type along with value.
  9. People are actually complaining about this?
  10. Uh, what? Give us more information. What are you trying to open it with?
  11. That would be Apache, not PHP.
  12. We don't take demands...
  13. Well, well, welcome! Check out this thread: http://www.phpfreaks.com/forums/index.php/topic,232740.0.html
  14. Did you set the DocumentRoot in Apache?
  15. I have no clue either. I did a search for it and this thread was the first result...
  16. World Cup... what's that? ;P
  17. Sorry to hear about your situation. If you don't ask specific questions I'm going to have to move this to the freelance section. (BTW - There aren't too many kind souls when it's for free :-\ )
  18. Incredulous...
  19. well i mean i figure i could just run a query that pulls the field names if this is possible? And i could just have a loop that runs one for each field name. Like F1Fan said, you would need a query to grab all of the rows then queries for as many rows you have to update them all. Very inefficient. Have you tried your original query?
  20. This should definitely be done in SQL. I'm moving to the MySQL section unless you specify otherwise.
  21. </pre> <li> <b You're getting the error because you're not sending an array. Change the names to both be the same array with no key values.
  22. Yes, they are called prepared statements.
  23. There are "screenshot" classes made for PHP. You may want to take a look at those.
  24. Maq

    IDE

    No biggie. Netbeans is surely a great IDE mostly because it was made by Sun (Oracle) but I find Eclipse to be better, especially for plugins and stuff like that. Anyway, yeah, the sticky should have all the information you need.
  25. Yeah, but that would only fix it for that file. If '$bHost' is used anywhere else it won't work. Nice, I figured there was some sort of configuration file being included.
×
×
  • 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.