PDA

View Full Version : Output to external script



wizard
01-19-2005, 04:28 PM
Hi
Just one more question (hopefully)! I have your script up and running and am now trying to build a shopping cart around it. Is there any way to get your script to pass the price of the domain to an external script as well as the domain name and tld?

Patrick
01-19-2005, 05:08 PM
Yes, look at $CONF['external_script_url'] config value and $CONF['external_domain_format'] and $CONF['external_ext_format'] values.

The default name of the variables passed in are domain and ext. These can be changed as well by editing the template in the template.php file.

external-script-example.php includes more detailed information.