Created
August 11, 2011 13:05
-
-
Save Danutz/1139591 to your computer and use it in GitHub Desktop.
soluţiile mele pentru yap-phpro-book (Danutz)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP este un protocol stateless, adica nu memoreaza datele transmise de la `daemon`. | |
Astfel, HTTP nu va retine nimic si nu va face legatura intre doua requesturi. Fiecare | |
request HTTP catre daemon este tratat independent. Unele aplicatii pe care le voi crea | |
pot necesita memorarea datelor, iar pentru aceasta vom folosi diferite metode precum | |
stocarea in baze de date sau in PC-ul vizitatorului, prin cookies. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Requestul HTTP. | |
2. In includerea fisierelor de configurare apache. | |
3. In comunicarea dintre client si daemon. | |
4. In contextul tabelelor create cu HTML. | |
5. In contextul tabelelor create cu HTML. | |
6. Un fisier HTML. | |
7. Un fisier HTML. | |
8. Un tag <a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sunt conectat la internet printr-un router, pentru ca IP-ul public este diferit de cel | |
pe care mi-l afiseaza sistemul de operare (IP-ul in retea). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sunt conectat la internet printr-un router, pentru ca IP-ul public este diferit de cel | |
pe care mi-l afiseaza sistemul de operare (IP-ul in retea). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment