Re: send url in form to mail

From: steve (nospam_at_nospam.non)
Date: 11/18/04


Date: Thu, 18 Nov 2004 21:38:09 +0200

once more thanks for all your help
I have about 400 htm files that I need to convert to .php file so the
script to work
can you maybe recommend some program that will do that automatically
for me
something similar like the option "find and replace"

  ----- Original Message -----
  From: Antonio P.
  Newsgroups: alt.php
  Sent: Thursday, November 18, 2004 3:06 PM
  Subject: Re: send url in form to mail

  ok then first replace $PHP_SELF with $_SERVER['PHP_SELF'], after or
u put
  everywhere my_ref or rurl not a mix in some page my_ref and in some
other
  rurl

  "steve" <nospam@nospam.non> ha scritto nel messaggio
  news:cni4e7$enl$1@ctb-nnrp2.saix.net...
> I see
> url......../contactus.php?my_ref=
>
>
> "Antonio P." <antonio.nospam@fastwebnet.it> wrote in message
> news:9s0nd.208$C94.113@tornado.fastwebnet.it...
> > when u mouseover the contact links in the status bar do u see
the
> > value
> > ?rurl=....?
> >
> > "steve" <nospam@nospam.non> ha scritto nel messaggio
> > news:cni3hf$d4m$1@ctb-nnrp2.saix.net...
> >> Correct
> >> I have it the same
> >>
> >> but after I click <a href=contactus.php?my_ref=<?php echo
$PHP_SELF
> >> ?>>Contact us</a>
> >> and if I look the html in the next page "contactus.php" the
value
> >> is
> >> not there
> >> <input name="my_ref" type="hidden" id="my_ref" value="">
> >>
> >>
> >>
> >>
> >> "Antonio P." <antonio.nospam@fastwebnet.it> wrote in message
> >> news:vcLmd.13619$n%2.1040@tornado.fastwebnet.it...
> >> > so tell me if i understood
> >> > u put this in the page with the contact link:
> >> > <a href=contactus.php?my_ref=<?php echo $PHP_SELF ?>>Contact
> >> > us</a>
> >> > and it comes.
> >> >
> >> > in the page contactus.php u put
> >> > <form NAME="formname" METHOD="post" ACTION="contactus.php">
> >> > <input NAME="my_ref" TYPE="hidden" ID="my_ref" VALUE="<?php
echo
> >> > $_GET['my_ref']?>">
> >> > .
> >> > .
> >> > .
> >> > </form>
> >> >
> >> > and in the part of contactus.php send the mail u retrive the
> >> > my_ref
> >> > value as
> >> > $POST['my_ref']
> >> >
> >> > and it dont comes?
> >> > u need to describe detailed otherwise i cant help u
> >> >
> >> > "steve" <nospam@nospam.non> ha scritto nel messaggio
> >> > news:cnfuaa$1fv$1@ctb-nnrp2.saix.net...
> >> >> in contactus.php
> >> >>
> >> >> the form send me just a blank field
> >> >> my_ref:
> >> >>
> >> >>
> >> >> "Antonio P." <antonio.nospam@fastwebnet.it> wrote in message
> >> >> news:%UKmd.13578$n%2.5163@tornado.fastwebnet.it...
> >> >> > in witch next? the contactus.php where is the form or in
the
> >> >> > page
> >> >> > that send?
> >> >> >
> >> >> > "steve" <nospam@nospam.non> ha scritto nel messaggio
> >> >> > news:cnfteh$svv$1@ctb-nnrp2.saix.net...
> >> >> >> correct
> >> >> >> but it does not paste the value to the next url
> >> >> >> www.a r z i k e.com/test.php
> >> >> >>
> >> >> >>
> >> >> >> "Antonio P." <antonio.nospam@fastwebnet.it> wrote in
message
> >> >> >> news:tfKmd.13464$n%2.9946@tornado.fastwebnet.it...
> >> >> >> > the page where is the form is the contactus.php
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>