[PHP] run php file in browser with exec command or any other command
Hello Friends, I have one php file in this file i have just use mail function to send the email for testing. In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); and when i run the second file which contains exec command. But i do not get any email. So it is not working with browser. When i run this command in SSH it is working fine and i got the email. So i am doing wrong ? if yes please tell me how can i run that file with browser. Thanks, Javed -- View this message in context: http://www.nabble.com/run-php-file-in-browser-with-exec-command-or-any-other-command-tp18066201p18066201.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Shipping Address on Paypal
Hello Friends, As i am integrating Paypal pro (For CC) in my site. Our client has a merchant account. We have a kit for paypal integration with client 'credential certificate'. We are getting success and payment is completed. We have a problem that shipping address is not displayed on paypal site in merchant account in order detail page. Ship to: tab is blank. We tried a lot to send the shipping address from our site but could not succeed. So please help us to send the shipping address to the paypal so our merchant can see the shipping address in order detail page with other details. If any code please post it will be help to us and also to the others. Thansk, Javed -- View this message in context: http://www.nabble.com/Shipping-Address-on-Paypal-tp14247826p14247826.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php