| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
by MisterChucker
This script prints out a table similar to what you would see if you ran an explain query using the MySQL command-line interface (minus the borders). Simply set the defined constants to match your database and run the script in your browser. You can change the column widths in the $widths array on...
|
|
0 |
572 |
|
by MisterChucker
<?php
/*
* This script demonstrates the mathematics of resizing an image to a different
* width and height without stretching or squeezing the original image. If the
* source image has a different aspect ratio than the destination image, the
* source image will be cropped.
*
* Consider a...
|
|
0 |
658 |
|
by Vahid
Hi,
Recommend us script is one of the effective viral marketing tools. It is highly "recommended" to have recommend us page on your website and let visitors to refer others to your website.
Here is the recommend us script I have created. You just need to replace the YourURL with your own domain...
|
|
1 |
1,186 |
|
by rockyford1000
how to fix this issue
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
|
|
0 |
682 |
|
by Richardknox
Hello,
I am slowly learning to use PHP for the website that I am putting together. So, please understand that I am a newbee to PHP, and MySql.
I am also creating this script from other bits and pieces from other scripts, so that might be part of my problem.
What I am attempting to accomplish...
|
|
3 |
2,037 |
|
by admin
I just posted a GID Community blog entitled: Blended Colours by Opacity, a PHP Function.
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
25-Mar-2007 19:53
by admin
|
0 |
997 |
|
by JdS
<?php
/**
NAME : convert_from_bytes()
VERSION : 1.0
AUTHOR : J de Silva
DESCRIPTION : returns FLOAT value; handles converting
bytes to values in units between
'bits' and 'gigabytes'.
TYPE : function
|
11-Jan-2007 06:12
by admin
|
4 |
13,771 |
|
by admin
I just posted a GID Community blog entitled: Get the date / time difference with PHP.
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
|
4 |
25,542 |
|
by Elmseeker
// Name: rpass
// Version: 1.0
// Author: Elmseeker
// Description: Generates a random 6-5 character password.
// Type: Function
function rpass()
{
$min=6; // minimum length of password
$max=15; // maximum length of password
$pwd=""; //to store generated password
|
|
5 |
6,195 |
|
by admin
I just posted a GID Community blog entitled: PHP function to ping Google Sitemaps.
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
|
1 |
3,661 |
|
by crystalattice
Found this as part of the very useful The Grand Fandango PHP package. The package also includes What's New, What's Updated, and Navigation scripts. The Navigation script is especially nice since it's dynamic based on the folders you have on your web server. It's also GPLed.
This "breadcrumbs"...
|
|
0 |
4,989 |
|
by JdS
I just posted a GID Community blog entitled: Setting the "no_adsense_for_me" cookie.
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
27-May-2005 05:17
by JdS
|
0 |
1,807 |
|
by JdS
I just posted a GID Community blog entitled: AdSense ad_client id dynamically.
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
27-May-2005 05:10
by JdS
|
0 |
1,842 |
|
by JdS
I just posted a GID Community blog entitled: BBCode - the quote] tag.
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
05-May-2005 07:05
by JdS
|
0 |
1,896 |
|
by JdS
Usage:
string calc_due_date( string date, string interval, int add string return_date_format] )
returns false on error.
<?php
/**
* @name calc_due_date()
* @created February 21, 2003
|
30-Jul-2004 07:00
by JdS
|
1 |
6,580 |
|
by JdS
The PHP function autolink( $str ) described below will parse the string ($str) you feed it, convert any (OK, most.. ;)) URLs found inside the string or text and turn them into clickable links to display on a web page.
About the function: autolink():
It requires 2 other functions to work; i.e....
|
26-Jan-2004 06:02
by JdS
|
0 |
9,721 |
|
by JdS
Briefly: The following PHP script / mini tutorial will help you 'manage' http errors such as error 404 and some others easily. As the webmaster, you will receive a notification email for every occurence of the following errors off your website if you follow the instructions in detail:
Error...
|
19-Nov-2003 09:22
by JdS
|
0 |
5,674 |
|
by BobbyDouglas
There are two parts to this script. The first part, functions.inc.php is used to e-mail the error code to a recipiant of your choice. The second part you must place on the error page itself, above all the HTML/CODE that is already their.
***********PART 1************
<?php
/**
* @domain: ...
|
|
0 |
5,207 |
|
by JdS
The 'engine' behind this Password Protect web pages / sites using PHP script:
<?php
/**
* @domain: DESILVA.BIZ
* @file: EXAMPLE_SESSION_FUNCTIONS.PHP
* @author: J de Silva
* @website: www.desilva.biz
* @email: scriptsdesilvabiz
* @copyright: Gen.I designs
|
23-Jul-2003 11:02
by JdS
|
0 |
36,604 |
|
by JdS
<?php
// NAME: limit_words()
// VERSION: 1.0
// AUTHOR: J de Silva
// DESCRIPTION: returns a specified number of words off a string
//
// TYPE: function
// --------------------
|
05-Jun-2003 10:25
by JdS
|
0 |
3,280 |