Anyone know what could this be and how to resolve
Fatal error: Call to undefined function getodbcrowscoun t()
The php with following line code $rows = GetODBCRowsCoun t($dbResult);
is placed in xampp\htdocs folder
User Profile
Collapse
-
MS Access ODBC error with PHP
-
Thanks for the reply, i hope that is Javascript right? i found script from w3school as follows
What is the difference between the earlier one and this one,
...Code:<script type="text/javascript"> function validate_email(field,alerttxt) { with (field) { apos=value.indexOf("@"); dotpos=value.lastIndexOf("."); if (apos<1||dotpos-apos<2) -
Script correction for validating email text field
Hi,
Can anyone make me understand in JavaScript what is all which are in bold, I need simple function to validate a text-field on a form that is to hold an email address. The below in bold is complex for me to understand. Please make correction or provide new function.
...Code:<script type="text/javascript"> function validateEmail(Form) { [B]if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.[/]
No activity results to display
Show More
Leave a comment: