Posted by Stefan Rybacki on 10/11/05 00:08
Otto wrote:
> Hello to all
>
> I like to put on the bottom of some screen a navigation bar
> with the following button:
> next previous new delete
>
> Could somebody send me a sample script?
<?php
print('<a href="next.htm">next</a><a href="prev.htm">previous</a><a
href="new.htm">new</a><a href="delete.htm">delete</a>');
?>
Regards
Stefan
>
> Many thanks in advance for your help.
>
> Otto
>
Navigation:
[Reply to this message]
|