Index.html
addShout.php :
<?php $shoutbox_page = "index.php"; ?>
show.php:
<html> <head> <meta http-equiv="refresh" content="60"> </head> <body style="font-family:Verdana; font-size:11px; padding:5px;" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0"> <?php } ?> </body> </html>
ale mam taki problem shoutbox jest wyświetlany za pomocą pliku index.HTML i jak przerobić ten skrypt żeby wyświetlał się tylko dla zalogowanych dokładnie przycisk Wyślij wraz z polem do wpisania tekstu ale skrypt do wyświetlanie shotboxa index.html ma to być plik HTML a wiec nie mogę tam dać skryptu PHP
POMOCY