These functions interface the MCVE API (libmcve), allowing you
to work directly with MCVE from your PHP scripts. MCVE is
Main Street Softworks' solution to direct credit card processing
for Linux / Unix ( http://www.mainstreetsoftworks.com/ ).
It lets you directly address the credit card clearing houses via
your *nix box, modem and/or internet connection (bypassing the
need for an additional service such as Authorize.Net or Pay
Flow Pro). Using the MCVE module for PHP, you can process
credit cards directly through MCVE via your PHP scripts. The
following references will outline the process.
Note:
MCVE is the replacement for RedHat's CCVS. They contracted with
RedHat in late 2001 to migrate all existing clientele to the
MCVE platform.
Note: This extension is not
available on Windows platforms.
To enable MCVE Support in PHP, first verify your LibMCVE installation
directory. You will then need to configure PHP with the --with-mcve option. If you use this
option without specifying the path to your MCVE installation, PHP
will attempt to look in the default LibMCVE Install location
(/usr/local). If MCVE is in a non-standard location,
run configure with: --with-mcve=$mcve_path, where $mcve_path
is the path to your MCVE installation. Please note that MCVE
support requires that $mcve_path/lib and $mcve_path/include exist,
and include mcve.h under the include directory and
libmcve.so and/or libmcve.a under
the lib directory.
Since MCVE has true server/client separation, there are no additional
requirements for running PHP with MCVE support. To test your
MCVE extension in PHP, you may connect to testbox.mcve.com on
port 8333 for IP, or port 8444 for SSL using the MCVE PHP API.
Use 'vitale' for your username, and 'test' for your password.
Additional information about test facilities are available at
http://www.mainstreetsoftworks.com/.
Additional documentation about MCVE's PHP API can be found at
http://www.mainstreetsoftworks.com/docs/phpapi.pdf. Main Street's
documentation is complete and should be the primary reference
for functions.
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
mcve_verifyconnection --
Set whether or not to PING upon connect to verify connection
mcve_verifysslcert --
Set whether or not to verify the server ssl certificate
mcve_void --
VOID a transaction in the settlement queue
Php ref.mcve Function syntax tag
ref.mcve php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ref.mcve syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.