Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-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) ...
Sillentre's user avatar
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 ...
nlangerdev's user avatar
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 ...
user avatar
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 ...
AAA's user avatar
  • 3,168
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 ...
designer-trying-coding's user avatar