Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php server self

<form action="<?php echo $_SERVER['PHP_SELF']; ?>"> 
//there is no reason to use this to submit form data to the same page
<form action=""> 
//will do the same thing
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #server
ADD COMMENT
Topic
Name
6+8 =