Re: [PHP] cookie question...

2004-06-19 Thread Angel Freire
First I recomend you to read this page: http://ar.php.net/manual/en/function.setcookie.php For that example the code should be: $_COOKIE['link1'] El sáb, 19-06-2004 a las 19:47, water_foul escribió: how do i read a cookie created by this code setcookie('link1',blah,time()+3600,'/'); -- PHP

Re: [PHP] small and big letter in WHERE statement

2004-06-14 Thread Angel Freire
I'm guessing that you mean in a SQL sentence. Well, depending on what SQL engine're you using it's case sensitive or not. MySQL don't take diferent case as diferent string, thats why is the 'binary' date type. In that case you have two alternatives, or change the field type to binary, or cast

Re: [PHP] connecting remote host ..

2004-06-14 Thread Angel Freire
Reloadind database isn't necesary, a flush privileges should be ok. El lun, 14-06-2004 a las 04:32, Manoj Nahar escribió: Hi Gowthaman, For mysql to allow remove connecivity u have to make entry in mysql database in tables db, user and host giving the IP of remote PC from which u want to