MVC (newbie question)
Date: Sat, 31 Jul 2004 19:54:47 +0200
Hello,
I devellop a small application.
I have a php script with a form and I send data with a post to another
script for the validation.
I would like to know if it's possible than the second script reopen the form
script with apost method in case of error (In fact I would like to send some
data into this script form) and I would like redirect to another page if all
datas are valid.
Is it possible ? How can I do that ?
Thanks all.
Bernard
Relevant Pages
- Re: Security overview
... good input validation is a prereq - but there is more ... HtmlEncode is OK if you are emitting the output to HTML - if you are concatenating input into script blocks - this won't help you. ... redirecting a visitor to a victim web site while inserting his ... to validate all user input against special carachters if the ASP.NET ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Validation
... Yeah, I can see the simplicity advantage in script coding, but the ... In order to avoid obfuscating the data model with global validation ... A side effect of splitting it into a separate tree is that I have to ... (comp.databases.filemaker) - Re: Automated WSF argument validation: demo script.
... The "right" kind of tool for this job is a COM-accessible XML stream reader ... The script is a demo of automating argument validation ... >> end sub ... (microsoft.public.scripting.wsh) - Re: Security overview
... Dominick Baier - DevelopMentor ... good input validation is a prereq - but there is more ... concatenating input into script blocks - this won't help you. ... redirecting a visitor to a victim web site while inserting his ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Security overview
... yeah - that's the usual dilemma - you will learn a lot in your first "secure application" - maybe you should reserve some budget for penetration testing. ... Dominick Baier - DevelopMentor ... good input validation is a prereq - but there is more ... concatenating input into script blocks - this won't help you. ... (microsoft.public.dotnet.framework.aspnet.security) |
|