Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
Faqts
:
Business
:
Programming
:
Shopping For You
:
PHP
:
Common Problems
:
Forms and User Input
: URLs and Post or Get Methods
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
Please advise? I can see the variable in my URL. Yet when I perform an echo in PHP I get ARRAY?
Is there a way to use POST method by url not using form?
How 2 manipulate HTTP_POST_VARS["my_var"] as array if "my_var" is gonna have a lot values (chkbox)?
I have problem in apache php set up in solaris, the post values are not populated and also always_po
How can I get the URL of the referring page in PHP, including any query string?
Random Questions
I am trying to POST to a .php document with the <FORM action="validate.php" method="post">. But whe
Is it possible to have one form send its information to two places, such as a payment processor and an e-mail address?
How do I make a GET request in PHP?
why does ?variable=value does not work?
I have a drop down box populated with names of towns from my db (MySQL). My question is how do I select a town and then go to that page.
How can I pass a string with spaces as a GET request argument?
Why does my URL that contains a blank get truncated?
How can I pass data between scripts using the URL?
How can I pass an ampersand (&) in a url?
How can I pass variables in a form that won't scare off search engines?
How can I get the part of a request after the question mark?
How can I get the query part of a GET request?
Where can I find the values of nameless arguments in a GET request?
How can I find out if bar exists for a request like http://foo.com?bar?
How do I make a GET request in PHP?
Is there a maximum number of GET arguments that can be used?
What are the differences between GET and POST?
If I make multiple select from SELECT TAG, how can i receive array of variables through POST or GET Methods??
Why do I get a "Not Found" error when my php script contains a <? echo $PHP_SELF ?>. This happens on my hosting service but not locally.
I have a drop down box populated with names of towns from my db (MySQL). My question is how do I select a town and then go to that page.
How can i pass variables to a script on another server using the POST method, without redirecting the viewer to that page?
how do i send a send a variable to a new html page that will dynamically use it
The post-variables don't come through
Why does when I write stg like <A href="b.php?parm=myparm"> in a html, the $parm var is void in b.php script? it should be $parm="myparm" isn't it
Thanks a lot Mike. It works fine now.
Just a question yet: what's the meanning of the
two dots before and after get_vars in your example?
How Can I send variables through the URL using POST rather than GET?
Is it possible to have one form send its information to two places, such as a payment processor and an e-mail address?
Is there any variable or function to get the length of all data being received (posted data, header, etc)?
How do I send POST values through a Header() redirection?
I am trying to POST to a .php document with the <FORM action="validate.php" method="post">. But whe
why does ?variable=value does not work?
How can I submit an http post method within a php program?
I use IIS 5 with Windows 2000 server but PHP cannot read the GET/POST variable delivered
When I pass a variable on the URL, my page doesn't recieve them. It has no knowledge. WHY??!!??
Why do large textarea posts hang?
Why do large textarea posts hang?
How can you submit text in a form and have it automatically posted to the site?
How can I get the URL of the referring page in PHP, including any query string?
I have problem in apache php set up in solaris, the post values are not populated and also always_po
How 2 manipulate HTTP_POST_VARS["my_var"] as array if "my_var" is gonna have a lot values (chkbox)?
Is there a way to use POST method by url not using form?
Please advise? I can see the variable in my URL. Yet when I perform an echo in PHP I get ARRAY?
Unanswered Questions
How do I "post" an XML document? Is there any way to post data that is not URL encoded?
How can I generate a dynamic page from a hyperlink I think I need to pass the variable into the URI but I'm not sure how to do it?
How do I stop a previous url?mode=del&cust=name being repeated when the user hits their back button?
Can I pass parameters via http://mysite.com/script.php3/var/param/ when running PHP as a CGI?
I want to preform a POST to a local script or a GET to a url based on which radio box is checked.
How do I connect to a site dynamically from a php page ? ( For Example . Connecting to www.google.com if the user enters 'Search' ).
when i post a form with Hidden and nonhidden Vars under ssl session i sometimes lost the page location and i get an error that the page not found..
why when posting information on ssl sessions the page gets blowed and an error:page canot be displayed occur-HELP!
How to get POSTed data when Content-Type is missing.
I'm using POST and opening a new window at the same time. How can I make the new window the size I want it?
Is there any other way to retrieve the posted data rather than through $POSTED_DATA_VARIABLE and $HTTP_POST_VARS?
how I can verify the existence of a file on a remote server?
my result is posted as a link can i open that link automatically?
How can I send data between scripts without using the URL?
How can I check if a radiobutton is selected and how to submit this info to a database?
I need to submit information from 4 forms with one button using the GET method. Is this possible?
How can I invoke my SQL Query without having to use a "go to details page function"?
Passing values using get method in window.open in which i specify a frameset object.
How can i parse @ domanes like http://me@myurl.com ?
how can i get a validation from a login screen then send that info to another site to see
how can i get a validation from a login screen then send that info to another site to see
post used with Netscape 4.0.5 on win2k results in very long answering times using php 4.0.5
How can I both send a receive data to/from an included file? (Can only use ?var=foo on http://...
Can't access QUERY_STRING variables IIS5.1 PHP4.2.3
How can I use "index.php?page=bio.php" or simmilar to retrive website content from other pages?
How can I include <form> code, which is in .php, into a .shtml, but the .php is still executed?
How can you submit something in a form and have it atomatically posted to the site?
Trouble passing variables thru multiple scripts
How to connect to the internet through a proxy passing the userid/password for the proxy in a script
How to connect to the internet through a proxy passing the userid/password for the proxy in a script
To display search results- I get the first page correctly displayed, but not the rest.
how to post form variables in PHP for a Poll to .asp to submit a vote?
how to post form variables in PHP for a Poll to .asp to submit a vote?
I can't seem to access any POST or GET variables!
Guest cannot post registration info but web admin can create or post info at the same php index page
Guest cannot post registration info but web admin can create or post info at the same php index page
Guest cannot post registration info but web admin can create or post info at the same php index page
How can I get POST data in its original format? (Like 'x=1&y=2&z=3')
How can I get POST data in its original format? (Like 'x=1&y=2&z=3')
How do I POST 10 hidden variables to a PERL script without passing them on the URL string?
How do I POST 10 hidden variables to a PERL script without passing them on the URL string?
How do I make a Post request in PHP (not using nay Additional Library)
How do I make a Post request in PHP (not using nay Additional Library)
PHP did not parse parameters given in URL after ? - only with use $m=$_GET['mn']; WHY????
how can i pass query string to remote file or post variables to remote file
When I write x&y co-ordinates to a database it includes a space at the begining. how do i prevent?
Why am I getting "No input file specified."
How POST data from a PHP script so that the browser also redirects to the target?
If I make multiple select from SELECT TAG, the POST variable just shows "array" in contents?.
how can i post a search string on other page and get again it from first page
How do I upload Hebrew or Arabic text in a POST form
How can I pass variables to another server using the POST method AND redirect the browser there?
How do I get the URL of the current page in order to view specefic content according to that URL?
How can one combine multiple GET from different links from the same page?
Can you create a GET from a textfield?
how can i post identical data to 2 php pages from a single form?
how can i post identical data to 2 php pages from a single form?
Can i store the output from a ".asp" page in a php variable?
echo"<a href='?file=../index.html'>" I want index.html to be displayed and it should be sent as var
can not get $_GET in utf-8
Please help – I am having problems using $_POST with PHP5.
HOW can I configure a forum to disallow new registrants from adding their URL BEFORE I can check it?
HOW can I configure a forum to disallow new registrants from adding their URL BEFORE I can check it?
Does POST method work in PHP 5 when passed from FLASH?
php file doesn't recognize anything typed into html search box. The 2 files don't see each other.
how can i recive file type values with get method in form
how do i open a new window to the url which is too long specified in window.open()
how do i open a new window to the url which is too long specified in window.open()
Posting to page with out submit, resulting page does not respond