how to upload more than 50 mb? i tried but session was
expired....certain time .....i was set session duration
three days .... how to rectified? if any one know that post
ur answer as soon as possible? thanks
Answer / manohar
if you want to upload more than 50mb file then increase the
memory size in the php.ini and restart the WAMP.
| Is This Answer Correct ? | 5 Yes | 0 No |
How can I convert ereg expressions to preg in php?
What is php variable?
What are php strings?
What is the use of header() function in php?
What is cookie?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
Which PHP function would you use to send an email?
How to make a file encrypt and decrypt?
How to set session.gc_divisor properly?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
hi here one small project given to me in an software company during interview. one page that would count down till 9pm (today means every day before 9pm it would count down to zero) this means there will show how many mins. sec. and hours are left till 9pm so it would be like 1 hr 20 mins 23 sec. then it up count down every sec and then show 1hr 20mins 22sec left till 9pm once the count down reaches zero it would show a flesh player video will autostart. the flash player will be from http://www.longtailvideo.com/players/jw-flv-player/ (the player is embed into the page.) that same page will track to see if they have already seen the video using php sessions then if they go back to that page it would redirect them to a new page saying that they have already wathed the video.
What are the different types of php variables?