Jump to content
  • 0

Passing parameters


ycollier

Question

I developed a search engine for wines.

I would like to pass the wine name field from one page to another.

Example:

From http://www.winedecider.com/en/search.htm?wine=opus , click on the \"Find it!\" of the first line.

You are redirected to http://www.winedecider.com/en/wine_offe ... id=6468387

In this page, I would like to show above the result table the wine name, here \"Opus One, Napa Valley red (US) 1987\".

Thanks for your help

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

You should have an option for adding a header and footer to the page....it is the icon with brackets [ ]

In your footer if you have enabled advanced options and parameters (first screen in the wizard (checkboxes))

You can reference a variable in the url using code like so:

[@variablename] which in your case is [@wine]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...