T4VN is an online PHP Help community that provides PHP Tutorials, PHP Examples, PHP Scripts, PHP Support
    HOME  |  HOSTING COUPON  |  TEMPLATE  |  PHP SCRIPTS  |  LINK TO US  |  LINK  |  REGISTER | CONTACT
::: Member Login :::
 Username
 Password
 
Forgot your password ?
::: PHP Tutotal :::
  PHP Basic (7)
  PHP Advanced (4)
  PHP Database (2)
  Coding Step By Step (8)
  PHP and AJAX (0)
::: PHP Example :::
  Arrays (1)
  Code Highlighters (3)
  Database Functions (12)
  Date & Time (5)
  E-Mail (6)
  Forms (5)
  Guestbooks (1)
  Logging (2)
  Miscellaneous (10)
  Password Generators (3)
  Randomizers (3)
  String Manipulation (10)
  User Authentication (6)
::: Search On T4VN :::
::: T4VN Statistics :::
  PHP Scripts : 61
  PHP Example : 67
  PHP Tutorials : 21
  PHP News : 93
  Total Coupon : 36
  Other Tutorials :
  Member : 209
  Visitor Online : 5
  Today Visit: 396
  Total Visitor : 262406
  Most Online : 31
::: Sponsored Links :::

PR 4 For This Webpage
Home Today :
PHP NEWS

DevShed: Getting PHP to Talk to MySQL

[2007-05-19 21:01:16]
DevShed is getting back down to some of the basics with this new tutorial - the first part of a three-part series looking at connecting PHP with a MySQL database backend. The article is part of an excerpt from the O'Reily book "Learning PHP and MySQL" (by Michele Davis and Jon Phillips).

In this first part of a three-part series. you will begin learning how to use PHP to display and modify data from a MySQL database.

They step through the process of connecting to the database server, picking the database you want to work with, creating a SELECT statement for the data in the tables, running it and getting back the information. For this first part of the series, though, they only go as far as making the connection including the solution to one of the most common errors people experience - the "call to undefined function" problem.
Readmore...

WebReference.com: Security Techniques

[2007-05-14 11:35:11]
Filed under their "Advanced Topics" sections today is a new article from WebReference.com that looks at some security techniques developers can use in their apps to help keep their and their user's information safe from prying eyes. It's an excerpt from Larry Ullman's book "PHP 5 Advanced: Visual QuickPro Guide".

+ This chapter will begin by rehashing the fundamentals of secure PHP programming. These are the basic things that I hope/assume you're already doing. After that a quick example shows ways to validate different kinds of data that might come from an HTML form.

+ The third topic is the new-to-PHP 5 PECL library called Filter. Its usage isn't very programmer-friendly, but the way it wraps all of the customary data filtering and sanitizing methods into one interface makes it worth knowing. After that, two different uses of the PEAR Auth package show an alternative way to implement authorization in your Web applications. The chapter will conclude with coverage of the MCrypt library, demonstrating how to encrypt and decrypt data.

