I'm working on a class to get mails and saves it i an archive.
To grab the inlined images of the message i use 'preg_match_all' to grab the path to the images, which will be changed later.
It...
I'm working on a webbased file archive, and I'm not sure if I should make it store the different filetypes in a mysql database or a folder on the server!
Well the main reason is that the groups will be different companies, and I think that it might feel more secure (for them) if they get their own database.
I think that your...
Your welcome
Zabis and my methods are identical, except that I made a function that you could use each time needed which will keep your html more simple!
Hi
I have a application where different groups should be able to create their own "section".
I would like to have one database for each group. But how can I select which database to use upon the...
I have a function that validates the user to see if access is permitted.
Until now I have used this function as argument in a "IF" statement - if the user access is permitted the code inside...
I would like not to place the data in the url. But the last Suggestions looks interesting, but what does the "header('HTTP/1.1 307 Temporary Redirect')" do?