• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:37    start  Previous  Next  Last    goto:
    Convert a MySQL date field using PHP Functions
    ON: 2009-05-08 11:12:42
    Today I am going to show you how to convert data returned from a MySQL database that was store as a date data type into a user friendly format. To do this you can take two different approaches. One way to do it is to use the function date_format() function in your query. The other way to to modify the date after it is returned.
    14 times | category:
    How to Paginate Data with PHP
    ON: 2009-04-17 10:35:34
    How to Paginate Data with PHP on NETTUTS.com for beginners
    24 times | category:
    PHP 5: MySQLi Prepared Statements
    ON: 2009-04-17 10:34:42
    This tutorial will guide you through creating MySQLi prepared statements. MySQLi is an extension/API for PHP that is also know as MySQL Improved. MySQLi is included with versions 5 of PHP and later that allows PHP developers to take advantage of all the features in MySQL 4.1.3. According to the manual:
    144 times | category:
    PHP and MySQL Introduction
    ON: 2009-03-08 11:35:44
    An introduction to using PHP with MySQL. Includes PHP code examples of basic MySQL operations, such as connecting to a database and executing SQL statements.
    10 times | category:
    Zend php connect to oracle using tnsnames
    ON: 2009-03-08 11:33:18
    This tutorial is teaching how to configure your application to using the tnsnames profile to connect to oracle database.
    3 times | category:
    Basic CRUD scaffolding with PHP Doctrine + Smarty
    ON: 2009-03-08 11:30:32
    Example of how a simple system for creating a CRUD interface from the information in the model classes.
    17 times | category:
    PHP Doctrine DQL recipes
    ON: 2009-03-08 10:01:34
    A list of examples using DQL and PHP Doctrine instead of SQL.
    30 times | category:
    Total Number Of Rows In MYSQL
    ON: 2009-03-08 10:00:49
    This tutorial will help you calculate the total number of rows in your MYSQL table with ease using simple php scripts.
    3 times | category:
    Create a Basic Shoutbox with PHP and SQL
    ON: 2009-03-08 09:57:32
    Create a Basic Shoutbox with PHP and SQL
    14 times | category:
    PHP MySQL example: image gallery (blob-storage)
    ON: 2009-03-08 09:53:57
    This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP ddthere is advanced browser-caching support (using If-Modified-Since header).
    33 times | category:
    Connect to a MySQL Database
    ON: 2009-03-08 09:41:21
    A basic tutorial on how to connect to a MySQL Database,
    4 times | category:
    File Uploads with PHP Doctrine
    ON: 2009-03-08 09:40:07
    An example of how to integrate uploads into the Doctrine validation process.
    12 times | category:
    Extending PHP Doctrine Record
    ON: 2009-03-08 09:36:43
    Here we extend PHP Doctrine records fromArray function to allow for check box group relations to be inserted in a straight forward way.
    13 times | category:
    PHP Doctrine introduction for dummies
    ON: 2009-03-08 09:12:10
    Short tutorial on how to create tables in a database and fetch information from said database with the Doctrine Object Relational Mapper.
    20 times | category:
    Code/Script to Copy MySql Database
    ON: 2009-03-08 09:09:08
    This is a very smart script to copy a mysql database (with contents) to another database or it simply duplicates/backups a mysql database
    6 times | category:
    How to empty all tables in a mysql database
    ON: 2009-03-08 09:03:15
    PHP script to automatically fetch table names and truncate all tables in a mysql database regardless the number of tables
    13 times | category:
    SQL Select Based on Text Inserted Into a Text Box
    ON: 2009-03-08 09:02:11
    This tutorial will walk you through using PHP to select entries from a database based on the text that is entered into a textbox on the site. This guide will also walk you through making the insert script to insert the comments into the database as well as help you make the database.
    9 times | category:
    Extending Zend DB Table
    ON: 2008-08-28 09:25:04
    Shows how you can extend the Zend DB Table which is an important part of the popular PHP framework, in order to do less database coding.
    62 times | category:
    An introduction to MySQL databases in PHP
    ON: 2008-08-28 09:23:53
    Databases and PHP is like Valentino Rossi and a bike, it works like a charm. In this tutorial you will be introduced to MySQL, a powerful database system.
    10 times | category:
    Creating a paging system with MySQL
    ON: 2008-08-28 09:20:54
    In this tutorial I will show you how to create your own paging system for a MySQL database table using PHP. You will learn how to have a list of pages automatically generated from the total row count on your table based on the limit of results to be displayed per page.
    7 times | category:
    Database Abstraction with Zend_Db - Part 2
    ON: 2008-08-28 09:19:53
    Database abstraction layers provide an important role in modern web applications built with PHP. They allow you to easily switch your back end database server by changing just a few lines of code in your application.
    124 times | category:
    PHP MySQL tutorial
    ON: 2008-08-28 09:19:13
    In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
    10 times | category:
    Monkey PHP: Database Basics
    ON: 2008-08-28 09:15:41
    Covering the basics of databases. Databases are a means to store data. Many dynamic websites are database driven because it means the data can be manipulated and output in any way you desire. Learn How
    3 times | category:
    A Brief Introduction to Using the Wonderful SQLite in your PHP Applications
    ON: 2008-08-28 09:14:46
    Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides
    18 times | category:
    Creating a simple SQL script executor
    ON: 2008-08-28 09:13:49
    In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.
    47 times | category:
    this:1/2 25records  total:37    start  Previous  Next  Last    goto:

    Category

      Ad Management (6)
      Calendars (3)
      Chat Systems (8)
      Content Management (47)
      Cookies and Sessions (12)
      Counters (16)
      Database Related (37)
      Date and Time (15)
      Development (27)
      Discussion Boards (8)
      E Commerce (9)
      Email Systems (15)
      Error Handling (8)
      File Manipulation (38)
      Flash and PHP (6)
      Form Processing (26)
      Guestbooks (13)
      Image Manipulation (26)
      Installing PHP (7)
      Introduction to PHP (32)
      Link Indexing (9)
      Mailing List Management (9)
      Miscellaneous (62)
      Networking (9)
      News Publishing (9)
      OOP (29)
      PEAR (7)
      PHP vs Other Languages (2)
      Polls and Voting (7)
      Postcards (1)
      Randomizing (15)
      Redirection (12)
      Searching (10)
      Security (34)
      Site Navigation (17)
      User Authentication (16)
      WAP and WML (7)
      Web Fetching (10)
      Web Traffic Analysis (16)
      XML and PHP (18)