php-windows Digest 22 Aug 2008 08:20:14 -0000 Issue 3511
Topics (messages 29009 through 29010):
Re: passing data will not display
29009 by: cs.monty
ini_set Problem
29010 by: p4pravin
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Can you please post your code
oamram wrote:
>
> Hi All,
>
> i am very new to php, i need to pass data from database column to an html
> page to be displayed. i manage to pass the data however it does not show
> in the html page, i know that because i can see the data in the page
> address. however that data is not diplayed in the page.
>
> thank you very much for your help, Omer.
>
--
View this message in context:
http://www.nabble.com/passing-data-will--not-display-tp19092628p19093528.html
Sent from the Php - Windows mailing list archive at Nabble.com.
--- End Message ---
--- Begin Message ---
Hello all,
I want to upload around 10 mb file size....
and i am using windows server
i write the following code
ini_set("memory_limit","25M");
ini_set("post_max_size","50M");
ini_set("upload_max_filesize","20M");
set_time_limit(0);
and i also specifiy MAX_FILE_SIZE hidden variable in Form ....
but it give me UPLOAD_ERR_INI_SIZE error
means File size exceeded php.ini value...
I do not have writes to change the php.ini...
So i must have to set it by ini_set function........but its not
working......
Any idea whats going wrong and how can i solve this problem.....
regards
--- End Message ---