Hi
I have a little bit knowleadge in php.I want to link the specified page using php,For example http://www.mydomainnam e.com/php/Jobrefno=74.
In the above link the job reference no is taken from the form
Using $_POST method but i can not able to print the jobrefno in the above link
the name of is input field is JobRefNo
$jobrefno = $_POST["JobRefNo"];
so the link is http://www.mydomainnam e.com/php/Jobrefno='$jobr efno';
but it will give the syntax error.
Please any one help to do this.
Thanks and regards
Sang
I have a little bit knowleadge in php.I want to link the specified page using php,For example http://www.mydomainnam e.com/php/Jobrefno=74.
In the above link the job reference no is taken from the form
Using $_POST method but i can not able to print the jobrefno in the above link
the name of is input field is JobRefNo
$jobrefno = $_POST["JobRefNo"];
so the link is http://www.mydomainnam e.com/php/Jobrefno='$jobr efno';
but it will give the syntax error.
Please any one help to do this.
Thanks and regards
Sang
Comment