Good morning guys, I have a question in PHP. I have a page on my site that contains a form that sends through post information the same to a validation page that connects and sends the information to the database. However my site has a desktop version and one for mobile and wanted to create a string "$ mododeuso" on both pages but each one with a different value to be passed to the validation page and added together in the database. Can you do this by inputting the post? If not how could I do this?