• home
  • forum
  • my
  • kt
  • download
  • this:1/27 25records  total:658    start  Previous  Next  Last    goto:
    Creating Your First Joomla Template
    ON: 2009-05-08 11:17:16
    Creating Your First Joomla Template
    46 times | category: [Content Management]
    Simple PHP Website Templates
    ON: 2009-05-08 11:15:22
    So you have a basic HTML site with 100 pages, what happens when you want to change the title tag? Well, if you aren’t using PHP includes, you will have to update each file. Wouldn’t it be nice if you could make the change to one file and it would update every page? That is what we will accomplish with our basic PHP template tutorial.
    17 times | category: [Site Navigation]
    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: [Database Related]
    How to Get a Users Geo Location?
    ON: 2009-05-08 11:10:05
    Every wonder how all of those dating ads know that you are looking for hot girls near (insert your city here)? Well if you are a complete nerd like me you probably ignored the hot girls and wondered: “How did they know where I live?”. There are a few simple ways to do this. Today I am going to show you how to GeoCode using MaxMind’s free version.
    11 times | category: [Web Traffic Analysis]
    Ajax triple dropdown
    ON: 2009-05-08 10:58:39
    This "short" code will populate 3 dropdown in each other. Visit for the source code: http://sfx.site40.net/ajax3.php Go to phpmyadmin
    10 times | category: [Form Processing]
    Protect your script from hackers: by validating HTTP GET variable names
    ON: 2009-05-08 10:57:30
    $_GET data is usually passed to the browser to indicate what page or article to load from a Website and may be used to make a query to your MySQL database. You probably already have protected your MySQL database from SQL injection attacks. Let's take an extra step to protect the valuable data your MySQL tables hold. You can prevent users from messing with URL Query Strings by validating validating $_GET data before you execute anything with it.
    22 times | category: [Security]
    URL Query String Basics
    ON: 2009-05-08 10:52:38
    Have you noticed an URL with a question mark following the filename? Most probably you have. This is a technique used to pass data to web pages using URL query strings. What is a URL query string?
    22 times | category: [Introduction to PHP]
    Serious considerations before upgrading to PHP 5.3
    ON: 2009-05-08 10:37:32
    PHP V5.3 has numerous new features such as namespaces, closures, object handling, object-oriented programming, and Phar. There are also some backward-compatibility issues you should be aware of with PHP v5.2. This article provides clear guidance for migrating your Web application to work with PHP V5.3. and for building more powerful and secure PHP apps.
    7 times | category: [Development]
    SQL injection attack prevention: protect your script from hackers
    ON: 2009-04-19 14:48:51
    Anybody that codes a script that accepts user input and inserts data into a sql database must make sure the database's integrity is protected. Is your database safe from SQL injection attacks?
    20 times | category: [Security]
    PHP: Ping with Pear
    ON: 2009-04-19 14:37:37
    Using the PEAR Ping package learn how to create a script that will ping a server. Upon failure the script will email the results to any person you prefer.
    39 times | category: [PEAR]
    Learning OOP in PHP ASAP
    ON: 2009-04-19 14:18:12
    Learning OOP in PHP ASAP
    30 times | category: [OOP]
    Sanitize and Validate Data with PHP Filters
    ON: 2009-04-17 17:13:44
    Sanitize and Validate Data with PHP Filters
    37 times | category: [Miscellaneous]
    PHP: Starting Trigonometry
    ON: 2009-04-17 16:08:54
    The purpose of this tutorial is to get a user to enter a value and a script will determine the cosine, sine and tangent.
    9 times | category: [Miscellaneous]
    Creating a short url service with php and mysql
    ON: 2009-04-17 15:39:23
    the tutorial use php, mysql and mod rewrite to create a website that allows you to store and shorten links allowing users to shotern the urls!
    62 times | category: [Link Indexing]
    PHP Basics
    ON: 2009-04-17 11:26:01
    A very basic intro to php. We'll go over if statements, loops, and php mixed with html.
    14 times | category: [Introduction to PHP]
    Create PDF with PHP
    ON: 2009-04-17 11:25:12
    Want to learn how to create pdf with php? Check this quick tutorial.
    53 times | category: [Introduction to PHP]
    Basic PHP/MySQL One-Page Guestbook Tutorial
    ON: 2009-04-17 11:17:58
    In this tutorial, I'll show you how to create simple PHP guestbook using only one PHP file. We will create the PHP/MySQL Guestbook in four phases 1) Setting up the database 2) Creating the Guestbook form 3) Coding the PHP script that will process the guestbook submissions 4) Coding the PHP script that will display the guestbook entries
    30 times | category: [Guestbooks]
    Introduction to Form Submission PART II
    ON: 2009-04-17 11:13:12
    Basic form submissions in PHP part II. This tutorial is more advanced than Part I but still basic
    11 times | category: [Form Processing]
    Introduction to Form Submission PART I
    ON: 2009-04-17 11:11:49
    Here's a basic tutorial to explain form submission. I say "basic", although this sort of thing is invaluable to a newbie wanting to get the gist of how it works. Here we go!
    14 times | category: [Form Processing]
    Creating login/registration forms with php
    ON: 2009-04-17 11:10:56
    This tutorial will help you as a beginner to create a simple login page for your php projects, in this tutorial you will learn about sessions in php, inserting and retrieving records from mysql server.
    101 times | category: [Form Processing]
    Creating and using Phar archives in PHP V5.3
    ON: 2009-04-17 11:05:37
    This article takes a close look at the new PHP5.3 feature called Phar, which is an archive format that can be used within PHP. Phar can be used to not only archive files but also to deliver and run an entire PHP application from a single file. Unlike JAR archives, Phar archives can be processed by PHP itself and don't require an external tool to create or use them.
    7 times | category: [File Manipulation]
    Uploading unknown number of files using php & JS
    ON: 2009-04-17 11:03:08
    You can use a static html to upload files but what if the user needs to upload more than one file and in the same time another user needs to upload just one file, that’s why we will use javascript to add content to the html page.
    70 times | category: [File Manipulation]
    PHP E-mail with attatchment
    ON: 2009-04-17 10:54:10
    This is a simple code for attaching files in E Mail using PHP.
    13 times | category: [Email Systems]
    Building a basic PHP E-Commerce Application using CodeIgniter Framework
    ON: 2009-04-17 10:49:17
    Building a basic PHP E-Commerce Application using CodeIgniter Framework
    96 times | category: [E Commerce]
    Create a poker-hand evaluator, a slot-machine PHP generator
    ON: 2009-04-17 10:45:51
    PHP is an easy to learn, widely accessible programming language. This article will build on Parts 1 and 2 of this "30 game scripts you can write in PHP" series, exploring 10 cool scripts that can be used in various types of games. You will create a poker-hand evaluator, a slot-machine generator, and a casino bank, allowing you to practice some trickier PHP logic.
    61 times | category: [Development]
    this:1/27 25records  total:658    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)