Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.2K
Ranked #4K
~406 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

3 Posted Topics

Member Avatar for erum

I second writing to a csv file and this usually works. Recently I was having an issue with this very thing, where the result had cells with commas. No amount of trying to force various breaks between data cells would allow me to import into a spreadsheet without those commas …

Member Avatar for creed3
0
79
Member Avatar for Adolfo_1

If you only need to save the data for the time the user is on that page or site you could always set [session variables](https://www.w3schools.com/php/php_sessions.asp). But as Dani answered, once the user closes their browser or the session times out the data will be gone without it being in a …

Member Avatar for Adolfo_1
0
213
Member Avatar for ShArKss

What you're wanting to do requires javascript, such as the onclick or onselect event handlers which would then trigger a function to manipulate your other form fields. PHP is not capable of doing this.

Member Avatar for ShArKss
0
114

The End.