Hi,
I'm new to PHP and have a question about includes.
I want to use a php page, main.php where i want to include another page that contains PHP code, sub.php for example.
So i want it to interprete the code on both these pages.
How do i do this ?
I really appreciate your help ;-)
Nick