I’m creating a 2 part log in, where the user enters their username in the first part and then random charactors of a password and pin are asked for in the second part. This works fine when I just use php and html but when I tried converting to jquery the PHP values are just not showing up. I checked by outputing a variable on its own and the variable is set but when I try any php whatsoever to the form it doesn’t work 🙁 tried different variations but no avail.
log in part 2
Any ideas are greatly appreciated.
You aren’t echoing the variables.
Try
<?$number1?>to<?php echo $number1; ?>and change all variables.