Dear All,
I want know in end of a php file the value of a tag is erased? or save?
value of tag
Moderator: General Moderators
- PHPHorizons
- Forum Contributor
- Posts: 175
- Joined: Mon Sep 14, 2009 11:38 pm
Re: value of tag
Hello mehdi4467,
If I understand you correctly, then the answer is no. After the PHP execution instance is completed, any variables created in the script are wiped from memory.
Cheers
If I understand you correctly, then the answer is no. After the PHP execution instance is completed, any variables created in the script are wiped from memory.
Cheers