I wanted to find colors from a website using php,
I can fetch the source code of a website but not able to fetch css files of a website,
is it possible to fetch external css of website,
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Fetch the Website, search with a Regex for the CSS, fetch the CSS, search with a Regex for the Color Codes in the CSS. You must get the filename of the CSS from the HTML-Page to fetch it. There ist no way to do this automatically, except a manual search.