Hey all,
First of, I am not a noob to PHP, so technical explanations are ok.
Here's my problem...
I am working on a script to handle insurance quote requests, and I am having some trouble figuring out how to match name1 with vehicle1 or house1 etc, and incrementing/decreasing as vehicles and homes are added or removed without using MySQL. I know it can be done, I just want to figure out how to do it without getting information matched to the wrong user. Any thoughts, or should I just use MySQL and keep it simple? Thanks for any input.