Question about a code

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
phpaverage
Forum Newbie
Posts: 5
Joined: Thu Sep 30, 2010 3:55 am

Question about a code

Post by phpaverage »

i have a question about a code;
what does this code do ?
<%INSVAR

Sincerly,
PHPAVERAGE
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Question about a code

Post by requinix »

It does nothing.

Correction: if you have ASP-style tags enabled then there'll be a warning about undefined constants, but besides that nothing.
phpaverage
Forum Newbie
Posts: 5
Joined: Thu Sep 30, 2010 3:55 am

Re: Question about a code

Post by phpaverage »

:o thank you for your help and time
Post Reply