PHP validation

Hi.

I am writing a website in PHP, and have two problems validating pages.

1) My website uses security to restrict access to certain pages. How
can I identify the sender of a GET or POST request as the validator
service safely to allow it to bypass the security and validate the
secure pages?

2) A lot of my pages will be dynamically generated as the result of a
POST operation. Setting a POST variable totally changes the content of
the page. How can I tell the validator about those POST variables to
ensure it is validating the correct content? I have thought of
expanding the array of POST variables into the URL. Is there a better
way? It would be nice to be able to do a POST operation to the
validator and set the same POST variables in the request.

Thanks for any ideas/help.

JX.



		
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com

Received on Sunday, 5 June 2005 05:49:38 UTC