copying variables

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pozitronic
Forum Newbie
Posts: 1
Joined: Thu Jun 24, 2010 5:30 pm

copying variables

Post by pozitronic »

Hi - complete newbie....

I have an autoresponder software (ARP3) which once a user subscribes to, the email address, first and last name are passed to the checkout software (Amember).

ARP3 sends the variables last_name and first_name in a form using GET to Amember. Amember is expecting name_f and name_l

Any suggestions??

Thanks in advance,

Ronnie
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: copying variables

Post by AbraCadaver »

Any suggestions for what? You told us what some scripts do, but not what you want.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Post Reply