Aug 7, 2008

Transfer Information Via Links With Php - Please Help!

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Web Design

free web hosting

Transfer Information Via Links With Php - Please Help!

kbjr
I need to send a piece of information from one php page to another (kind of like a form).
The thing is that I need the page to send a different piece of information based on what link is clicked.
Something like this:

CODE
<a href="some code">Send Information 1</a>
<a href="some other code">Send Information 2</a>


I don't know how to do this, so does anyone have any ideas?

Thanks in advance! smile.gif

Reply

jlhaslip
You will need to study the PHP manual and learn about the "GET" method.
start here

The basic are that you add a 'query string' to the URL in the Anchor tag, like so:
CODE
<a href="target_page.php?info=this_information">Send Information 1</a>

In the above example Anchor tag, "this_information" is the information being sent, and it is named "info" in the $_GET array.
Then you need to write a php script that handles the information in the receiving file.
The php.net site can be your best friend.

Reply

bf2gamer
As slip said, you will probably have to read tutorials. Look up codes. If you don't know a function google it ex: "php if". That said, i might be able to help too.

It would probably be best to use a form "depending on the situation".

Say the name of the form is "form". You have a text field named "test". What you want to do is Post the information that has been entered into test to post.php. post.php the takes your information and processes it how you feel neccessary.

ex:
HTML
<form id="form" name="form" method="post" action="post.php">
<input type="text" name="Test" id="Test" />
<input type="submit" name="submit" id="submit" value="Submit" />
</form>

OK. there is the form. what you type in the textfield will get sent to post.php when you click submit.

what you can do with post.php

ex:
CODE
<?php

$form = $_POST['Test'];

echo "$form";
?>

this will just echo what you have entered into the textfield onto the page post.php. pretty simple but it can get complicated.

if you need more help just reply and ask. we will be willing to help "i think" biggrin.gif

Notice from rvalkass:

Code tags added around the code sections. Take a look at the list of BBCodes for more info.

 

 

 


Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : transfer information links php

  1. Target Links To A Div Layer - Is there such code that allows you to change ur link target so that it (22)
  2. Design Of A Map With Links - (5)
    I want to design a map with a link related on each country of the map. If there is somebody who has
    already done that, let help me to design it or give me a tutorial to train for it. Thanks to all
    for your help....
  3. Inspiration! Where Do You Get Yours? - Post links etc. I'm posting mine! (1)
    Every once and a while we get stuck. Sometimes we don't even know where to start. As designers
    we are free to be as creative as we can be but creativity sometimes runs low. The real problem is to
    question creativity itself. What is it? In my personal opinion you need to feed your creativity with
    new ideas to help it grow. Not only is it feeding your creativity, it's also fun to do!
    Here's my sources of inspiration: Nature: I know, people say this all the time but its
    true! Take a walk in the park or in the woods depending on where you live, take it i...
  4. 3000 Free Templates, Very Very Good - Direct download links (8)
    http://www.freelayouts.com/templates/zipfiles/3.zip
    http://www.freelayouts.com/templates/zipfiles/4.zip
    http://www.freelayouts.com/templates/zipfiles/5.zip
    http://www.freelayouts.com/templates/zipfiles/6.zip
    http://www.freelayouts.com/templates/zipfiles/7.zip
    http://www.freelayouts.com/templates/zipfiles/8.zip
    http://www.freelayouts.com/templates/zipfiles/9.zip
    http://www.freelayouts.com/templates/zipfiles/10.zip
    http://www.freelayouts.com/templates/zipfiles/11.zip
    http://www.freelayouts.com/templates/zipfiles/12.zip htt...
  5. Affiliate Links? - (6)
    I am currently looking for affiliates for my site dontmaimyourself.trap17.com and thought this
    would be the best place to start. If you are interested please e-mail me or pm or whatever. I
    would appreciate it if you would use this button: or by pasting this code: CODE <a
    href="http://www.dontmaimyourself.trap17.com"><img
    src="http://www.dontmaimyourself.trap17.com/images/button.gif alt="Free Online
    Games"></a> /biggrin.gif' border='0' style='vertical-align:middle'
    alt='biggrin.gif' /> ...
  6. Only Flash Templates - Just the direct links to download (1)
    Here they are: CODE http://template.flash8.net/fla/art/flash3/rar/flash_site01.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site02.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site03.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site04.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site05.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site06.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site07.rar
    http://template.flash8.net/fla/art/flash3/rar/flash_site08.rar http&#...
  7. Some Good - Templatesbox - Only the links to download (0)
    CODE http://www.templatesbox.com/filex/ Go to the website and just click "download all
    by..." Carpe diem....



Looking for transfer, information, links, php

Searching Video's for transfer, information, links, php
advertisement



Transfer Information Via Links With Php - Please Help!



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE