Hrm... I recently (today) reformatted my computer (win2k running apache, basically), and now php is handling variables differently. Where once I could pass a varible through a link with ?varname=value and have $varname work in a php script, I now have to use $_REQUEST[varname]. Anyone know why this is happening and how I can remedy it? Its causing a lot of things to no longer function properly...
~Davin