value of tag

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mehdi4467
Forum Newbie
Posts: 4
Joined: Sat Aug 14, 2010 9:29 am

value of tag

Post by mehdi4467 »

Dear All,
I want know in end of a php file the value of a tag is erased? or save?
User avatar
PHPHorizons
Forum Contributor
Posts: 175
Joined: Mon Sep 14, 2009 11:38 pm

Re: value of tag

Post by PHPHorizons »

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
Post Reply