Search results

  1. F

    Help write PHP regular expression?

    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!
  2. F

    Is there a free web hosting website with PHP and a file manager?

    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...
  3. F

    Is there a free web hosting website with PHP and a file manager?

    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...
  4. F

    how to execute php scripts in xampp?

    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...
  5. F

    Nokia 5300 XpressMusic or LG KP500 Cookie?

    Neither is particularly good, have you considered iPhone 3G 8Gb, should be in the same price range.
  6. F

    PHP help needed. Script to automatically delete files if new files are added to

    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...
Back
Top