Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. If your looking for a programmer, we have a freelance board. Otherwise, have you any code? We can walk you through some of the process, but were not exactly here to write code for people.
  2. Your not even using the ADODB extension, your using COM. COM is a windows technology and does not exist on or for GNU/Linux.
  3. The main disadvantage to using php for something like this is that php & php-gtk will need to be installed on any machine you wish your application on. Besides that, there isn't a great deal of people using gtk as far as I can tell. It's always felt a little facky to me anyway compared to gtk implimentations in languages such as Python. Netbeans is an IDE, but yeah, GTK is a framework like Qt. You'll get by using procedural. GTK is however mostly OOP, and you'll find it easier to organise things if you went down the OOP road.
  4. Where exactly are you stuck? We are not here to write code for you.
  5. Welcome to the boards. Without any experience writing a php application I think it would be quite rude to charge any client a fee for learning. Your first application will not be well written. This is a skill you gain only through experience I'm afraid.
  6. This topic has been moved to PHPFreaks.com Questions, Comments, & Suggestions. http://www.phpfreaks.com/forums/index.php?topic=343248.0
  7. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=343263.0
  8. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=343204.0
  9. The idea of hooks and plugins does not exist natively in PHP. Are you using some framework or application? We need more details about your particular architecture.
  10. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=343228.0
  11. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=343194.0
  12. Ajax is simple if you use a framework such as jQuery. I would start there.
  13. The resource argument has nothing to do with a particular database, just a particular server. As you said, both databases are on the same server.
  14. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=343184.0
  15. You only need to require the class you have stored in the session before calling session_start().
  16. Can you post some relevant code? And John, George, Paul and Ringo are members of arguably the most influential bands of all time.
  17. The link resource that mysql_query uses as an optional second argument represents a database server. If these two databases are on the same server there shouldn't be any issue.
  18. trq

    F**k me!

    The questions disappear eventually. With a site of this size we attract allot of bot/spam action, sorry, but it's just the way things have to be to keep the place tidy. Oh, and welcome.
  19. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=342885.0
  20. You just need to think about the steps involved and then implement them. 1) User registration - add new username & password to a database. 2) User authentication - check a username password combination against records in a database 3) User login - Persist data so as to identify a user across multiple requests. No one likes to have to think too much these days it would seem.
  21. Hmmm, I smell spam.
  22. There is no definitive answer, just opinion. Often the one that is well suited to your style of development and specific project requirements will be the best one to use.
  23. I used to use dynamically loading js, but it ended up being allot more efficient to put all js into one file and the minify it. Its the actual http requests to multiple files that hurts more than size. Of course it would also depend on what sizes where talking about. Loading a 50k-80k file just to use one function etc etc.
  24. Have you checked out some of the editors mentioned in this thread?
  25. This board is here for questions directly relating to already existing Third Party code. It is NOT a code repository or the place to post requests looking for specific scripts. If you can't find the script you are looking for on Google, you either don't know how to use Google or the specific script does not exist. DO NOT request help with searching.
×
×
  • 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.