PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If I have a line such as "<img src='pic.jpg' alt='pic'>" then i explode it around the "<", then i get two parts, is there a way to only give me the right of the < if there is nothing to the left?