> > <?php > > if ($HTTP_USER_AGENT = "Mozilla") > > ^ This needs to be "==" Actually, it needs to be " if(substr($HTTP_USER_AGENT, "Mozilla"))". *slap.self* Jason -- Jason Murray [EMAIL PROTECTED] Web Design Team, Melbourne IT Fetch the comfy chair! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] help with parse WD
- Re: [PHP] help with parse Renze Munnik
- Re: [PHP] help with parse Harshdeep S Jawanda
- RE: [PHP] help with parse Jason Murray
- Re: [PHP] help with parse Jason Murray
- Re: [PHP] help with parse Wade DeWerff
- Re: [PHP] help with parse Lindsay Adams
- Re: [PHP] help with parse Wade DeWerff