[PHP] header() and frameset

2002-02-01 Thread Benjamin deRuyter
Does anybody know of a way to break out of a frameset while using the following code to redirect the browser: header(Location: http://www.anywhere.com/;); exit(); Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] problems with mt_rand()

2002-01-31 Thread Benjamin deRuyter
I need to generate a random number (range is not crucial) and I have been trying to use mt_rand(). However, I am finding that is generates the same value EVERY time. This is true whether I supple a range or not. For example, the follow line of code generated 13 EVERY time... $result =

[PHP] redirection rather than include()

2002-01-31 Thread Benjamin deRuyter
This is a PHP newbie trying to figure something out. I am creating a web-app which begins with a login page and goes through the typical user/pass validation and upon success moves to a frameset where the application will run. The action of the login form is act_login.php. In that script I

[PHP] CGI vs. ISAPI

2002-01-27 Thread Benjamin deRuyter
I'm fairly new to PHP, having worked with ColdFusion in the past. Can somebody shed some light on to the key differences between the CGI installation and the ISAPI installation. I working with IIS on Win2k and using MySQL for a db server. Thanks. - Ben -- PHP General Mailing List