-
need help in header.......
is this format ok...
header("location: http://"'.'. $row['adUrl']);
i m getting this adUrl from database
if not wat should be the correct format...
?
?
-
Instead of using this
header("location: http://"'.'. $row['adUrl']);
Make L of location Capital
and remove http:// from header.
-
This Is Not Working Either..
-
It should be header("location: http://".$row['adUrl']);
-
I forgot, make sure $row['adUrl'] is not empty. Try adding a fake $row['adUrl'] = "www.yahoo.com" before that for testing.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks