PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi...
How can i send $e on this url: http://smsc.ru/sys/send.php
Header(); does not works. (Cannot modify header information - headers already sent by (output started at /home/...))
zura wrote:Hi...
How can i send $e on this url: http://smsc.ru/sys/send.php
Header(); does not works. (Cannot modify header information - headers already sent by (output started at /home/...))
What exactly are you trying to do? It looks like you are trying to append a querystring onto a uri. Are you trying to forge a post request to another site?
You can use cURL, you can use a standard HTML form, or you can craft a request using something like telnet. I think even firebug will let you go in an edit html elements inline.