| ash | 28-07-2009 |
|---|
| How to pass a file via URL. Eg a file is uploaded in using doGet() and in doPost it is collected using request.getInputStream() |
| kashif murtaza | 23-10-2009 |
|---|
| thanks for help... it's good for understanding concept of href.. |
| campsmore | 08-02-2010 |
|---|
| Can you use the data variable that was passed in the URL in an "include" statement to display information inside the current page that is related to the data in the variable? |
| ruby | 14-02-2010 |
|---|
how to data transfer between two members in login concept
|
| BigDave | 27-05-2010 |
|---|
| In the first example, what if, instead of sending Tom, I need to send the value of a variable? |
| ramchan | 23-07-2010 |
|---|
I need a help in PHP of passing a content of search result from one web site to another web site.
I am not having any idea about this can u help me sir. |
| Sashi | 18-08-2010 |
|---|
How can i rethieve the mode/id values into an xsl page of the following url line...
http. localhost/updatingXML/tool_Edit.asp?mode=view&id=2 |
| smo | 22-08-2010 |
|---|
| In ASP the get method of collecting data |
| jessica | 23-08-2010 |
|---|
| how can i pass values with a drop down menu which contains a list of manufacturers name.i want the code to display a value of a variable each time a manufacturer name is selected through the drop down |
| JohnR | 12-10-2010 |
|---|
| What PHP code do I use to Post form data to a MYSQL database and at the same time send only some form values to another web page hosted on a different URL.? Thanks! |
| siva | 13-12-2010 |
|---|
| i can understood the $_POST, but how $_GET works , |
| adi | 11-09-2011 |
|---|
| which menthod gets executed when we click on hyperlink? |
| Power Wong | 25-01-2012 |
|---|
adi, should be $_GET method.
For example, the url is: xxxxxx/my_prog.php?my_id=1234
Then inside my_prog.php, you can use $_GET[my_id] to get the 1234 like the below
$my_var = $_GET[my_id] |
| David | 22-03-2012 |
|---|
| I have 2 separate php environments which I like to have a pass-through of registration and login built. Any help will greatly be appreciated. |
| debabrata puthal | 07-04-2012 |
|---|
create a form with 2 fields that is username and
password then make the server side validation chec if the fields and blank or not,then compare your username and password with server username,password,if equal display on page valid user or display invalid user. |
| tripti | 06-06-2012 |
|---|
| i need to get how to send an ip address value to ip2location text box to evaluate the location n return it |