Forum: PHP Oct 23rd, 2009 |
| Replies: 4 Views: 285 After a long time of trying a lot of different solutions, it turns out to be simple. In my post I forgot to mention that the php-script runs on a Linux box but it must be possible to run it under... |
Forum: PHP Oct 23rd, 2009 |
| Replies: 4 Views: 285 Renaming is not an option. The file name is also used. As you can see, the file names are names of people and are build like "full name_company_country" and in the php file I seperate the elements... |
Forum: PHP Oct 22nd, 2009 |
| Replies: 4 Views: 285 For a project I'm working on, lots and lots of jpg files need to be converted to thumbnails and shown on a website. It is not complicated to read a directory, filter out all the jpg files and create... |
Forum: PHP Jan 6th, 2009 |
| Replies: 6 Views: 101,589 Thank digital-ether for this part: onclick="return (confirm('do you really want to delete the stuff?'))
Tried it with a submit button in a form and it even works here. Perfect. Just what I was... |