Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
The easy way to know
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Just as any application, MS Access has specifications and limitations that should be remembered. The following tables specify the maximum…
Rich Text Format (often abbreviated as RTF), to surprise of many, is quite complex text data format. During its long…
Portable Document Format (PDF) is a file format created for the document exchange. Each PDF file encapsulates a complete description…
The Xdebug is the extension for PHP that helps debugging PHP scripts by providing a lot of valuable debug information.…
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example…
Array does not have to be a simple list of keys and values; each array element can contain another array…
Below is the code for connecting to a MSSQL Server database. <?php$myServer = “localhost”;$myUser = “your_name”;$myPass = “your_password”;$myDB = “examples”;…