PHP shortcode
-
I want to add this plugin in my header so try to add this code:
<?php echo currencyr_exchange( array( 'amount' => 99.99, 'to' => 'cad' ) ); ?>
or this:
<?php echo currencyr_exchange( 'amount=99.99&to=cad'); ?>
or this:
<?php echo currencyr_exchange( 99.99, 'cad' ); ?>
But all this codes does not work for me.
PLEASE HELP!!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP shortcode’ is closed to new replies.