Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
A little background on the application.
I've got a document repository site which uses Jupload to upload multiple files in one ago. It was running fine on an external host (linux box) for a couple of months. Our company now decide to host it internally on a window box (server 2008 with IIS7). Now the same script would not upload files larger then 10MB (around there).
I cant even get the page to show php error it just, what seems to timeout and gives a http error 500.
here is my php.ini details
upload_max_filesize=1000MB;
post_max_size=1000MB;
max_input_time=3600;
file_uploads=1;
memory_limit=256MB;
max_execution_time=3600;
Ive also changed the IIS maxAllowedContentLength to 1GB.
The funny thing is when I test the upload script via local network it works fine, I can upload large amount of files but when I go through the internet it no longer works.
Any suggestion?
"SEO" URLs
Hey, I'm wondering how to go about creating and using these types of URLs. I'm presuming it's PHP that does this? I see them on Wordpress and Joomla and such but I've been trying to learn exactly how
php not working written for consumption of slots
1. Here is the function where i will be allowed to consume the slot booked by me.2. Here i check the unique reservation id, current server time & date.3. Then i ask the user to enter the
How to show more than 1 users with this code...
Hello,i have a table that shows users only if I, as Administrator, want to be shown. But its showing just 1 user and i want to show at least 4. If i copy the code, or use loop, its showing the same
Problem assigning value to variable in "IF" function
Does this script makes sense? I am trying to take the value that is set to "authenticat" and write it to authentication.I think it is getting messes up by the $authenticat = "1"
php slowing my site?
Hi all,I think that one of the reasons that my site doesn't work fast is that the code is very big.maybe in some cases there are un-optimal functions, I mean functions that I can improve them to get
SuperCali PHP Event Calendar
does anyone have any experience with the SuperCali PHP Event Calendar? I could use some assistance in writing a custom function for it, anyone ever messed with it before?
listcube issue
Hi
re calling a function without including file
Hi,i am new to programming in php, i was just checking the wordpress code and found out in the wordpress code they are calling the function get_header(); at the top of every page but above calling
Expandable Post Code
Hi,Hope you can help. Which currently I haven't upgraded to connect to a mysql server, so its all just plain html and php coding. I have a page that displays short news articles of about 25 30 words
pagination numbering pattern
Hello,I have following code which works great for pagination. but i have small issue now.Now the output is coming like this Quotemypage.php?page=2I want it like thisQuotemypage.php/2code-Code: