Jump to content

rohitmanglik

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rohitmanglik's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to send some value automatically to a domain other then the domain where script is running. I created a form to send the value but how can I automatically trigger it. e.g. <form action="http://domainname.com/save.php" method="POST"><input type="hidden" value="2" name="inp"/> <input type="hidden" value="submit" name="submit"> This form is not getting triggered automatically. What should I do to send the values Please help
  2. For very large numbers php converts the number in exponential form. How can i convert it back to decimal form. e.g. <?php $input =50; $res = pow($input,$input); echo $res; ?> Here how can i have output in decimal format.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.