Hi,

I like to create session variables and test for them:

if (isset($_SESSION['flag'])){
        //do stuff
} else {
        //redirect to home page
}

Only your php scripts would know what variable to set.

Sincerely,
Mike
--  
Mike Brandonisio          *    Web Hosting
Tech One Illustration     *    Internet Marketing
tel (630) 759-9283        *    e-Commerce
[EMAIL PROTECTED]    *    http://www.jikometrix.net

     JIKOmetrix - Reliable web hosting


On Jun 28, 2006, at 11:10 AM, J Siegel wrote:

> How can I protect my php script that accesses my mySql database from
> being used outside of my web page?
>
> This must be a common thing.  Is there a way to tell that the php
> request is coming from a page launched from my web site?
>
> Thanks for any help or ways around this!
>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor -------------------- 
> ~-->
> Great things are happening at Yahoo! Groups.  See the new email  
> design.
> http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/CefplB/TM
> -------------------------------------------------------------------- 
> ~->
>
> The php_mysql group is dedicated to learn more about the PHP/MySQL  
> web database possibilities through group learning.
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>



------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/CefplB/TM
--------------------------------------------------------------------~-> 

The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to