Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ranip #1
Carrying value to the next page:
Guys, I created a form (HTML) with 3 text boxes
Text1, Text2 and text3.
At the end of the form there is a submit button that open another page with
the more text boxes, including 3 with the same names.
How do I transfer the data from page1.text1 to page2.text1 ?
Cheers
Rani
ranip Guest
-
Carrying a variable through 3 page form
I have a three page form.??When you link to the first page from a generated email the URL looks like this: ... -
Carrying PHP Variables From Web Page To Web Page
I was reading about PHP variable scoping - it doesn't seem to support carrying any variables from one web page to another - how is this usually... -
(done) session not carrying...why?
Hey, I got it, the problem was that where i was setting the session i didnt have a session_start(). Thanks anyway. Cheers, -Ryan We will... -
session not carrying...why?
Hi, I seem to be setting the session properly but its not showing on the next page...any idea why? I am sending data to save.session.php via... -
Carrying a variable
I am using PHP 4.3.0 The way that I usually carry variables from one page to another is $Unit = ($_GET); This is the page that is referencing... -
bigj9901 #2
Re: Carrying value to the next page:
You can pass them as form variables.
bigj9901 Guest
-
ranip #3
Re: Carrying value to the next page:
and as i am new to programming how do i do that ?
ranip Guest



Reply With Quote

