user input of one php script pass to another php without modification in first php script
- by ish12
hi all..
Consider two php scripts(o.php & t.php)
o.php contains both html and php. html here gets user input for eg:user name and password this information is passed to php using php-self.
I want the user input of o.php passed to t.php without any modification in o.php.
I ve used include and require in the t.php but the problem is it…