Recent content by Tommy Z

  1. T

    Is there a good php book for a person who knows a lot about php already?

    I would like a book to learn how to make my dynamic websites more secure and assure my code is valid and up-to-date with php5. At the moment, I have no knowledge of filters or sensitization, so books that focus on these areas will help greatly. I will be buying these books and I DO NOT CARE...
  2. T

    Is there a good php book for a person who knows a lot about php already?

    I would like a book to learn how to make my dynamic websites more secure and assure my code is valid and up-to-date with php5. At the moment, I have no knowledge of filters or sensitization, so books that focus on these areas will help greatly. I will be buying these books and I DO NOT CARE...
  3. T

    Is there a good php book for a person who knows a lot about php already?

    I would like a book to learn how to make my dynamic websites more secure and assure my code is valid and up-to-date with php5. At the moment, I have no knowledge of filters or sensitization, so books that focus on these areas will help greatly. I will be buying these books and I DO NOT CARE...
  4. T

    Php book to learn how to organize files, classes, securing php applications by example?

    I need a good php book to help me learn to write secure applications, organize the different php files and classes. Along with, I need a book that I can follow by example, because that's the only way I can learn. Thank you very much!
  5. T

    What is the best php book to learn by example from?

    I've been reading php books (at least attempting), but the books don't work for me, because I need to learn by example - The only way I can learn anything is by example. I know php functions and got into object oriented php, but I have no idea how to put these things I learn in php books...
  6. T

    php book to learn how to organize files, classes, securing php applications by example?

    I need a good php book to help me learn to write secure applications, organize the different php files and classes. Along with, I need a book that I can follow by example, because that's the only way I can learn. Thank you very much!
  7. T

    best way to learn php?

    can anyone recommend a good way to learn php that's used in real world websites. -such as a login/registration anything like videos,ebooks,sites, anything you can think of that helped you in learning php. thank you - Thomas Hare
  8. T

    How do you make a search function in php if you use tags separated by commas?

    I have pages which I add tags to (separated by commas) when I create them. The tags go into a mysql db row like "red,green,blue,brown,yellow". How do I add a search function that takes the tags from the db and searches my pages database using them to list pages of relevance? Such as if I search...
Back
Top