Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Email Me This Info Page From A Order Confirmation Page?


How do i make a "email me this info" page from a order confirmation page? Basically someone enters some info in a form, then on submission is comes to my email. After submission, i want to have a text area where they can enter an email address to have the info emailed to them if they wish. You can see the page here, you have to enter info first, the email nbox on the second page (process.php) is non fuctional.




View Complete Forum Thread with Replies

Related Forum Messages:
Email Confirmation Page
I have an email form on one of my web sites. When the user submits an email, it is automatically sent to me. Then the user sees a "confirmation" screen saying that the email has been sent. It says:

Your message has been sent. We will reply to you at "user@blank.com" as soon as possible. Thanks "User Name".

The words in quotes are just the user's email and name taken from the email form they just filled out. This is just done with a simple echo command. To me, it looks funny for the site to say Thanks followed by the user's first and last name. The text would read much more naturally if it just said Thanks followed by the first name.

Does anyone know how to only display the first word entered in a form field, ignoring any words after a space, with an echo command or any other way?

View Replies !
Email Form Confirmation Page (review Entered Details)
Just for example, say it was a form that asked for someones name and favourite number (fav number would be a select list), took them to a confirmation page where they could review what information they entered. And then, it would email off.

Normally when I have done an email form, I put form action="......./email.php" method="post". Code:

View Replies !
Sessions And Redirects - Send Info From Page One To Page Two.
I have a two part form, each part on a seperate page. I want to send info from page one to page two. Thought ok, I use session variables. The problem is that they don't get sent to the second page. All works fine on my local testing server, but when I go live session varables don't show. Has this something to do with header? Is there another way to get to the second page? Code:

View Replies !
Confirmation Page
I have a form that a user fills out. They hit the submit button. It takes them to a confirmation page. I want a html email sent to me with the data in it. Here is the code for that: Code:

View Replies !
How To Do A Confirmation Page When Someone Post An Ad.
I can't seem how to do a confirmation page when someone post an ad. Here is my code for them when they post the ad: Code:

View Replies !
Make A Confirmation Page In Dreamweaver MX
Ive set it up so ppl can input from a form. But when they hit submit , i get the form, but they get no way of knowing it was actually sent, resulting in multiples of the same thind sent 5 times and a followup email asking if I got it.

How can I make a confirmation page in Dreamweaver MX My pages currently use MySQL dtabases in php pages.

View Replies !
Confirmation Page With Multidimensional Array Values
I was hoping someone could help a newbie with a script I'm trying to write. I have an HTML form that uses a multidimensional array to generate a select box. The array is as follows: Code:

View Replies !
Order A Limit And Then Go To Next Page
i was wondering how you can order a 15 rows per page.. then go to the second one and order the next 15 etc..

View Replies !
Page Loading Order
Is there a function in PHP that will allow items to load up order? For example, lets say I have three images on a page. Is there anything that can ensure image one fully loads up before going on to image two?

View Replies !
Processing And Page Output Order
I have been using php for some time now and have got the hang of fairly high level processing including dynamic images from mysql output that leads me to the point of needing to better understand the processing /logic order of the php engine so i can increase the speed of my scripts. Code:

View Replies !
Get Info From A Html Page With Php
im looking for a way to get info from a html page in php i have a code that was sapose to work but no longer does any one have any ideas on how to make it work? here is the Code:

View Replies !
Sending Page Info
for several different .php files (file1, file2, file3 ...) i want to have page numbering, ie, this is page 1, this is page 2... the files are accessed in different order

order 1: file1, file2, file3
order 2: file2, file3, file1

but the page numbering should always be 1, 2, 3 regardless of actual file order. any ideas how this can be done?

View Replies !
Passing Info From One Page To Another
I have a dynamically generated list of check boxes with ids email1, email2, up to the end of the list of addresses. This list is then passed to the next page where all the addresses are concatenated and added to a database. At least that's the theory. I can't figure out how to dynamically get all the $_POST[emailx] variables, with x being 1, 2, to the end of the list.

View Replies !
Send Info Into Same Page
we can send info into same page like following index.php?do=1 we can get it

