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, e-m
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 vali
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 = mt_rand(
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 (http://w
4 matches
Mail list logo