473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How do I do this??

I have setup a database to enter repairtags for our service department.
Everything works fine, but I would like to be able to display the
contents of the form that was submitted after I click the Submit
button. Now it goes to a page that says "Thankyou for your Submission".
Instead of that being displayed, I would like to display all of the
fields that were just entered, as well as a hidden field that creates a
ticket number.

Thanks you your help,

Greg

Jul 17 '05 #1
4 1227
<input type="text" name="fieldname" value="<?=$_POST['fieldname']?>">

--
bebbet.kicks-ass.net
up/up
1024
status: http://bebbet.kicks-ass.net/aa1/
<we*******@themusiccenterinc.com> schreef in bericht
news:11**********************@f14g2000cwb.googlegr oups.com...
I have setup a database to enter repairtags for our service department.
Everything works fine, but I would like to be able to display the
contents of the form that was submitted after I click the Submit
button. Now it goes to a page that says "Thankyou for your Submission".
Instead of that being displayed, I would like to display all of the
fields that were just entered, as well as a hidden field that creates a
ticket number.

Thanks you your help,

Greg

Jul 17 '05 #2
*** we*******@themusiccenterinc.com wrote/escribió (19 May 2005 08:17:16 -0700):
Instead of that being displayed, I would like to display all of the
fields that were just entered, as well as a hidden field that creates a
ticket number.


echo '<ul>';
echo '<li>Foo: ' . htmspecialchars($_POST['foo']) . '</li>';
echo '<li>Bar: ' . htmspecialchars($_POST['bar']) . '</li>';
echo '</ul>';

Or

echo '<ul>';
foreach($_POST as $name => $value){
echo '<li>' . htmlspecialchars($name) . ': ' . htmlspecialchars($value) . '</li>';
}
echo '</ul>';

--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Jul 17 '05 #3
Thanks, that did the trick! Except for the hidden field that is
assigned a number by the database. Nothing is entered for that field so
nothing is displayed. Is there a way to pull that from the database and
display it on the page?

Thanks again,

Greg
bebbet wrote:
<input type="text" name="fieldname" value="<?=$_POST['fieldname']?>">


Jul 17 '05 #4
we*******@themusiccenterinc.com says...
Thanks, that did the trick! Except for the hidden field that is
assigned a number by the database. Nothing is entered for that field so
nothing is displayed. Is there a way to pull that from the database and
display it on the page?


Greg,

Depends on what your database is and how the column in the table is
populated.

For MySQL and an auto-increment column, look up the LAST_INSERT_ID() and
mysql_insert_id() functions.

For Oracle, use INSERT INTO .... RETURNING

Geoff M
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: James | last post by:
I have a from with 2 fields: Company & Name Depening which is completed, one of the following queries will be run: if($Company){ $query = "Select C* From tblsample Where ID = $Company...
5
by: Scott D | last post by:
I am trying to check and see if a field is posted or not, if not posted then assign $location which is a session variable to $location_other. If it is posted then just assign it to...
2
by: Nick | last post by:
Can someone please tell me how to access elements from a multiple selection list? From what ive read on other posts, this is correct. I keep getting an "Undefined variable" error though... Form...
2
by: Alexander Ross | last post by:
I have a variable ($x) that can have 50 different (string) values. I want to check for 7 of those values and do something based on it ... as I see it I have 2 options: 1) if (($x=="one") ||...
0
by: Dan Foley | last post by:
This script runs fine, but I'd like to know why it's so slow.. Thanks for any help out there on how i can make it faster (it might take up to 5 min to write these 3 export files whith 15 records...
5
by: Lee Redeem | last post by:
Hi there I've created abd uploaded this basic PHP script: <html> <head> <title>PHP Test</title> </head> <body> <H1 align="center">
5
by: christopher vogt | last post by:
Hi, i'm wondering if there is something like $this-> to call a method inside another method of the same class without using the classname in front. I actually use class TEST { function...
6
by: Phil Powell | last post by:
Ok guys, here we go again! SELECT s.nnet_produkt_storrelse_navn FROM nnet_produkt_storrelse s, nnet_produkt_varegruppe v, nnet_storrelse_varegruppe_assoc sv, nnet_produkt p WHERE...
1
by: Michel | last post by:
a site like this http://www.dvdzone2.com/dvd Can you make it in PHP and MySQL within 6 weeks? If so, send me your price 2 a r a (at) p a n d o r a . b e
11
by: Maciej Nadolski | last post by:
Hi! I can`t understand what php wants from me:( So: Cannot send session cache limiter - headers already sent (output started at /home/krecik/public_html/silnik.php:208) in...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.