TOA Posted December 7, 2011 Share Posted December 7, 2011 There is a standard... people here just don't see it as that. You mean people don't see it your way. I've been following this post since it's inception, and they have given you thorough answers several times. Admit that you're the one not understanding and we can move on.. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1295272 Share on other sites More sharing options...
Matt Ridge Posted December 7, 2011 Author Share Posted December 7, 2011 There is a standard... people here just don't see it as that. You mean people don't see it your way. I've been following this post since it's inception, and they have given you thorough answers several times. Admit that you're the one not understanding and we can move on.. I said that continuously through this entire topic. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1295274 Share on other sites More sharing options...
Pikachu2000 Posted December 7, 2011 Share Posted December 7, 2011 Not once did you say, "If I have this specific piece of data and this is exactly what I'm planning to do with it, what is the best way to handle it?" I don't think it's fair or reasonable to expect others to automatically string together an all-encompassing tutorial just because you demand examples. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1295279 Share on other sites More sharing options...
Matt Ridge Posted December 13, 2011 Author Share Posted December 13, 2011 Not once did you say, "If I have this specific piece of data and this is exactly what I'm planning to do with it, what is the best way to handle it?" I don't think it's fair or reasonable to expect others to automatically string together an all-encompassing tutorial just because you demand examples. Sorry to bring this up again, but I've been busy in real life. I asked for examples of how it is used, I would of figured that people who use these functions all the time would say, when posting, use it like x, when editing use it like x, when showing data use it like x. There are only so many ways show data... and to validate and sanitize only really works one way... under most circumstances. When I first created this post I didn't have examples to show because I was working on the code as the thread was being explained. It doesn't matter anyway, I am skipping php and going to program based languages... thanks for the help either way. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1297615 Share on other sites More sharing options...
xyph Posted December 13, 2011 Share Posted December 13, 2011 It doesn't matter anyway, I am skipping php and going to program based languages... thanks for the help either way. I've never heard of these 'program based languages,' but I'm sure they'll be much easier than PHP to learn and understand. Best of luck. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1297627 Share on other sites More sharing options...
KevinM1 Posted December 13, 2011 Share Posted December 13, 2011 Not once did you say, "If I have this specific piece of data and this is exactly what I'm planning to do with it, what is the best way to handle it?" I don't think it's fair or reasonable to expect others to automatically string together an all-encompassing tutorial just because you demand examples. Sorry to bring this up again, but I've been busy in real life. I asked for examples of how it is used, I would of figured that people who use these functions all the time would say, when posting, use it like x, when editing use it like x, when showing data use it like x. There were about 5 pages of that. There are only so many ways show data... and to validate and sanitize only really works one way... under most circumstances. And those circumstances are context-dependent. Or do you think that a cardboard box company has the same data requirements as a bank? When I first created this post I didn't have examples to show because I was working on the code as the thread was being explained. You had a link to a tutorial site which said more or less what we did, with a variety of code examples. It doesn't matter anyway, I am skipping php and going to program based languages... thanks for the help either way. Good luck. PHP is considered one of the easier languages to learn. Moreover, the problems of validation and sanitizing are universal. If you're going to be writing code for the web, you'll run into the same thing, handled in similar ways, regardless of language. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1297642 Share on other sites More sharing options...
Matt Ridge Posted December 19, 2011 Author Share Posted December 19, 2011 Not once did you say, "If I have this specific piece of data and this is exactly what I'm planning to do with it, what is the best way to handle it?" I don't think it's fair or reasonable to expect others to automatically string together an all-encompassing tutorial just because you demand examples. Sorry to bring this up again, but I've been busy in real life. I asked for examples of how it is used, I would of figured that people who use these functions all the time would say, when posting, use it like x, when editing use it like x, when showing data use it like x. There were about 5 pages of that. There are only so many ways show data... and to validate and sanitize only really works one way... under most circumstances. And those circumstances are context-dependent. Or do you think that a cardboard box company has the same data requirements as a bank? When I first created this post I didn't have examples to show because I was working on the code as the thread was being explained. You had a link to a tutorial site which said more or less what we did, with a variety of code examples. It doesn't matter anyway, I am skipping php and going to program based languages... thanks for the help either way. Good luck. PHP is considered one of the easier languages to learn. Moreover, the problems of validation and sanitizing are universal. If you're going to be writing code for the web, you'll run into the same thing, handled in similar ways, regardless of language. The only person that gave me an answer was kicken... that being said computer languages such as phython and Objective-C are easier to learn than PHP due to the fact that there are standards. Thanks for your help either way. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1299325 Share on other sites More sharing options...
KevinM1 Posted December 19, 2011 Share Posted December 19, 2011 Locking this thread because you don't know what you're talking about, and this discussion has run its course. Link to comment https://forums.phpfreaks.com/topic/252222-sanitizing-hows-the-best-way-of-doing-it/page/4/#findComment-1299329 Share on other sites More sharing options...
Recommended Posts