php

  • submit to reddit

NetBeans IDE 6.7.1 with JavaFX Now Available for Download!

The NetBeans Team is pleased to announce the release of NetBeans IDE 6.7.1, which supports the latest JavaFX SDK. Download NetBeans 6.7.1 (A JavaFX-only...

3 replies - 29758 views - 07/27/09 by Tinu Awopetu in Announcements

PHP Checkbox Quiz problem

<html><form method='post' action='process.php' id='1'><ol>   <li>     <h3>Care este altitudinea maxima a...

0 replies - 924 views - 03/20/13 by Televizor Color in Uncategorized

Doing POST Request by Socket Connection

This example of code shows how to do a simple POST request in PHP to another web server by using a socket connection.

1 replies - 622 views - 02/12/13 by Chara Miteo in Uncategorized

Using Gravatars In Your Script

  With increasing of popularity of WordPress script, Gravatars have become a rellay quite popular. Now you may easy integrate them into...

1 replies - 351 views - 02/12/13 by Chara Miteo in Uncategorized

Compress multiple CSS files

  Usually when you're using different CSS files on your site, they might take a quite long to be loadedload. Using this PHP code, you can...

0 replies - 467 views - 02/12/13 by Chara Miteo in Uncategorized

Save any image from url using php

The above code snippet saves image from url into our local file system.imagecreatefromjpeg function is used for creating an image from file or URLAlso...

1 replies - 955 views - 01/13/13 by Rubin Porwal in Uncategorized

Released: Beginner's Guide for PHP Development with NetBeans IDE

NetBeans has many features that greatly simplify PHP development, and with its several features and great flexibility, PHP developers can become...

13 replies - 6938 views - 01/02/13 by M A Hossain Tonu in News

Toggling Elements with JavaScript

  This function allows you to pass two variables that represent ID of two elements on your page. What you click on one of them it hide it...

0 replies - 1755 views - 11/04/12 by Chara Miteo in Uncategorized

Download File with a Speed Limit in PHP

  This snippet allows you set a limitation for download rate of the file that visitors download from your site.

0 replies - 1659 views - 11/04/12 by Chara Miteo in Uncategorized

List Directory Contents in PHP

This code allows to list the contents of any given directory.

0 replies - 1305 views - 11/04/12 by Chara Miteo in Uncategorized

List Directory Contents in PHP

  This code allows to list the contents of any given directory.

0 replies - 1413 views - 11/04/12 by Chara Miteo in Uncategorized

Get File Extension in PHP

This code allows to pass filename in the $file_name variable and function will return file extension only.

1 replies - 1556 views - 11/04/12 by Chara Miteo in Uncategorized

CiviCRM Find code from Scheduled Jobs web interface

Note: CiviCRM revamped its Scheduled Jobs (cronjobs) system in version 4.1.  This snippet applies to post-4.1 code only. 

0 replies - 2104 views - 09/11/12 by J Tu in Uncategorized

CiviCRM Membership renewal reminder emails from Schedule Jobs

CiviCRM changed how it runs its scheduled jobs (cronjobs) in 4.1, deprecating the UpdateMembershipRecord.php cronjob.  Follow these instructions to enable...

0 replies - 2368 views - 09/11/12 by J Tu in Uncategorized

CiviCRM change QuickForm Cancel button's value

QuickForm automatically creates the Cancel button as part of the buttons array.  Use this code in the .php controller code if you want to change the HTML...

0 replies - 2963 views - 06/26/12 by J Tu in Uncategorized