close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

show if area not correct show

Thread began 10/11/2011 10:09 am by info316330 | Last modified 10/13/2011 12:54 am by info316330 | 1761 views | 2 replies |

info316330

show if area not correct show

I created a web form for login/register user in the same form. All work but
using show if area if the login fails the area show a message (and this is correct)
but if the login success the area always show the same message and I don't want this.

Also when unique validation fails the correct redirect address is blog_details.php?idarticolo=1
but I have:
blog_details.php?idarticolo=1&idarticolo=1.
eed help

this is server validation in blog_login_fails.php
<?php
if ("" == "") {
$WAFV_Redirect = "blog_details.php?idarticolo=".$_SESSION['nonregistrato']['idarticolo']."";
$_SESSION['WAVT_blogloginfails_485_Errors'] = "";
if ($WAFV_Redirect == "") {
$WAFV_Redirect = $_SERVER["PHP_SELF"];
}
$WAFV_Errors = "";
$WAFV_Errors .= WAValidateUnique("siicom",$siicom,$database_siicom,"user","iduser","none,none,NULL","0","mail","',none,''","".($_SESSION['nonregistrato']['mail']) ."",true,1);

if ($WAFV_Errors != "") {
PostResult($WAFV_Redirect,$WAFV_Errors,"blogloginfails_485");
}
}
?>

and this is show if in blog_details.php from line 282

<?php
if (ValidatedField('blogloginfails_485','blogloginfails_485')) {
if ((strpos((",".ValidatedField("blogloginfails_485","blogloginfails_485").","), "," . "1" . ",") !== false || "1" == "")) {
if (!(false)) {
?>
<p class="error">L'email o la password che hai inserito sono errate. Prova di nuovo oppure Recupera i dati</p>
<?php //WAFV_Conditional blog_login_fails.php blogloginfails_485(1:)
}
}
}?>

Sign in to reply to this post

Jason ByrnesWebAssist

On the blog_details.php page, add the following code after the </html> tag:

php:
<?php

if(isset($_SESSION['WAVT_blogloginfails_485_Errors'])) unset($_SESSION['WAVT_blogloginfails_485_Errors']);
if(isset(
$_GET['idarticolo'])) unset($_GET['idarticolo']);
?>
Sign in to reply to this post

info316330

Now work fine. Thank

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...