PHP Tutorials

Whether just getting started or an expert, this vast collection of PHP tutorials will help you create dynamic content for powerful web-based applications in no time.

Results via Envato Market

By Siddharth Venkatesan on July 30, 2000 Setting Up The ODBC Connection I previously mentioned Leo West and its from this page that I found out how to create an ODBC link. To create an ODBC link, open up Control Panel and from within control panel, open up ODBC. The…

By Siddharth Venkatesan on July 30, 2000 The code on the prior page is pretty common place. Now we actually interface with the database. We can do this using the inherent ODBC functions within PHP and SQL. As the above form says, the action is going to be DataAccess.php3. So…

By Siddharth Venkatesan on July 30, 2000 Interfacing With Database Ok, now we can get down to the fun part, interfacing with a database! We first create 2 php files. One to act as a form to get data from the user and another to actually process the command. I…