In order to have these functions available, you must compile PHP with
msql support by using the
--with-msql[=DIR] option. DIR is the mSQL
base install directory, defaults to /usr/local/msql3.
Note to Win32 Users:
In order to enable this module on a Windows environment, you must copy
msql.dll from the DLL folder of the PHP/Win32
binary package to the SYSTEM32 folder of your windows machine.
(Ex: C:\WINNT\SYSTEM32 or
C:\WINDOWS\SYSTEM32)
There are two resource types used in the mSQL module. The first one
is the link identifier for a database connection, the second a resource
which holds the result of a query.
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.
ref.msql 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.msql 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.