Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-07-2009, 05:04 PM Last Vi
Skilled Talker

Posts: 54
Trades: 0
I have a search engine, when a user do a search, the user acess: (exemple with test):
index.php?q=TEST&type=all&search=Search&stype=all

I want that's page be included in a history page (like domain.com/history.php) with the title linking to the adress (adress from the result page) It for the last 100, 1000 or 1000000 last searchs.

example:www.peear.com/history.php

Any idea?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

Last edited by .Fernando; 07-07-2009 at 05:50 PM..
.Fernando is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-07-2009, 05:43 PM Re: Last Vi
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
PHP Code:
if($_GET['q'] === 'test'){
header('location: domain.com/history.php');

that would redirect the user to 'domain.com/history.php' if q is 'test'
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 07-07-2009, 05:51 PM Re: Last Vi
Skilled Talker

Posts: 54
Trades: 0
Quote:
Originally Posted by rogem002 View Post
PHP Code:
if($_GET['q'] === 'test'){
header('location: domain.com/history.php');

that would redirect the user to 'domain.com/history.php' if q is 'test'
You don't understood...
I put a example in topic.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
.Fernando is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Last Vi
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.56087 seconds with 12 queries