I have a "search by zipcode" form. when a visitor types in a zip code, it gets the range of 100 higher and 100 lower. Everything works good except when i use a zipcode with a zero in front. So when i type in '01423' the result of the search: 14301, 14253, 14201 Please help. Here's the code...
Thanks you so much for helping me out! That's exactly what i wanted. I originally wanted to get the image size and size it down proportionally but i don't know how to extract just the url of the image so that i can do a imagesize() on it. How do you extract just the image's location? Your code is pe...
I want to post images on my blog but don not want to break the table. I need a code that searches through my string to find image tags, then finds the size of that image. Then it checks if the image is too big and resize it down. I don't need the image to be physically resized but instead just have ...