 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
LiamD
Joined: 20 Nov 2008
Posts: 1
|
| Posted: Thu Nov 20, 2008 8:51 am URL for PHP Access |
|
|
Sorry this may be very basic, but I can't get the answer.
I am accessing a PHP webpage that has some input fields. Based on these input selection the results of a query are returned. Now I would like to know the URL that would directly take me to the results page.
However, on the browser points to the PHP page before the data is submitted and after the data is returned has the same URL.
When I look at the source there are varous elements:-
<form action="test.php" method="post">
<input type="submit" class="Reg" name="proceed" value="Retrieve Record" />
I would like to know how to determine the URL that will jump directly to the results webpage.
Thanks,
Liam |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1409
Location: Biloxi, MS
|
| Posted: Thu Nov 20, 2008 4:24 pm |
|
|
| If it's not your "test.php", you will not have access to the form processing file. If the page you are viewing has a *.php extension, what you see as source is what the PHP has generated for the browser to use, |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|