Forum Moderators: coopster
What you can do is make your own template and then reuse it by using the include() [php.net] function.
[uk.php.net...]
[uk2.php.net...]
And OOP:
[uk.php.net...]
That should clear the air! If not, get yourself a nice little PHP book!
I said how do I AUTOMATE login pages and forums; in other words how can I write scripts that interact with web pages that require you to log in as a user involving an HTTP POST and sometimes some challenge-response security stuff and SSL?