Hi everyone
I have two question to ask
first how can i use two submit buttons and tell php that when i press that button to do one thing and when i press the other
button to do something else?
Second how can i declare a variable that i will be able to see the value in address bar of my explorer so i can use it later
for example
$var = 10;
$_GET['test'] = $var;
How can i see the result in address bar like
Thanks for replying
Sorry if my english are bad
I have two question to ask
first how can i use two submit buttons and tell php that when i press that button to do one thing and when i press the other
button to do something else?
Second how can i declare a variable that i will be able to see the value in address bar of my explorer so i can use it later
for example
$var = 10;
$_GET['test'] = $var;
How can i see the result in address bar like
Thanks for replying
Sorry if my english are bad