Categories
PHPTips and Tutorials → Database-Related

Creating Dynamic Next / Previous Buttons with PHP and MySQL

This tutorial explains how to program Next / Previous buttons with a dynamic, reusable class using PHP and MySQL or PostGreSQL.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHPLIB and multiple databases

This 6-page article explains how to create an extension to PHPLIB to work with multiple databases. You may find this article helps you extend PHPLIB in other ways. Read this article to the end and then think about situations where PHPLIB performs 98%...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Uploading, Saving and Downloading Binary Data in a MySQL Database

This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database. This article is split into three pages: Setting up the database, Creating the &apos...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Are PHP and MySQL the Perfect Couple?

Many devs using MySQL have fallen in love with PHP. Jason Gilmore explains why they''re the perfect couple. This is ore of an introductory article on PHP and MySQL covering such topics as features of PHP and MySQL, and how to use PHP to interact...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Accessing a Microsoft SQL Server database from PHP running under Linux

This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

ODBC with PHP: Tips and Hints on Windows

ODBC is one of Microsoft''s earliest technologies for connecting to databases. This article describes how to setup and use ODBC from a PHP perspective. Also discusses ODBC extension bugs, database wrapper libraries, Microsoft''s ADO (which ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP 101 (part 4) - Look, Ma...It''s Alive!

One of the most compelling things PHP has going for it is it support for a wide variety of databases. This part 4 of the PHP 101 is going to take advantage of that database support to create dynamic data-driven Web sites. This primer covers different...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Database Normalization And Design Techniques

One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in orde...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Admin user interface: adding and deleting users

This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL database.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Connecting to a mySQL database

This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP, SHOW available tables, Using telnet to CREATE tables, How to INSERT, QUERY, UPDATE, and DELETE rows in a t...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com