Hello,
I have some files on a website which the user can download (e.g. pdf,
zip...). The files sould not bw displayes but the browser should aks the
user what to do (e.g. save it to disk, open it). My code look like this:
header("Content-type: application/octet-stream");
header("Content-dispositi
> Actually, this is in PHP 4.1.0 which has just been released...
>
> ..here's the line from the changelog:
>
> "Added 'W' flag to date() function to return week number of year
> using ISO
> 8601 standard. (Colin)"
If you have an older version you can use this line:
$week_number = strftime("
Hi,
I have some HTML including several pseudo tags like
After parsing I have an array $content[$i]["name"] where "name" is the name
of the parameters and $i the Counter of the tag. I'm using a regular
expression to find these tags and explode(" ", $my_tag_line) to geht the
parameters out. How ca
Do you remember the calendar.exe in good'ol Win3.11? I have several
.CAL-Files which I want to convert for using them in somewhat modern
software as my client still uses this oldtimer program. CVS as output would
do the trick. Can anybody help me?
Thanks in advance,
Uli
--
PHP General Mailing
Hi,
i have a form for uploading files to a server. It looks like this:
Whenever I choose a file bigger than about 4 or 5 MB i get an internal
server error. I changed the values for post_max_size, upload_max_file_size
and max_execution_time in php.ini - without any success. Does anyone knows
Hello,
I try to code a script where users can upload files to the server. Whenever
I hit the submit button PHP crashes. I run PHP 3.0.17, Apache 1.3 on a Win98
SE machine. My code looks like this:
Is this a known problem in the Win32 distribution or has anyone some hints?
Best regards,
Uli
6 matches
Mail list logo