Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #860
Ranked #3K

4 Posted Topics

Member Avatar for Alyana Diao

Make it a session variable, $_SESSION[xxxxxx] = "$xxxxxx"; now it will be assesible in all scripts for that users session.

Member Avatar for Dani
0
444
Member Avatar for DougC

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 …

Member Avatar for edgar5
0
143
Member Avatar for daz1034

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 …

Member Avatar for openwave
0
126
Member Avatar for DougC

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 …

Member Avatar for John A
0
101

The End.