DEV Community

Tutorial - PHP Replace Img Src From String

Joshua Johnson on April 03, 2018

Recently, I had to figure out how to change <img> tag src using only PHP. I had to change the request from HTTP to HTTPS.  I was given the ta...
Collapse
 
moabi profile image
David Fieffé

I guess it would be better to use a php dom parser. preg_match_all could cause perfomance issues