![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 6 Pomógł: 0 Dołączył: 14.04.2014 Ostrzeżenie: (0%) ![]() ![]() |
We fragmencie kodu:
Cytat " ...... <div class="ui-insert"></div> ..... <script> $.post('http://xxx.pl//formcase', {mode:$('select[name=Rodzaj]').val()}, function(msg){ $('.ui-insert').html(msg); }); $('select[name=Rodzaj]').change(function(){ var v = $(this).val(); $.post('http://xxx.pl//formcase', {mode:v}, function(msg){ $('.ui-insert').html(msg); ........ występuje za adresem IP słowo //formace. Co ono oznacza? I drugie pytanie: Przerabiam formularz zrobiony w PHP na HTML i fragment powyższy nie działa. Działa, gdy przywrócę index.php z index.html, a nie oto chodzi, bo chcę by strona startowała z HTML. Dziękuję. Ten post edytował and7Li9 15.04.2014, 12:44:18 |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 6 Pomógł: 0 Dołączył: 14.04.2014 Ostrzeżenie: (0%) ![]() ![]() |
Cytat DirectoryIndex index.php index.html index.htm index.php3 AddHandler application/x-httpd-php5 .php AddHandler application/x-httpd-php5 .htm .html Options -Indexes RewriteEngine On RewriteRule ^([a-z0-9-]+)_([0-9a-zA-Z-]+)_([a-zA-Z0-9-]+)$ index.php?site=$1&pid=$2&sid=$3 [L] RewriteRule ^([a-z0-9-]+)_([0-9a-zA-Z-]+)$ index.php?site=$1&pid=$2 [L] RewriteRule ^([a-z0-9-]+)$ index.php?site=$1 [L] Options FollowSymLinks RewriteRule ^xyz.html$ xyz [L] #oczywiście xyz to podstrona. Ostanie 3 linijki to ja dopisałem. Coś mi się zdaje, że to tu jest problem.... Ten post edytował and7Li9 15.04.2014, 10:44:19 |
|
|
![]() ![]() |
![]() |
Aktualny czas: 15.10.2025 - 16:48 |