clear variable?

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
ssand
Forum Commoner
Posts: 72
Joined: Sat Jun 22, 2002 9:25 pm
Location: Iowa

clear variable?

Post by ssand »

Is there a way to clear/reset variable(s) after use. I currently have $variable = ""; in my code and I am unsure if this is the correct/best way.

Is this another way?

:?
Angry Coder
Forum Newbie
Posts: 2
Joined: Tue Jun 25, 2002 8:53 am

Post by Angry Coder »

Post Reply