[PHP-DB] Prepared Statement not working (mysql 5)

2005-07-14 Thread Marco Bascietto
Hello list, The following example script uses prepared statements to bind input and output parameters It works flowlessy using php 5 mysqli on a client machine and MySQL 5.0.7 beta on the server (192.168.0.2): 1: ?php 2: $m = new mysqli('192.168.0.2', 'xxx', 'xxx'); 3: $m-select_db('xxx'); 4:

Re: [PHP-DB] User authentication and redirect

2005-07-14 Thread Ahmed Saad
hi Vinny, On 7/13/05, Vinny Lape [EMAIL PROTECTED] wrote: If user validates then look at db entry location then redirect to mydomain.com/location/index.php i don't think it's a good idea. what if the user bookmarked or took down a notice with the URL to your secured page

Re: [PHP-DB] User authentication and redirect

2005-07-14 Thread Thomas Dodson
Ahmed Saad wrote: hi Vinny, On 7/13/05, Vinny Lape [EMAIL PROTECTED] wrote: If user validates then look at db entry location then redirect to mydomain.com/location/index.php i don't think it's a good idea. what if the user bookmarked or took down a notice with the URL to your