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. What did you actually look at?
  21. 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.
  22. bbcode is a type of markup that is generally parsed and transformed into HTML. It is indeed what this forum uses to transform tags into HTML's <b></b>.
  23. I'm not sure a simple file_get_contents call is binary safe. Use fopen and fread instead.
  24. I have no idea what your talking about sorry.
  25. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=342981.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.