hw_pConnect -- Make a persistent database connection
Syntax
int hw_pconnect ( string host, int port, string username, string password )
Returns a connection index on success, or FALSE if the connection
could not be made. Opens a persistent connection to a Hyperwave
server. Each of the arguments should be a quoted string,
except for the port number. The username
and password arguments are
optional and can be left out. In such a case no identification with
the server will be done. It is similar to identify as user anonymous.
This function returns a connection
index that is needed by other Hyperwave functions. You can have
multiple persistent connections open at once.
hw pconnect 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 hw pconnect 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.