Search found 7 matches
- Sun Jan 14, 2007 8:53 am
- Forum: PHP - Security
- Topic: Very Simple .. Please Check This Code
- Replies: 7
- Views: 1565
- Sun Jan 14, 2007 12:26 am
- Forum: PHP - Security
- Topic: Very Simple .. Please Check This Code
- Replies: 7
- Views: 1565
Everything is working good but being a beginner in php i don't feel safe using Unlink or SQl Delete i tried to read about the methods used to hack php and to learn how to protect my code but i am still a newbie and i know that i may miss major security stuff So I thought you people could help me che...
- Sat Jan 13, 2007 11:42 pm
- Forum: PHP - Security
- Topic: Very Simple .. Please Check This Code
- Replies: 7
- Views: 1565
Very Simple .. Please Check This Code
This code should take a Post from the user and delete a file after doing some checking the process Post Delete Code By User > Check > Search the DB for the File Name Related To This Delete Code > Check > Delete From The DataBase And Server can you please take a look at it and tell me if there is any...
- Sat Nov 04, 2006 10:59 pm
- Forum: PHP - Security
- Topic: The source of the POST
- Replies: 4
- Views: 1834
small thing to add, the variables i have is beeing POSTed from a software ( VB6 ) thanks timvw for ur help i will look into sessions, i will look into how to do that while posting from the software what if i have uploading form how can i protect it so people won't be able to design a page that could...
- Sat Nov 04, 2006 10:20 pm
- Forum: PHP - Security
- Topic: The source of the POST
- Replies: 4
- Views: 1834
- Sat Nov 04, 2006 10:01 pm
- Forum: PHP - Security
- Topic: The source of the POST
- Replies: 4
- Views: 1834
- Sat Nov 04, 2006 9:45 pm
- Forum: PHP - Security
- Topic: The source of the POST
- Replies: 4
- Views: 1834
The source of the POST
hii i hope you are having a good day when we have a php code that depends on informations from POST, i know i can always do a check the variables and make sure that they are safe to apply in my sql query, the thing is how can i make sure that this information is from the source that i want not from ...