Click here to Skip to main content
15,918,330 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web based screen saver Pin
Enigma344024-May-05 19:22
Enigma344024-May-05 19:22 
GeneralClear the History of browser using javascript Pin
mtayyabasghar20-May-05 23:14
mtayyabasghar20-May-05 23:14 
GeneralRe: Clear the History of browser using javascript Pin
Vasudevan Deepak Kumar21-May-05 3:08
Vasudevan Deepak Kumar21-May-05 3:08 
QuestionDisable BACK button? Pin
devvvy20-May-05 16:36
devvvy20-May-05 16:36 
AnswerRe: Disable BACK button? Pin
Vasudevan Deepak Kumar21-May-05 3:09
Vasudevan Deepak Kumar21-May-05 3:09 
GeneralRe: Disable BACK button? Pin
devvvy22-May-05 5:42
devvvy22-May-05 5:42 
GeneralRe: Disable BACK button? Pin
Vasudevan Deepak Kumar24-May-05 4:23
Vasudevan Deepak Kumar24-May-05 4:23 
Generalsending data to different pages Pin
tonydevlin20-May-05 9:35
tonydevlin20-May-05 9:35 
I have made a booking form and the first page is in html where i have my dropdown lists to be submitted. This information is then sent to the next page, which is a php page and this all works fine. My problem is I want to send information from 1 page to another page, which is not the next page along, so for example I want to send the amount of people to the confirmation page from the booking page, which skips out all of the pages between them. The code which I have so far is

Number of Passengers:
Echo"

";
Echo"";
1
2
3
4
5
6
7
8
9


This is to send the info from flightsquery.html page to the confirm.php page. This doesnt work, it puts on the form the dropdown list and has echo"" around it!!!!!!
Is there anyone that can help me, i desperatly need to know where i am going wrong as this is for my course and its driving me mad.

Oh is this is to view hiden info on a php page from a html page $_POST['NumPassengers']

To send from a php page to another php page is the code
$numPassengers = $_POST['NumPassengers'];
Echo"Click";
and
$_GET['numPassengers'];

or

$numPassengers = $_POST['NumPassengers'];
Echo"";
and
$_POST['numPassengers'];

Would appreciate it alot if someone could help me.
GeneralRe: sending data to different pages Pin
Anonymous27-May-05 17:11
Anonymous27-May-05 17:11 
QuestionHow do I find the version number of my PHPBB? Pin
Anonymous20-May-05 8:29
Anonymous20-May-05 8:29 
GeneralJavaScript Error : Unspecified Error Pin
Mighty Booshed20-May-05 3:56
Mighty Booshed20-May-05 3:56 
General"Getting Error while publishing on uddi server programatically" Pin
Member 197389619-May-05 20:36
Member 197389619-May-05 20:36 
QuestionPHP + Access DB = please help? Pin
Member 196994119-May-05 10:36
Member 196994119-May-05 10:36 
AnswerRe: PHP + Access DB = please help? Pin
Vasudevan Deepak Kumar21-May-05 3:06
Vasudevan Deepak Kumar21-May-05 3:06 
GeneralDownloading, editing and uploading files on the fly Pin
Julio Aragao19-May-05 10:05
Julio Aragao19-May-05 10:05 
GeneralRe: Downloading, editing and uploading files on the fly Pin
niansah19-May-05 21:30
niansah19-May-05 21:30 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Julio Aragao20-May-05 2:26
Julio Aragao20-May-05 2:26 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Anonymous27-May-05 17:14
Anonymous27-May-05 17:14 
GeneralProblems redirecting to a frame Pin
brian5519-May-05 7:43
brian5519-May-05 7:43 
GeneralRe: Problems redirecting to a frame Pin
Alsvha22-May-05 23:40
Alsvha22-May-05 23:40 
GeneralEmpty HttpWebResponse length for some urls Pin
Jason Manfield18-May-05 18:11
Jason Manfield18-May-05 18:11 
GeneralRe: Empty HttpWebResponse length for some urls Pin
minhpc_bk19-May-05 19:52
minhpc_bk19-May-05 19:52 
GeneralRe: Empty HttpWebResponse length for some urls Pin
Jason Manfield20-May-05 9:18
Jason Manfield20-May-05 9:18 
GeneralLinefeed in normal text Pin
Brendan Vogt18-May-05 4:42
Brendan Vogt18-May-05 4:42 
GeneralRe: Linefeed in normal text Pin
Ted Ferenc18-May-05 5:30
Ted Ferenc18-May-05 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.