![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 21 Pomógł: 0 Dołączył: 16.04.2007 Ostrzeżenie: (0%) ![]() ![]() |
Pomóżcie!
Jak zrobić formularz <textera> w którym edytowało by się treść pliku, np plik.php?(IMG:http://forum.php.pl/style_emoticons/default/questionmark.gif) (IMG:http://forum.php.pl/style_emoticons/default/questionmark.gif) ? |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 24 Pomógł: 3 Dołączył: 25.08.2005 Ostrzeżenie: (0%) ![]() ![]() |
CSS
Kod <style type="text/css"> JSul.menu { display: none; } </style> Kod <script type="text/javascript"> PHP 5function toggleMenu( id ) { var menuEl = document.getElementById( id ); menuEl.style.display = !menuEl.style.display || ( menuEl.style.display == 'none' ) ? 'block' : 'none'; } </script> PHP 4
A co do wcześniejszych postów, jeżeli masz PHP5 to zastąp odczytywanie/zapisywanie danych z/do pliku funkcjami file_get_contents" title="Zobacz w manualu PHP" target="_manual/file_put_contents" title="Zobacz w manualu PHP" target="_manual |
|
|
![]() ![]() |
![]() |
Aktualny czas: 4.10.2025 - 03:12 |