ballhogjoni Posted January 9, 2007 Share Posted January 9, 2007 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 More sharing options...
Eugene Posted January 9, 2007 Share Posted January 9, 2007 What do you mean by 'send'? As in by E-mail, or open it in the browser window? Link to comment https://forums.phpfreaks.com/topic/33507-php-url-question/#findComment-156906 Share on other sites More sharing options...
ToonMariner Posted January 9, 2007 Share Posted January 9, 2007 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 likeI think it is this line in your httpd.conf file for apacheAddType application/x-httpd-php .phpchange 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.