Help me Solve THis...

Can anyone here please teach me how to get the value from a table's variable then display in another table??
Example:
The variable is StudentName from table, then I wan it to become StudentName1,StudentName2... like tat?

Please help me solve as soon as possible.
thanks...

Comments

  • : Can anyone here please teach me how to get the value from a table's
    : variable then display in another table??
    : Example:
    : The variable is StudentName from table, then I wan it to become
    : StudentName1,StudentName2... like tat?
    :
    : Please help me solve as soon as possible.
    : thanks...
    You should really do your own investigation into this, but basically the following is how you do it.

    If the other table is in a separate PHP file you can construct a link within the file that holds the variable. This link when clicked, sends the variable to the required PHP file. This is how you do it:
    echo ""
    ."Send Student Name

    ";

    And then from the other file access the $StudentName variable like this: $curStudent = $_GET['stuName'];
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion