The save tag has no wiki summary.
3
votes
2answers
3k views
Setting folder to be writable by apache/php in windows?
I have a local test server, and I am attempting to write a file with PHP. I am getting a message that the folder (../uploads/) does not exist or I do not have permission.
My directory structure is
...
2
votes
2answers
187 views
Is there anyway i can create an intranet request form and have it be stored in a database?
I am trying to create a form for my companies intraNet site. The idea is as follows:
An employee wants to make a purchase, so they will go to the appropriate page in the intraNet
They will fill out ...
1
vote
2answers
44 views
What is the recommended way to handle opening attachments from a webpage?
When creating a website, depending on how a browsers Mime-Types are setup, downloading attachments can have different behaviors. Is there a website that talks about this and suggests a ...