Without using forms and hidden variables, how to send
variables from a PHP script to another URL using POST
method?

Answer Posted / suren

You can get the information from the following links.

http://www.php.net/manual/en/ref.mcrypt.php


http://www.phpuk.org/code.php

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of runtime errors in php?

547


Which framework is best for php development?

490


How to call javascript function in php without any event?

495


What does php do?

533


What is $_ files in php?

561






What is the difference between die () and exit () in php?

513


What does the expression exception::__tostring means?

558


What is the use of anonymous function in php?

551


Where are php configuration settings stored?

529


What is stripslashes php?

515


What is the correct and the most two common way to start and finish a php block of code?

527


How can I find my php version?

540


What is the latest version of php?

531


Are objects passed by value or by reference?

552


Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

540