|
quick php question?
Does this make any sense to any of you?
1. I have a PHP site - it loads all pages referencing < head.inc.php >
2. I need a curl feature to include in the < head.inc.php > file that performs 1 of 2 things.
Step 1 - downloads a webpage that contains YES or NO only from a different server and based on the results either:
(a) result = yes (does nothing - page loads as normal)
(b) result = no (forwards the user to a different website address)
|