Forum: PHP Apr 16th, 2008 |
| Replies: 3 Views: 505 Thanks for that, I'll keep looking. I don't know how to force it on all pages that they use though.
I want to automate it if possible.
Thanks, |
Forum: PHP Apr 16th, 2008 |
| Replies: 3 Views: 505 Hi there,
Is there any way, maybe using mod_layout, to force certain subdomains to have ads forced on their pages? I.e. for a free hosting company.
Thanks, |
Forum: PHP Jun 17th, 2006 |
| Replies: 11 Views: 34,600 An english teacher, for a start.:-| |
Forum: PHP Jun 17th, 2006 |
| Replies: 3 Views: 31,148 You need to post the form.
myform.php
<form action="check.php" method="POST" name="myform">
<input name="cd0" type="checkbox" checked="checked">
</form>
check.php |