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!
How can I set a cookie to enable me to access a website that I have an account for. When I try to read data from a website http://www.bigcompany.com/catalog..., I get sent to a login screen http://www.bigcompany.com/login.php. I think if I can pass a cookie value, it will allow me to read the data in the catalog.
Thanks for any responses!
Last edited by Oxydude on Tue Aug 03, 2004 9:39 pm, edited 1 time in total.
THanks feyd! I already have curl installed on my redhat server, so it should be fairly painless. I already checked and I can use it from the command line. Thanks!