All Questions
5 questions
-2
votes
1
answer
31
views
PHP - Values into any document file [closed]
my question is about PHP values into any file like:
.odt
.doc
.docx
.pdf
Is it possible to "transport" some of value from PHP e.x. $customer_name, into ready template of file? (.odt, .doc, .docx)
...
0
votes
1
answer
297
views
How can I change a file to read only when a user is viewing it?
I want to enable only one user at a time, to edit a file.
File would be edited through either tinyMCE or another WYSIWYG editor.
Example:
When User A is editing file f, user B will have to wait ...
0
votes
1
answer
501
views
Connecting to POP3 via PHP to check for e-mail upload
How would I connect to POP3 via e-mail so that I can check if a file has been sent to an e-mail address so I can rename that file with the e-mail address it was sent from? I can do the end part by ...
1
vote
3
answers
142
views
Storing files under the root
From my previous discussions here i took away the fact that files are secure if you put them under the root. I spoke with the person who handles this for me, he says if we block public access, then ...
3
votes
2
answers
2k
views
email file via php form
I researched over the internet, but could not find what i need :/
I have a contact form, (php). I dont have any database. it is a simple php email form, but now I need to make it with file ...