Forum Moderators: coopster
i want to send a custom user agent string in header. How to?
<?php session_start(); $valid = validate(); if(!$valid){ header("Location: www.example.com"); die(); } do_the_code(); ?>
$valid = validate();
if(!$valid){ header("Location: www.example.com"); die(); } do_the_code(); ?>
Hope this helps! Michal Cibor
Best regards michal