How can I transfer my processed value of 1 variable from php file A to php file B?
I can't use include
because I've got a lot of html in there. When I use that my tables get duplicated.
How can I transfer my processed value of 1 variable from php file A to php file B?
I can't use include
because I've got a lot of html in there. When I use that my tables get duplicated.