Posts Tagged ‘PHP’

PHP Object Based

I need a dynamic template file for the pictures that will be pulled from the database. a.     I need a location for them to be stored and code that designates where to place the pictures that were uploaded or taken from facebook. This is going to be object based PHP and  I want each module [...]

Fckeditor Configuration File

The editor comes with a rich set of configurations that makes it possible to customize its appearance, features and behavior. The main configuration file is named “fckconfig.js“. You can find this file in the root of the FCKeditor installation folder.

Javascript Validation for uploading files

The below javascript funtion checks the browsing file. For example, If the uploading file should accept only excel and word documents like that, then in that scenario, we can use this function.

Joomla Podcast Suite

Podcast Suite. A component, module, and mambot designed to bring podcasting capabilities to Joomla. Support for iTunes.

Oscommerce reference guide

Following is the link to Oscommerce basic. Reference PDF

5 Steps to secure your PHP powered website

Unfortunately there will always be some one out there on the world wide web who will attempt to break any thing they can find on the Internet so you owe it to your visitors/ members to ensure nothing malicious is being hidden on your site and there info isn’t being stolen. In this article i [...]

Pagination in PHP

This tutorial is intended for developers who wish to give their users the ability to step through a large number of database rows in manageable chunks instead of the whole lot in one go. Prerequisites It is assumed that you already have basic knowledge of PHP and MySQL. The techniques described in this document are [...]

PHP RSS Reader

How to display an RSS feed with a single PHP function? The URL of the file may be – local, in the form: rss.xml, or – distant in the form: http://www.xul.fr/rss.xml. There is only one difference, if the filename has the “.php” extension when it is generated by a CMS or such software, locally the [...]

Useful Ajax Auto Suggest scripts collection

This post is a collection of some interesting and useful Ajax Auto Suggest scripts ready to use (from beginner or professional web developers) in your web projects. This collection includes standard auto suggest scripts, del.icious tag suggestion, autosuggest control to search images on Flickr, and advanced table filter with auto suggest control.