| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
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 |
302 |
|
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 |
1,189 |
|
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 18:53
by admin
|
0 |
395 |
|
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...
|
16-Feb-2007 20:36
by Vahid
|
0 |
437 |
|
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 05:12
by admin
|
4 |
10,044 |
|
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 |
17,186 |
|
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 |
5,283 |
|
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 |
2,471 |
|
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 |
3,159 |
|
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 04:17
by JdS
|
0 |
1,325 |
|
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 04:10
by JdS
|
0 |
1,305 |
|
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 06:05
by JdS
|
0 |
1,321 |
|
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 06:00
by JdS
|
1 |
5,196 |
|
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 05:02
by JdS
|
0 |
5,985 |
|
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 08:22
by JdS
|
0 |
4,396 |
|
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 |
4,684 |
|
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 10:02
by JdS
|
0 |
26,799 |
|
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 09:25
by JdS
|
0 |
2,650 |
|
by JdS
<?php
// NAME: Timer()
// VERSION: 1.0
// AUTHOR: J de Silva
// WEBSITE: http://www.desilva.biz/
// DESCRIPTION: A simple PHP SCRIPT TIMER / BENCHMARK class.
// See notes below.
// TYPE: class
// --------------------
|
|
2 |
10,343 |
|
by Elmseeker
// Name: Form Generator
// Version: 1.0
// Author: Elmseeker
// Description: Generates HTML Forms without cluttering your PHP.
// either echo these functions directly like:
// echo $frm->newform( "POST", "myformproccessor.php" );
// or place them into a variable and echo the variable like:
// $test...
|
|
6 |
4,385 |