Forum: PHP Feb 15th, 2007 |
| Replies: 4 Views: 2,573 PHPFreaks is more better... i got immediate responce for this thread...... :(.... daniweb Looks good ... but ... not THAT active :( |
Forum: PHP Feb 12th, 2007 |
| Replies: 4 Views: 2,573 Hi,
i want to upload a video file (mpeg, mpg, wmv) and wanted to display the first frame of the video as a thumbnail. so video will start to play in a enlarged mode when user clicks the thumbnail... |
Forum: PHP Feb 11th, 2007 |
| Replies: 7 Views: 6,564 yes... thats in the server !!.. but if the session lifetime in the server is set to infinite then using the code below you can make the session lifetime to 0.
header("Expires: Thu, 17 May 2001... |
Forum: PHP Feb 11th, 2007 |
| Replies: 1 Views: 1,007 Hi,
The code below is to copy the files from one dir to another. here in the function dircopy $verbose is set to false. and later a action is done when the $verbose is true. in between there are no... |
Forum: PHP Feb 9th, 2007 |
| Replies: 3 Views: 2,129 can you be more specific ?, if you could show the code it will be easy to troubleshoot. |
Forum: PHP Feb 8th, 2007 |
| Replies: 7 Views: 6,564 FABULOUS !!..
thats really very nice usefull piece of information by php_daemon ! Thanks !
so if i am correct... the simple sessions are created by setting the cookie date to the past on the... |
Forum: PHP Feb 8th, 2007 |
| Replies: 1 Views: 3,443 i too would like to know about this !... i know in asp that this can be done using global.asa file and what would be the way to do the same in PHP ? !!... |
Forum: PHP Feb 8th, 2007 |
| Replies: 7 Views: 6,564 yes !.. session id is stored in a cookie... but the above 2 replies seems to be completly contradict. There are cases where a session will end once the browser is closed like gmail. what will happen... |
Forum: PHP Feb 7th, 2007 |
| Replies: 5 Views: 3,420 Hi,
Calculate the time stamp for one day(strtotime), now get the timestamp for the birthday and the timestamp for the currect server time.. when the timestamp of B'day is equal to (timestamp of... |
Forum: PHP Feb 7th, 2007 |
| Replies: 7 Views: 6,564 Hi !,
I have some questions on session variables,
when a user logs in to a site, then opens a link in a different browser will the same session continue for the second browser ?..... i hope... |
Forum: MySQL Jan 18th, 2006 |
| Replies: 0 Views: 1,599 hi
i am extremly a newbie and i have a doubt.
i have wamp server installed, if i create the mysql database on my system using phpmyadmin how can i upload that database to the remote server ?,... |