Hello,
How can I get a form on my website to capture a username from my Mysql database. When it has this username, it sends it to another database as the username.
The username from database1 is $username
The username which is sent to database 2 should be $usernameFormComplete
Thanks