Cytat
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@xxx.pl and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@xxx.pl and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Więc pomyslałem, że powodem może byc to że albo jest blokada prze wysyłaniem za duzo maili naraz. Albo serwer nie wyrabia.
Więc chcę zrobić wysyłkęe maila na "party" (ale że słabo umiem php więc mam problem..;/)
{ $temat1 = "$_POST[temat]"; $message = "$_POST[tresc]\r\n"; $header = 'MIME-Version: 1.0' . "\r\n"; $header .= 'Content-type: text/html; charset=utf-8' . "\r\n"; $header .= 'From: xxx.pl <info@xxx.pl>'."\r\n"; //echo $r."<br /><br />"; $od=0; $do=$od+99; for($od=0; $do>=$r; $od+99) { //echo $od."<br />"; //echo $do."<br /><br />"; } } }
jak sprawdziłęm co sie wyswietla w zmiennych $od i $do to tylko liczby $od = 0 , $do=99
A ja chcę żeby się to powiększało..