Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. You need to find where the function register_variables() is defined and post it here.
  2. What does register_variables() do?
  3. You might want to post some relevant code and a decent description of your actual problem.
  4. Like I said a few posts back. You really need to learn the basics first. Once you have, these questions like 'how do I make...' will become obsolete. Because you'll just need to think about what steps would need to be taken to create a guestbook. You'll already know how to do all the programming.
  5. Were not here to write code for you. There are plenty of tutorials around that teach you how to write php, this board is for help with code that YOU have written that your having problems with.
  6. The PEAR library already has all its functionality within classes.
  7. The expect extension is what your after.
  8. You might want to at least get a grasp of functional programming before eve attempting OOP. The classes connect() & clean_input syntactically incorrect and will not function. auth_user() should probably just return true or false. Making it redirect to specific pages makes it completely tied to the current application.
  9. trq

    Expand / Collapse...

    Considering that the premier language for programming within a browser is Javascript, you might start there.
  10. You have failed to actually ask any question. Where exactly are you stuck?
  11. Cleaning user input & making a database connection has nothing at all to do with user authentication and should be in there own classes. Your auth_user() method is completely floored. mysql_result() returns either a result resource if the query succeeds (this is not the same as finding a result) or false otherwise. It will never return 1.
  12. A powerful one at that given the right environment. JavaScript is actually a programming language.
  13. It would be more helpful if you would simply post some relevant code.
  14. Your question doesn't really make sense. Could you give us an example of what your trying to do?
  15. CruiseControl is pretty much just an application for displaying information created during the different stages of your build process. eg; Unit test results, code coverage & documentation.
  16. I'm sorry, but you may need to find a forum that speaks your language.
  17. I always use jQuery's date picker now days (http://docs.jquery.com/UI/API/1.8/Datepicker). You can have it return whatever format you need.
  18. I wouldn't necessarily call it the best way as its all a matter of personal opinion. There's nothing wrong with the approach however and if it works for you, go for it.
  19. The Location header requires a complete url according to the http spec. It can be problematic without it.
  20. GPL2 also sounds similar to what your after. 3 is more restrictive. http://www.gnu.org/licenses/gpl-2.0.html
  21. This wouldn't be that hard to write yourself using jQuery and you where looking for a place to start.
×
×
  • 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.