Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to upload in IIS a php file but it fails, I don't know why.
I have found the following references:
Reference 1,
Reference 2
but still didn't found a proper step by step guide.
Any references is appreciable,
Thanks in advance
you need to check the permissions on the uploading directory. For more information chekc the following URL
http://social.technet.microsoft.com/Forums/windows/en-US/fe6fc533-8688-4faf-848c-ba98cd6d6ec0/iis7-php-permissions-issue
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I created a new PHP project using Netbeans and i have some trouble referencing the very same css file to all my links in the project.
This is what I have:
If you know why this is happening please let me know.
It's a path problem
In register.php you should use ../css/style.css because register.php is in a subdirectory (links), index.php is in root path, then you can use css/style.css
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I have a page 'Error 404' and the address is like http://myurl.com/error404
the php file of error404 require's the index.php to properly show it.
I need a php code that will load or show the content in the url above without redirecting/changing the url. thanks
echo file_get_contents("http://myurl.com/error404");
Works also for URLs.
DOCS
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
It might be a strange question but I am asked if it is possible and I don't know the answer.
In Windows it is possible to add details to a file, like an author and labels etc.
Is there any way in PHP I can read these details when this file is uploaded to the server (our client would like to use it to tag files on their server).
That information you mention it's called metadata.
You can use this php library to do the trick.
http://getid3.sourceforge.net/
Out of the box functionality doesn't pass this information when uploading files using PHP.
The documentation for $_FILES shows all of the details you can get about the file
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Hello I want setup the download zip file as response when someone request a action in symfony2. Please help me or provide me some code.
You can find a full demo here :
http://www.piotrbelina.com/symfony-2-sending-a-file-to-download-from-controller/
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I am new to pchart, I already downloaded the latest version of pChart and test an example and it worked fine for me, and then I tried to test this: drawGradientArea.
When I copied and pasted the code in my php file, it did not show the output or the image.
How do I show the image like the link that I provided?