Forum: PHP Feb 15th, 2007 |
| Replies: 4 Views: 1,684 |
Forum: PHP Feb 12th, 2007 |
| Replies: 4 Views: 1,684 Urgent help needed > uploading video files 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: 3,286 Re: PHP Session Variables 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: 712 $verbose... No idea yet, :-( 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: 1,323 Re: IF Conditions 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: 3,286 Re: PHP Session Variables 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 header... |
Forum: PHP Feb 8th, 2007 |
| Replies: 1 Views: 1,376 |
Forum: PHP Feb 8th, 2007 |
| Replies: 7 Views: 3,286 Re: PHP Session Variables 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: 2,048 |
Forum: PHP Feb 7th, 2007 |
| Replies: 7 Views: 3,286 PHP Session Variables 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 so...... |
Forum: MySQL Jan 18th, 2006 |
| Replies: 0 Views: 1,199 doubt abt uploading the database 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 ?,... |