| Visit tutorial >> |
| This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import function in phpMyAdmin will not import the way you want. |
| Hits: 1217 |
| Visit tutorial >> |
| This is an 11 part video tutorial series. It includes installation of all the components needed for creating data driven websites with Dreamwweaver, PHP, Apache, WAMP5, EMS MySQL Lite. It also explains the basics of connection to the DB, inserting, updating and deleting data in the Database. |
| Hits: 853 |
| Visit tutorial >> |
| This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using a specific algorithem and loop. |
| Hits: 275 |
| Visit tutorial >> |
| Simple way to split your content over multiple pages without creating tons of files. |
| Hits: 7296 |
| Visit tutorial >> |
| Creating a Templating System Using Object Oriented Programming. When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the structure (HTML) from the style (CSS) from the code/content (PHP and database) with PHP?s object oriented programming functions. |
| Hits: 1146 |
| Visit tutorial >> |
| Alternating row colors with PHP and mySQL. Well frankly I am tired of answering the same question over and over and would like a place to just point people for an answer. The examples in this tutorial are using PHP and mySQL. But the theory can easily be applied to any other programming language or database system. |
| Hits: 401 |
| Visit tutorial >> |
| You can find loads of new features in this incarnation of Infinite-Fire Browse thourgh Photoshop, PHP, CSS and Webmaster Tutorials. There are now unique articles on all aspects of web design. |
| Hits: 266 |
| Visit tutorial >> |
| This tutorial assumes you've correctly setup MySQL database and Connector/J JDBC driver. What are Database URLs in JDBC? URL stands for "Uniform Resource Locator". You will be familiar with HTTP URLs that you normally use to access a web site. URLs are used to identify a resource using a unique name. Same goes for database URLs in JDBC. JDBC requires that all database connection strings should be represented by URLs. |
| Hits: 352 |
| Visit tutorial >> |
| Do you have a lot of MySQL results that are displayed on a single page? These results could consist of virtually anything to include news articles member listings products or whatever you want. Scrolling down through tons of results can be a real drag. In this tutorial we re going to cover how to create some very simple code to create page numbers and limit the number of results per page that you have. |
| Hits: 608 |
| Visit tutorial >> |
| Here you will learn how to write a basic PHP script that allow visitors to post comments on your page. It is very useful and don't worry, it's very easy. The first thing you will need is a form that asks information to the poster. |
| Hits: 1250 |