tremonoi Posted March 11, 2011 Share Posted March 11, 2011 For april fools, I want to have all text reversed, as if the person is looking through a mirror. I know I could probably go through every line strrev'ing it, but that terribly inefficient since we have over 30 files. Is there some code I can have to do this automatically? like put something as an include and it automatically does this? Thanks! Link to comment https://forums.phpfreaks.com/topic/230370-make-all-text-backwards/ Share on other sites More sharing options...
mattal999 Posted March 11, 2011 Share Posted March 11, 2011 It really depends what you want to reverse... Do you have a website that you literally want to reverse or just some text files? Link to comment https://forums.phpfreaks.com/topic/230370-make-all-text-backwards/#findComment-1186349 Share on other sites More sharing options...
tremonoi Posted March 11, 2011 Author Share Posted March 11, 2011 Like reverse literally (but not permanent) - a lot of it is fetching from mysql (ie news/comments) and could just add strrev before it prints it - but just want to know it there is an easier way to do this Link to comment https://forums.phpfreaks.com/topic/230370-make-all-text-backwards/#findComment-1186359 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.