[PHP] pobierz, plaintext <?php $matches= array();preg_match ('/^([a-z0-9])$/i', $page, $matches);//Find page identifier in $matches[1]?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$matches= array();preg_match ('/([^a-z0-9]*)/i', $page, $matches);//Find page identifier in $matches[1]?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$matches= array();preg_match ('/W+/i', $page, $matches);//Find page identifier in $matches[1]?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$menu = $_GET['menu'];$mat= array();preg_match ('/W*/i', $menu, $mat);?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?phpecho 'przed: '.$menu;echo 'po: '; print '<pre>';print_r($mat);print '</pre>';?>[PHP] pobierz, plaintext