Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~580 People Reached
Favorite Forums
Favorite Tags
php x 4

4 Posted Topics

Member Avatar for razer.anthom

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 …

Member Avatar for nav33n
0
222
Member Avatar for conandor

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 …

Member Avatar for helraizer
0
133
Member Avatar for chitra1

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 …

Member Avatar for iFuseDan
0
150
Member Avatar for ryy705

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 …

Member Avatar for ryy705
0
75

The End.