I have a six digit number, like 123456. I want to display it like 12 3 456. So 2 numbers, space, 1 number, space, and then 3 numbers.
Can some one write a regular expression how to do this? Thanks!
Don't be cheap! I only pay 5 euros per month (60 euros a year). For this tiny amount (a price of a video game), I get my own .com domain, unlimited subdomains, unlimited MySQL databases, 10 GB of storage and unlimited data transfer. If you think that all this is not worth measly 5 euros a month...
Don't be cheap! I only pay 5 euros per month (60 euros a year). For this tiny amount (a price of a video game), I get my own .com domain, unlimited subdomains, unlimited MySQL databases, 10 GB of storage and unlimited data transfer. If you think that all this is not worth measly 5 euros a month...
Make sure the virtual server is running. Just start XAMP and click on the Apache. When it says "running", you're good to go. Make sure you put all your scripts in the correct folder (no other folder will work). And run them by putting "localhost" in the address bar before the actual location of...
image gallery? I have a PHP script that allows users to upload images to their galleries, but to save space on the server, I want to limit the number of images they can upload to, for example, 10. If they upload 11th image, I want the script to automatically delete the OLDEST image from the...