ikin Posted November 1, 2010 Share Posted November 1, 2010 Well I'm trying to make my bot take out some words from a string and well do stuff. Heres the string: -File: Valture.png -To: Bird.png -Namechange and it should print out: Valture.png Bird.png But I can't seem to know how, so yea... Link to comment https://forums.phpfreaks.com/topic/217503-i-need-some-help/ Share on other sites More sharing options...
revraz Posted November 2, 2010 Share Posted November 2, 2010 If the string parameters are always the same, you can explode it and pull out the array values. Link to comment https://forums.phpfreaks.com/topic/217503-i-need-some-help/#findComment-1129288 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.