/    Sign up×
Community /Pin to ProfileBookmark

Got a good one…

I have a script that sends an email that includes varibles it registers from an input form. The text of the email it sends includes those varibles as a conformation message.
All that works fine.
What I can’t figure out is that I want to include a link that loads another form passing two of the varibles to that form, the $EventTitle and $EventCost.

i.e. To complete the seating request please click here:
www.xxxx.com/cgi-bin/EventRead10.pl?EventCost1=$EventCost&EventTitle1=$EventTitle.
This script generates a bus loading roster. It is done after the original data has been collected and the user receives his confirmation email the number of seats is confirmed by the venue.

remember the user will be clicking this from an html email window.

Appreciate any help I can get…

Thanks for taking a look.
Tom

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@NogDogMar 23.2012 — [code=php]
$link = "http://example.com/target.php?foo=" . urlencode($foo) . "&bar=" . urlencode($bar);
[/code]

Then use that wherever you need it in your output.
×

Success!

Help @IamIMe2 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...