if ($_REQUEST["do"]==Ƈ').

View Replies !
Session Of Incomplete Multi Page Order?
In a 2-page order form, not all applicants will complete it due to
field validations. If I want to see data from incomplete orders, can
this be done using some sort of session control so that each form page
data saved (each press on submit will save data to disk) will have a
session number attached to it?

Thus if the order log contains several line entries from submit
attempts, then I can locate the lines that belongs to the same order
based on this session ID?

Or is there another or more clever way?

View Replies !
Displays 5 Posts Per Page In Descending Order
I have been doing up a website which will, among other things, display news that I input into the MYSQL database. I have a working version of this where it just displays 5 posts per page in descending order (the latest at the top of the page) with the page numbering underneath them.

Now what I wan't to do is just dispaly the latest 5 posts on the page but, I want to dispaly them so that I can put in a Javascript function to maxamize and minimize each post by clicking on the title.

So, I have, ID, Title, Newstype, Author, Post, Date. In my mind I see this as display each of these using the COUNT(*) thing and just subtracting 1, 2, 3, 4 to get the 5 posts I want. I just don't know how to do it.

View Replies !
Page Info Change On Submit
I have a menu on my site that is all pulled out of a MySQL database. So the links actually look like this: <a href="about">About Us</a> And when the user clicks on this link I want the page to go to the database and get the info for "about" and then refresh the page and display the info.

View Replies !
Opening A Page To Display The Right Info
I'm making a website where registered users can upload a photo as well as information. The main page will display all of the users' photos. When user1 clicks on, say, user5's photo i want a page to open up and user5's information. How do i do this?

Every user has a username stored in the database along with their information and the url to their photo. Code:

View Replies !
Reading And Extracting Info From Another Page?
How would I extract some info from another site and then display it on my site?

View Replies !
I Can't Get Info.php Working On PWS Win98 The Page Cannot Be Displayed
Can someone help me?
I have tried php-4.3.4-installer
I have tried php-4.3.4-Win32
If someone has PWS running PHP4 on windows 98
I would appreciate any help. thank-you

View Replies !
Parsing Info From Other Page (method POST)
- i want to get some info from the page XYZ to my page. XYZ page has a FORM where you can select DAY, MONTH, YEAR and you get the info about a day you selected.

- now, if i want to grab the info from let's say 20. august 2002 my url will look like this: http://XYZ/file.php?day=20&month=8&year=2002.

- THE PROBLEM is, their form has the POST method, which means, if i want to direct link the 20 august, it will bring me to the FORM page and not to DATE page.

is there any ways to bypass this?? I REALLY NEED THAT INFO?!

View Replies !
Dynamic Content - Writing DB Info To A Page
I'm writing a website that works on similar lines as a dating site, where end users can enter their details and what they want to sell, which is then submitted on to a webpage, any people that are interested in that product, contact us and we then pass the lead to the person who is doing the selling. So basically teh site is acting as a middle man.

I have done the database bit where the end user enters his details, we get emailed his details and his id (which is a an auto increment field) then there is a page called view.php which pulls up his details on a web page and there is then a submit and decline button. Teh decline button is the easy part, but the bit that I'm stuck on now is the submit part. And thus here is my question how do i write information that is held on a database to a webpage. But this webpage has to ADD and and not OVERWRITE what is already there as we want to create a listing? Code:

View Replies !
Pass Info Forward From A Redirect Page
I have a main page with 75% constant contents. I want to change the other 25% depending on what page calls the main page. Example:

www.mysie.com/a.html
www.mysite.com/b.html
www.mysite.com/c.html
www.mysite/x/y/z/mainpage.php

Pages a, b, and c are redirect pages to mainpage.php How can I how can I open storya.txt in the mainpage.php when someone clicks on ~.com/a or storyb.txt if they click on ~ .com/b ?

View Replies !
Using XML To Send Info From The Web Page To MySQL Database.
I am trying to undestand XML and the resion for it and if i should be using XML to send info from the PHP web page to mySQL database.

if so how would i send for example
$xml = mysql_query("INSERT data WHERE stuff = stuff");please excuse the bad code.

View Replies !
HTML Presentation Page For Uploaded Info?
I've seen a lot of posts about uploading files, but not much about what happens afterwards. Can someone point me to a tutorial, post or book which will help me solve this problem:

I'd like to have a form where users can upload a photo, add a short bio, put in some contact info, and have all of this information stored in a database (natch).

Then I'd like for this form to take this user's data and put it into an html presentation template. Ideally, members would sign in and be able to modify their own profiles as well as view other profiles.

View Replies !
Passing This Radio Button Info To New Page.
I have my users choosing from several radio buttons on a page(page1). When they click "submit" they should be given a table of results on another page(page2). Depending on which one they choose an X will appear in the correct box. Code:

View Replies !
Getting Current Page Info Into The Query String
I have a drop down list in a form, in a PHP page, the form is displayed via 'echo'.

The FORM ACTION tags looks like this:

echo "<CENTER><FORM NAME='choose_lib' METHOD='post' ACTION='viewpix.php?ctPos=360&ctWid=109&hsp=1&loc= XXX '>";

When the user selects a name from the drop down list, which is dynamic, how can I get that variable into that ACTION url where it currently says XXX ? All I can think of is that I am going to need an intermediate page, and that doesn't sound very efficient.

View Replies !
Use Php Script That Configured To Get Certain Info Off Of A Web Page And Store Them In Some Variables
is there an easy to use php script that configured to get certain info off of a web page and store them in some variables, without having to do a lot of coding by hand.

View Replies !
Header Problem - Insert The Info Below And Then Jump Back To A Page.
i want to insert the info below and then jump back to a page. Here is insert and the header statement: PHP Code:

View Replies !
Confirmation Email
how to check if the e-mail adress is written in the right way in the form as www@www.www and if it is not to send an popup message to the user,

View Replies !
Email Confirmation
I am hoping someone can point me in the right direction. I am trying to set up a registration form. Currently, when submitted, the form writes the user's info to a database and sends out an email with thier registration details. I want the user to confirm thier registration details while also confirming that their email exists by clicking on a link that is sent in the confirmation email. How do I generate that link? Is it called "hashing"?

Furthermore, once I figure out how to generate that link should I have my database set up with two tables? One for "unconfirmed" users and one for users that have "confirmed" through email. Should the link in the email write the users details to the "confirmed" table in the database?

View Replies !
Email Read Confirmation
i have a free account wiht yahoo, but it does not offer me email confirmation. i need to send out some material that i would like to know if has been read. is there any way i can do this using php and hmtl. yahoo does support html.

View Replies !
Error With Confirmation Of Email
Here's my code:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<td><form name="form1" method="post" action="signup_ac.php">
  <table align="center">
    <tr valign="baseline">
      <td nowrap align="right">Name:</td>
      <td><input type="text" name="name" value="" size="32"></td>
    </tr>......

View Replies !
Send An Email Confirmation Message
I am trying to get user's input on a form, send the form information to myself in an email, and then send the user and email to their inputted email address. This is the code I have, not sure what I'm doing wrong??!?!? Code:

View Replies !
Blank Screen After Confirmation Email
I've got the following code to send the user a confirmation email upon registration but when the user clisck on the link, instead of getting a messege, I just get a blank screen?? Code:

View Replies !
Using A Script That Sends A Confirmation Email
I'm using a script that sends a confirmation email to new users but while testing it i haven't received a mail yet. Is there a way to find the error? (like mysql_error() gives the error for queries).

View Replies !
Best Options For Sending Confirmation Email
My content management has three choices for sending the automated confirmation email:

Sendmail
PHP mail
SMTP

Which is the best option?

I thought maybe SMTP might be better than the others, since the sendmail will be on the server with shared hosting, and the IP Address may not mathcmy domain.

I don't want to look like spam so that my messages get dropped. It is apparent that at least some are being filtered into bulk folders in yahoo.com and gmail.com using PHP mail. I was hoping for better results using smtp. But there may be little I can do about it except educate the customers.

View Replies !
Script For Confirmation Via Email ( For Registration)?
i had planned to use the popular concept for membership ie verification by email..
I am trying to make the registration form which has email(username),password,re-password fields.....

Once the form is submitted then the confirmation link should be emailed to the user with some unique 32 bit numbers.....Once clicked on the link then his membership should be active.......

Can anybody help me with the neccesary code or examples about how this email verification can be carried out for membership..................???

View Replies !
Send A Confirmation Email To The User That Registered
i have a login script which send a confermation email to the user that registered.. having them click on a link to activate their account, now how would i go about making it so it sends me the link so i can activate their account, but it send them a nice email saying to be patent while we activate their account? Code:

View Replies !
Link And Activation Code To Email For Confirmation
actually i created one register page, if user register his name and password and email... i send a mail link and activation code to that email for confirmation.. if that user click that link.. we going to say you are registeration has success..in the form.. here my doubt is how we send a link to that id and activation code.

View Replies !
Email This Page
I would really like to know how to have a php script that "emails this page" similar to the one they have on this website. If you look into a thread, there is an option to email the page at the bottom.

View Replies !
Email This Web Page
Can anyone point me in the direction of a script that will allow my users to email a particular web page in HTML with the simple click of a button.

View Replies !
Email Php Page
i have a php thank you page. now on this page I want to be able to send an email that will pull up emailthankyou.php?orderid=xxys and then email that emailthankyou page. how can i do this without having to build the whole thank you page as a string to email? i tried doing the following

function getemail($orderid)
{
ob_start();
include("receipt_page-email.php?orderId=$orderid");


$output = ob_get_contents();
ob_end_clean();

//}

return $output;
}

and then sending the return of this function but it does not seem to work

View Replies !
Email This Page To A Friend
On some site you get an option to email the page that they're on to a friend. How would I go about doing this?

Or if better can someone tell me where i can down load the script for this.

Or maybe this is more of a perl/cgi question

View Replies !
Email Current Page
How do I "email this page" using php?

View Replies !
Email Used To Update Web Page
There is a service (URL) that allows you to make updates to your web site by sending email ! It's a very slick service, however they act as a middle man. You send the updates to them, and they either host the content or ftp it to your site.

What I would like to do is provide this type of updating myself. Has anyone seen or worked with updating of web pages by sending email ? flexwindow sounds like a nice idea however I am not comfortable with having my data/web updates pass through some 3rd party source.

View Replies !
Which Page Called My Email.php
I have two different webpages that call the same email.php and I need to detect which page calls so that I can go back to the correct page. I am not sure how to phrase the question so I was no successful in searching for an answer, if one exists.

View Replies !
Page Contents To Email
I have scripts that will email a link to the page but what I need is an email form that will allow someone to put an address in and when they click 'Send' on the form certain contents that have been passed to the page will be sent in the email.

View Replies !
Forward A Web Page To Email
Is there a code script that can be used to forward a webpage to someones email address?

View Replies !
Convert Page To PDF Or .xls Or .doc And Email As Attachment
I have a report.php page that displays data from a mysql database.
I would like to create a text box to input an email address and upon
submitting, have the report attached and sent to the email specified.
The page can be converted to PDF or .xls or .doc whichever is easier.
Does anyone know how to do this? first and foremost, convert the page...

View Replies !
Send Contents Of Page In Email
is there not an easy way to simply send the contents of a page in the
body of an email? i.e. i have a report.php that pulls from a mysql db.
i need to be able to send the displayed file right in the body of the
email. can anyone help with this?

View Replies !
Email Activating A Web Page Impossible?
Is it possible to somehow activate a page containing a php script by sending
an email to a mailbox on the server?
I have a script that sends out notification emails to an individual. He
wants to receive them continuously until he decides he has seen enough of
them. Then to stop receiving the emails he has to use his browser and go to
the web page that is sending him the emails where he clicks a button.
Would it be possible to arrange things in some way so that all he has to do
is fire off a reply to the most recent email he has received to activate the
script that stops the emails being sent.
I don't see how this could be done,

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved