PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have 2 very very simple scripts, 1. is the shtml file and the other is a php file. The index.shtml was huge. for the sake of debugging, I tore it down to a simple form and 2 fields (username and password). on a click of the submit button, I call displayalues.php which is nothing but 3 lines to display the value of username and password which were entered in entered in index.php. How can i get the variable to display or to be transferred to displayvalues.php.... code follows: