User Profile

Collapse

Profile Sidebar

Collapse
coder10
coder10
Last Activity: Mar 24 '10, 04:33 PM
Joined: Mar 3 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • coder10
    started a topic MS Access ODBC error with PHP
    in PHP

    MS Access ODBC error with PHP

    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
    See more | Go to post

  • 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)
    ...
    See more | Go to post

    Leave a comment:


  • 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+)*(\.[/]
    ...
    See more | Go to post
No activity results to display
Show More
Working...