Need all Variables in text file for editing

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
DataCom
Forum Newbie
Posts: 2
Joined: Mon Oct 03, 2005 11:06 am

Need all Variables in text file for editing

Post by DataCom »

Hi,
I am editing my site and modifying functions that require me to have all the variables used in the php code in a text file for mass editing.


any ideas on how I can do this.

I thought I had seen a script before that used a box type window where the code could be pasted and it would return the variables. I want to be able to keep the list of variables in a txt file. I also prefer to be able to do 1 page at a time so I have the variables of each individual page.

Thanks,
DataCom
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Some playing around with the tokenizer may yield some useful results.
Post Reply