Hello all, new to the forums, and I have run into a problem that I can't seem to get around ...K here is what I am trying to do:
this page here:
http://playmakers.ezleagues.ezfacility.com/default.aspx
basically loads a page with info pulled from a database.
But instead of just adding this page into an iframe, I want somehow be able to load the results of the page into a variable so I can then use 'str_replace' to make some changes to the layout before I echo the results on my own domain's page.
I can do this. BUT here is the problem. The 'quick stats' area of that page serves different info if a user is logged in, and my issue is that if I simply do a 'file_get_contents' it doesn't load the proper results as if someone is logged in, it just serves me the generic page it serves for anyone that is not logged in.
How can I fix this issue? how can I get the content of an external domain page but with user login data being taken under consideration.?
It seems that cURL is what I need to use,but for the life of me, I can't find a good tutorial on this issue.
Is this a simple thing that I am chasing around? do you need more info to help me out? Any help would be appreciated!