Sams Teach Yourself PHP in 10 Minutes /
Presents lessons on using PHP, covering such topics as processing HTML forms, filtering database data, creating HTML pages, authenticating users at a Web site, and using cookies and sessions.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, Ind. : London :
Sams ; Pearson Education [distributor],
2005.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Getting to know PHP
- 2. Variables
- 3. Flow control
- 4. Functions
- 5. Working with numbers
- 6. Working with strings
- 7. Working with arrays
- 8. Regular expressions
- 9. Working with dates and times
- 10. Using classes
- 11. Processing HTML forms
- 12. Generating dynamic HTML
- 13. Form validation
- 14. Cookies and sessions
- 15. User authentication
- 16. Communicating with the Web server
- 17. Filesystem access
- 18. Host program execution
- 19. Using a MySQL database
- 20. Database abstraction
- 21. Running PHP on the command line
- 22. Error handling
- 23. PHP configuration
- 24. PHP security
- 25. Using PEAR
- App. A. Installing PHP.