Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Sorry, but I would suggest you find a new hobby. This really isn't working out.
  2. Don't use the global keyword, do as kicken suggested and pass $dbconn in as a param.
  3. Time doesn't stand still in the world of technology I'm afraid.
  4. I typically develop applications on top of some framework. Most (all) of these frameworks come with things like authentication built in.
  5. I'm not sure what resource it is you are using to learn PHP but its well out of date. There are numerous issues with this code. If you are looking for something that is free, reasonably up to date, and easy to follow. I would recommend: http://www.tuxradar.com/practicalphp
  6. trq

    PHP MYSQL

    Do you have a question?
  7. Then why didn't you ask simply that question? To answer that question: yes.
  8. The logic is no different to pagination using a proper database. Still stuck?
  9. But you don't know how to do it? That makes no sense.
  10. Are you sure you are not able to find examples of how this is done already? I mean, it's very common scenario. Hell, there is even a few jQuery plugins around that handle this. Where exactly are you stuck?
  11. Assuming you are asking if larger sites are generated dynamically on each request, or as contents change a static site is generated? Generally, the later. What is the term for it? Dynamic Site Generation.
  12. You need to browse to your server with your web browser. http://localhost
  13. if ($age > 10 && $age < 20) { // $age is between 10 and 20 }
  14. yes you could, where are you stuck?
  15. Filezila is an FTP client and server, nothing at all to do with php. WinSCP, I assume is a Windows scp client, again, nothing at all to do with php. You want to setup a http server on your local machine? Is that what you are really saying? The thing with forums is you need to be very clear and specific when describing your issues. None of your posts in this thread have made a great deal of sense.
  16. Is that a question? I don't understand it.
  17. You would have multiple records in your database.
×
×
  • 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.