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!
i have to hide five characters from end of a variable called $url which stores url like this: http://piczasso.com/i/oqtb8ba.png%3C/a i have not to remove the same url or edit it in my database but have to print it till http://piczasso.com/i/oqtb8ba.png. for this i hace written this code(infact i did this in c++), which is not working please help!!: