answersLogoWhite

0

As far as I'm aware you can't transfer from one account to another using a PHP script, you would have to login and do it manually.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the benefits of using PHP redirect?

When using PHP redirect, you can redirect potential online traffic to the correct website, making it faster and simpler for the consumer. When the consumer is happy, it means more money in your pocket.


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


Is Answers.com coded using PHP or ASP?

If you're referring to Answers.com, it's built using PHP as a backend.


How do you add a comment in PHP?

< ?php // This is an example of comment in PHP /* This is another example of comment in PHP and we can write comments in multiple lines using this method */ ? >


Why do we use Php?

PHP is an Open Source Scripting Language. We can create Web Pages and Web Applications using PHP.


How much 1000 euro in Philippine money?

58325.20 Php. (1 Euro = 58.33 Php)


How do you output a star using PHP?

type this in a file save it as something.php and then run it <?php echo '*'; ?>


What do php stand for in money?

Philippine pesos


How to display a variable in PHP using echo or print statements?

displaying a variable in php using echo statement? <?php $name="ram"; //declaring and defining the variable echo "$name"; //printing the variable using echo command ?>


How much is a hot dog?

$0.50 - $1.50 In American Money Php 24 - Php 72 In the Philippines.


Can you use PHP logo on your website?

You can use the PHP logo on your website for no charge at all. The only requirement is that you serve the logo from your own server. However, if you plan to make money using the logo (T-shirts, mugs, etc. that you sell), you need to contact the php group for licensing information.


How can files be converted into HTML using PHP?

To rename a file in PHP the easiest way to do it is to use the rename() function. <?php rename("before.txt", "after.html"); ?>