Search found 2 matches

by info@wawasoft.com
Sun Jan 12, 2020 4:39 pm
Forum: Content Management System
Topic: CMS and PHP7 and mysqli
Replies: 2
Views: 15490

CMS and PHP7 and mysqli

Hi Pablo, I am trying to run CMS page developed with webbuilder ver 15.2.0 based on available template. Unfortunately it stops every time when the functions: mysql_connect() mysql_select_db() mysql_real_escape_string() mysql_query() and others are called. When I change functions for mysqli......() a...
by info@wawasoft.com
Thu Nov 21, 2019 12:45 pm
Forum: Forms
Topic: Regex for expression validation
Replies: 1
Views: 2277

Regex for expression validation

Hi, I would like to know whether I can use REGEX for expresion validation in WYSIWYG WEBBUILDER. I need to validate national identification number. It consists of 11 digitis and there are some limitations for each of this. The REGEX rule is the following: [05-9]{1}\d{1}[0-3]{1}\d{1}[0-3]{1}\d{6} How...