Jump to content

php url question


ballhogjoni

Recommended Posts

How do I send this url without an internet browser using php?

http://www.someurl.com/auto/api.php?partner_login=XXXXX&partner_password=XXXXX&test=TRUE&command=user.configure&user_id=NEW&service="code=XX,frequency=X,action=XXX,renewal_billed_to=XXX,trial=XXX"&output=php&phone=1234567891&first_name=foofirst&last_name=foolast&bill_address1=123 fooaddress&bill_address2=&bill_city=foocity&bill_state=FL&bill_postal=90210&bill_country=US&username=foousername&password=foopassword&cc_num=4111111111111111&cc_exp=2009-00&[email protected]
Link to comment
https://forums.phpfreaks.com/topic/33507-php-url-question/
Share on other sites

you mean the mod rewrite stuff....

[url=http://www.alistapart.com/articles/succeed/]http://www.alistapart.com/articles/succeed/[/url]

OR you can configure apache to get php to parse any file extension you like

I think it is this line in your httpd.conf file for apache

AddType application/x-httpd-php .php

change the .php to what ever extension you like and it will parse it.
Link to comment
https://forums.phpfreaks.com/topic/33507-php-url-question/#findComment-156910
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.