Microsoft
Software
Hardware
Network
Question : PHP/RegEx to Extract Data from img tag
I have some code that is looping through some copy on my site.
I'm looking to do something like this:
//Check if the line contains <img src="">
if(isImage($lineToCheck)) {
//If it is, extract alt text, and img src.
}
It checks to see if $lineToCheck contains an img tag, and if it does, it pulls out the Alt text, and the img src.
Answer : PHP/RegEx to Extract Data from img tag
Found a solution trough the forum from Shadow Protect
Random Solutions
Sharepoint 2010 Advice, WSS vs MOSS
Login script error. Access Denied
How do I add my read-only attribute back with a .vb script
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Sonicwall TZ 100 configuration
Can I force reconciliation of old email after blackberry enterprise activation?
Password Protect Back End of an Access Database
Cisco ASA questions
Crystal Reports - Load report failed.
Assign the value to a script global variable from the Server side code