Posts tagged PHP

Top Seven Innovative PHP Classes

Ajax Freak presents the top innovative PHP CLASSES selection from PHP CLASSES.ORG which have conducted a competition and select the top seven listed below php classes.

  1. Generate HTML to display ribbon-like menus
  2. Check whether a password is strong
  3. Manage a list of tasks of a to do list
  4. Evaluate and render polynomial equations
  5. Filter scalars, arrays, data objects recursively
  6. Check and retrieve the redirection URL of a page
  7. Manage user contacts

Read the rest of this entry »

PHP Interview Preparation Questions with Answers (2)

This is the second episode of  a series of PHP Interview Questions for beginners level to expert level From AJAX FREAK partner site Interview Star… Each episode contain ten  questions & their details answers.

  • What are the differences between require and include, include_once?
  • What is meant by urlencode and urldecode?
  • How To Get the Uploaded File Information in the Receiving Script?
  • What is the difference between mysql_fetch_object and mysql_fetch_array?
  • How can I execute a PHP script using command line?

Read the rest of this entry »

PHP Interview Preparation Questions with Answers (1)

AJAX FREAK now presents a series of PHP Interview Questions for beginners level to expert leve From its partner site Interview Star… Each episode contain ten  questions & their details answers.Here is the first one….

  • What’s PHP
  • What Is a Session?
  • What is meant by PEAR in php?
  • How can we know the number of days between two given dates using PHP?
  • How can we repair a MySQL table?
  • What is the difference between $message and $message?
  • What Is a Persistent Cookie?
  • What does a special set of tags do in PHP?
  • How do you define a constant?
  • How To Write the FORM Tag Correctly for Uploading Files?

For Detail answers click here

Top 10 Useful Ajax Classes

Ajax Freak picks the top 10 useful and commonly used ajax based classes from PHP CLASSESS.ORG

Clevertext” AJAX text box(Generate editable text box that is saved with AJAX)

This class can be used to generate a text box that becomes editable when the user double-clicks on the text.

It displays the text to be edited within a DIV tag that is replaced by a text input when the user double-clicks on the DIV.

Read the rest of this entry »

TOP 10 DOWNLOADED PHP CLASSES

This time Ajax Freak picks up the all time top downloaded PHP Classes from phpclasses.org.These are general purpose and easy to use classes.You can see the examples in which these classes are used and download them to use in your next coming projects.

Forms generation and validation

Class that generates HTML forms supporting:

- Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code.
- Can be extended with new types of input controls plug-in classes.

Read the rest of this entry »

Downloading and Installing PHP Tutorial

A collection of 4 tips on PHP installation:

  1. How To Download and Install PHP for Windows?
  2. How To Check Your PHP Installation?
  3. Where Are PHP Configuration Settings Stored?
  4. How To Run a PHP Script?

Read the rest of this entry »

Top Four PHP Classes of May 2010

Here are the top four PHP Classes of the Month May 2010

PHP Duplicate Files Finder Class

This class can be used to find files with the same contents.
It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.
The class returns the list of files that have the same contents based on having the same MD5 hash value.

Download

Read the rest of this entry »

Fix PHP Vulnerabilities to Avoid Getting Hacked

As a programming language, PHP has many advantages but security has always been a major issue. Partially these security problems are inherent to the language itself because PHP was meant to be an easy and powerful programming language, while security came second. However, when you add bad coding and non-adherence to even the basic security rules, the situation gets out of control.

Fortunately, it is possible to fix PHP vulnerabilities and make PHP applications more secure. Some of the defenses are common for all programming languages, while others are found only in PHP. Here are some of the best defenses you have when you want to fix PHP vulnerabilities and make your site more secure.

Read the rest of this entry »

PHP & MySQL Everyday Apps For Dummies(DOWNLOAD)

PHP and MySQL Everyday Apps For Dummies is a one-stop reference providing all you need to build dynamic, real-world, ready-to-use apps with the popular PHP (a scripting language) and MySQL (a database system) software. The book is a hands-on, go-to-guide that Walks you through installing the applications files from the CD-ROM and setting up your programming environment Contains all the code needed to create seven applications:

Read the rest of this entry »

Top 10 PHP Classes Picks of the week

Ajax Freak picks the this  week top ten PHP Classes  from phpclasses.org.These classes are very informative and interesting and make your work easier,Hope you like this stuff.so here we go

1.Image Processor (CSS)

This class can be used to draw images defined with CSS like properties.

Read the rest of this entry »