The security tips in this part of the series range from turning off register_globals (you do have it off, don't you?) to form validation with things like regular expressions and the ctype functions.
Readmore...

PHPBuilder.com: Securing Data Sent Via GET Requests

[2007-05-11 09:16:05]
On PHPBuilder.com today, there's a new tutorial that talks about a method to securing data sent via GET requests in your application.

In this article I'm going to show you how you can use PHP to encode your data for transit. Most importantly, it will be done in a way that makes the data decodable, and therefore much more usable, by the receiving page.

They talk about some of the advantages to encryption before getting into how it actually works. Their example script is separated out into three PHP files - the main part of the script, a single-use script that, in turn, creates the third file, include file for the encode/decode functions. With the structure defined, they move on to the code - the generation of the file with the large multi-dimensional array and the two functions to encode and decode the information.

Readmore...

Zend Developer Zone: Zend Core Updates for Oracle and IBM Versions

[2007-05-09 11:01:38]
On the Zend Developer Zone, Cal Evans has posted the release announcements for two new updates for two versions of the Zend Core product - an update for Oracle (2.0.1) and for IBM (2.0.1).

Zend Core is a Zend certified and supported version of the open source PHP. It uniquely delivers a seamless out-of-the box experience by bundling all the necessary drivers and third party libraries to work with different databases.

Zend Core is the leading production quality PHP 5 stack that provides the certified, enhanced capabilities with support and PHP maintenance that serious professionals need for PHP development and production.

Updates for each of the releases can be found here:

Zend Core for Oracle
Zend Core for IBM
Readmore...

PHP 5.2.2 and PHP 4.4.7 Released

[2007-05-03 23:08:53]
The PHP development team would like to announce the immediate availability of PHP 5.2.2 and availability of PHP 4.4.7. These releases are major stability and security enhancements of the 5.x and 4.4.x branches, and all users are strongly encouraged to upgrade to it as soon as possible. Further details about the PHP 5.2.2 release can be found in the release announcement for 5.2.2, the full list of changes is available in the ChangeLog for PHP 5. Details about the PHP 4.4.7 release can be found in the release announcement for 4.4.7, the full list of changes is available in the ChangeLog for PHP 4. Readmore...

PHP-GTK Community Site: Three New Posts - Two on Software, One on Web Services

[2007-05-02 08:31:12]
The PHP-GTK Community website has three new posts today - two concerning pieces of PHP-GTK software and one with news about the new RPC services the website offers.

First off is a look at the emuControlCenter software (version 0.9), a rom-manager for console and computer games:

emuControlCenter (ecc) is a rom-manager for retro and new console/computer games. ecc is build for people who want's to play retro games quick 'n' easy, without searching to much, ECC supports images and previews them directy in the 'Resultview'. Also there is a 'ImageCenter' build-in for a fullsize preview!
Next up is the PHP_Gtk Builderthis site for more information.

Finally, there's some information posted about the new web service offered by the site:

Starting today, the community site exposes a new XML-RPC service offering access to its daily statistics, in addition to the existing geo_nick API.
They include the list of information pages on getting started and using the API (like the access_stats API and a tutorial on getting started with PHP-GTK and the geo_nick service).

Readmore...

Edin Kadribasic's Blog: PHP 5.2.2 RC2 Windows build available

[2007-04-30 02:09:58]
Edin Kadribasic has announced the release today of multiple versions of the Windows installations for the latest PHP - version 5.2.2 RC2.

The downloads are broken up into two categories:
Standard build

php-5.2.2RC2-Win32.zip
php-5.2.2RC2-win32-installer.msi
pecl-5.2.2RC2-Win32.zip
php-debug-pack-5.2.2RC2-Win32.zip

FastCGI build
php-5.2.2RC2-nts-Win32.zip
pecl-5.2.2RC2-nts-Win32.zip
php-debug-pack-5.2.2RC2-nts-Win32.zip

All other unix-based developers can download their verions from the official PHP QA website for testing.

Readmore...

DevShed: Implementing the Stage Pattern in PHP 5

[2007-04-19 19:19:49]
Back with another of their design patterns articles, DevShed looks this time at the Stage pattern - a flexible pattern that allows your application to adapt to requests.

At least at first glance, the definition of the "Stage" pattern seems hard to grasp, which implies that the pattern in question has to be addressed from a practical point of view. In doing so, you'll have a much better idea of how it works, and eventually how it can be applied in concrete cases. [...] Over the course of this two-part series, I'm going to introduce its key concepts, and logically show you how to implement it with copious code samples.
They start by defining a DIV class to act as a foundation for the Stage functionality (with methods to set the ID, the CSS class and the data inside it). They also develop a DivContext class to handle special methods surrounding the inputted DIV. Bringing it all together, they create a default DIV object and pass it into the custom DivContext to get and set the contents of the DIV.
Readmore...

Previous 1234567 8 9101112 Next


::: Resources :::
  Links Directory
  Programming 2 3
  Webmaster 2 3
  Web Design 2 3
  Web Hosting 2 3
  Other Links 2 3
  Asian ShowBiz News
  Teach Seo For You
::: New Templates :::




::: Other Tutorials :::
 Program Design

  Powered By T4VN.NET - Version 2.0 - CopyRight © T4VN.NET 2005-2007