jwk811 Posted November 3, 2006 Share Posted November 3, 2006 what does $_SERVER['PHP_SELF']; do? what is it changing into a variable? Link to comment https://forums.phpfreaks.com/topic/26008-_serverphp_self-does-what/ 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? Link to comment https://forums.phpfreaks.com/topic/26008-_serverphp_self-does-what/#findComment-118883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.