Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript/PHP or Perl to do what I want to do?

Status
Not open for further replies.

scaifea

Technical User
Joined
Apr 14, 2005
Messages
35
Location
GB
OK, wasn't sure where to post this one!

I know (kinda) what I would like to achieve, but unsure how best to achieve it, and I was hoping you guys could help me!

1. I want to pass a user entered variable from webpage A to webpage B - it will be show on B in text and as a Link.

2. I want the possibility to capture this user entered variable into a database.

3. I want visitors to be able to use their partly generated URL (available on page B) to goto their own personal webpage (C).

4. I want the variable contained in the URL that takes them to page C to be also used to run a query against Google (or another search engine) and show the results on page C.

Hope that isn't too confusing. Any comments welcome :-)
 
PHP or any other server side language will do this for you. Def not javascript as it's client side!

Cheers

Nick
 
Thought so, just checking :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top