Re: [PHP] Unix passwd file

2002-10-04 Thread Josep R. Raurell
was found - the user is authenticated. $auth = true; } return $auth; } Josep R. Raurell En/na Scott ha escrit: >I apologize if this is might be OT. I have 5,000+ users in a unix passwd >file that I would like to move to a MySQL table to build a login system >with ph

[PHP] apache security

2002-06-19 Thread Josep R. Raurell
R. Raurell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] help me please! :)

2002-06-10 Thread Josep R. Raurell
This work for me: liv_1 liv_2 liv_3 liv_n To get the value i work in this way... $liv= $_REQUEST['liv']; $n = 50; for ($i=1; $i<=$n;i++){ ... echo $liv[$i]; Josep R. Raurell -- PHP General

Re: [PHP] Re: the ?PHPSESSID=spoofme 'bug'

2002-06-07 Thread Josep R. Raurell
If you destroy the session (for exaple with a logoff button) this dosen work. Josep R. Raurell Giancarlo Pinerolo wrote: >Giancarlo Pinerolo wrote: > >>I myself wrote: >> >>>Can I tell you more than what the subject says? >>>proceeding: >>>Close

[PHP] pdf with POST

2002-05-30 Thread Josep R. Raurell
so much variables in the URL, whit post the result is a blank scrren (the pdf never apears). Somebody nows if is posible (with another headers or with other solution) to use a POST method to get a pdf made on the fly ? Thanks. Josep. R. Raurell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php