jwk811 Posted November 3, 2006 Share Posted November 3, 2006 what does $_SERVER['PHP_SELF']; do? what is it changing into a variable? Quote Link to comment Share on other sites More sharing options...
trq Posted November 3, 2006 Share Posted November 3, 2006 It is a reference to the current working script. Put this in a file and view for a better explination.[code]<?php echo $_SERVER['PHP_SELF'];?>[/code]See? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.