Search results

  1. corewerx

    MDB2 Syntax Error

    Anyone want to take a stab at telling me where the syntax error is in this block of code: $dbtable = 'cw_users'; $dbfields = array ('text', 'text', 'text', 'text', 'date', 'date', 'integer', 'text', 'integer', 'integer'); $dbdata = array('user_name' => $username, 'user_password' => $password...
  2. corewerx

    PEAR Package Request

    Greetings... After browsing around the forums, I noticed that the PEAR packages for HTML/Common, and HTML/QuickForms were requested by another user. Is it possible to also get their PHP 5 equivalents, namely HTML/Common2, and HTML/QuickForm2? My development work is all in PHP5, with a planned...
Top