przewiń do treści

PHP, MySQL i MVC
Tworzenie witryn WWW opartych na bazie danych

Włodzimierz Gajda

Okładka książki „PHP. Praktyczne projekty”

Listing 6.7.
Plik translations.txt z projektu 6.2

ROZDZIAŁ:6. Translacja adresów URL
TXT:listing-06-07.txt
/index.html                    index.php?module=liga&action=show&liga=ang
/                              index.php?module=liga&action=show&liga=ang
/REGEXP1.html                  index.php?module=liga&action=show&liga=REGEXP1
/REGEXP1/REGEXP3/REGEXP2.html  index.php?module=liga&action=show&liga=REGEXP1&kolumna=REGEXP3&order=REGEXP2
©2010 Włodzimierz Gajda