No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Hello, Just a quick quesiton, are you a 100% sure the session data file is being stored locally on the machine? (had a similar issue when the /tmp folder on a linux box was full), ensure that session storage is correct and working - the code itself though is without … | |
![]() | Re: Hello, You're best off using something like this to launch your other process: [CODE]$pid = shell_exec("nohup $Command > /dev/null 2>&1 & echo $!");[/CODE] where $Command is the command executed be it php /path/to/file.php etc.. That there would execute the process, and give you a running process ID. You can then … |
Re: Only think I will point out, Is that the uploaded image when stored would have to be converted to jpeg for that to exclusively work. When working with files you have the option of giving the uploaded images specific filenames and then rendering them through the use of functions such … | |
Re: Hello, In short yes - passwords are not transmitted back in that way as in one form or the other they would be plain text. If someone crafty were to open up the source on the page they'd have access to that persons password from the returned incomplete form. Kind … |
The End.