- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Make it a session variable, $_SESSION[xxxxxx] = "$xxxxxx"; now it will be assesible in all scripts for that users session.
I have an application I originally wrote in VB2005. It ran fine on Win/XP and Vista 32bit. It would not run on Vista x64 nor would it provide an error message other than "A problem caused the program to stop working correctly.....". I dumped VB2005, got VB2008 Express and converted …
Before you do anything with the data, you need to sanatize it. This means get rid of characters hackers can use to invade your server. At a bare minimum, <code=PHP> $_POST[xxxx} = str_replace array('<', '>', '[', ']', '{', '}', '\'), "", $_POST[xxxx]); </code> Common sense comes into play here, if …
Need some assistance here... I can tar a file and I can gzip the tar'ed file but... when I download the gzipped tarfile and uncompress it on WIN/XP and go to edit an html file, it always prompts asking if I want to convert it to DOS format. Is there …
The End.
DougC