Jump to content

Help with file_get_contents()


sptrsn

Recommended Posts

Can someone tell me why the first example works, but the second example does not?

file_get_contents('http://pinalcountyaz.gov/Departments/Treasurer/Pages/TaxBillSearch.aspx?p=10006015E-*');

 

$url = 'http://pinalcountyaz.gov/Departments/Treasurer/Pages/TaxBillSearch.aspx?p=10006015E-*';
file_get_contents($url);

Link to comment
https://forums.phpfreaks.com/topic/257964-help-with-file_get_contents/
Share on other sites

ok. that whole single quote/ double quote thing is still a pain in my back side.

I was able to build that url using double quotes and make it work. So Thank you for that.

 

Is there something you're aware of that I could study, and at the end I would actually understand all the quirks surrounding quotes?

 

Thanks again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.