PHP at Kaboodle
  • Print Print

PHP

by theepan   |   12 Comments

0 Hearts

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
default
Code Examples -> MySql...

See this at: weberdev.com| Added on 05/15/08

Date : May 29th 1998 | Grade : 3 of 5 (graded 6 times) | Viewed : 25414 | File : No file for this code example. | Images : No Images for this code example.

Comments (1)

dates + mysql

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
AutoIndex PHP Script

See this at: autoindex.sourceforg...| Added on 04/22/08

AutoIndex is provided under the terms of the GNU General Public License (GPL). Copyright © 2002-2007 Justin Hagstrom

Comments (1)

Auto Indexer

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Creating a Custom RSS...

See this at: webreference.com| Added on 04/10/08

An RSS feed consists of the main details for the feed, such as the title, description, url, image and so on. Next are the items, probably the most important parts of the feed. i.e. Different stories from a newspaper, posts from a blog and so on.... See more more

Comments (1)

RSS FEED

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: webdeveloper.com| Added on 03/03/08

Lastly, while still on the subject of the upload form, it is possible to add an optional hidden tag which contains the maximum upload filesize and this should come before the file upload field. The value of this field is the filesize in bytes. Now... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
SAML APIs

See this at: edocs.bea.com| Added on 02/28/08

The Security Assertion Markup Language, SAML, is an XML-based protocol for exchanging security information between disparate entities. The SAML standard defines a framework for exchanging security information between software entities on the Web.... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Strings

See this at: ca3.php.net| Added on 02/26/08

The easiest way to specify a simple string is to enclose it in single quotes (the character '). To specify a literal single quote, you will need to escape it with a backslash (\), like in many other languages. If a backslash needs to occur before a... See more more

Comments (1)

Strings

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Problem using...

See this at: forums.digitalpoint....| Added on 02/26/08

I would like the text box to have value {This is 'a' "ultimate" test} but instead since the double quotes are used as closing, the text box would have {This is 'a' } Please help me in having this worked out. I know its something silly that I am... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
PHP page hits counter...

See this at: plus2net.com| Added on 02/22/08

Counters are required to count the number of visitors coming to the page or the browsers open the number of time the page. The PHP script we will be discussing here is one simple page counter and it will not take in to account if same visitors in... See more more

Comments (1)

Good PHP Tutorial SITE

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Download

See this at: leveltendesign.com| Added on 02/22/08

The LevelTen Hit Counter is a free download as long as the terms in the End User Licensing Agreement (EULA) are met. Click here to read the EULA. Core Packages The LevelTen Hit Counter is available in two languages, PHP/MySQL and Perl. Both have the... See more more

Comments (1)

HIT COUNTER

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Using Paging

See this at: php-mysql-tutorial.c...| Added on 02/22/08

For the example I created a table named randoms that store 295 random numbers. Each page shows 20 numbers. Example: paging.php Source code :paging.phps Paging is implemented in MySQL using LIMIT that take two arguments. The first argument specifies... See more more

Comments (1)

Page by Page Navigation

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Directory and file...

See this at: manual.b2evolution.n...| Added on 02/20/08

UNIX/Linux file permissions are a way to control who can read and/or write files on your hosting account. On a shared hosting server, this will (on serious web hosting providers) prevent another user from modifying your website! When you upload files... See more more

Comments (1)

chmod

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Combined Minds

See this at: combined-minds.net| Added on 02/18/08

please tell me how i can use $_get to find out where the user at that time,or what is the current location of the user. By Jim on 15-12-2007 You can use GET variables for navigating, for example: index.php?page=contact And in the code you can check... See more more

Comments (1)

page by page navigation

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Using PHP to display...

See this at: foundationphp.com| Added on 02/18/08

Home : Tutorials : Using a proxy script to display images If you use PHP to upload images to your web server, it's normally necessary to set permissions on the upload folder to allow all users global access (read, write, and execute or 777 on *nix... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
getimagesize

See this at: ca.php.net| Added on 02/18/08

array getimagesize ( string $filename [, array &$imageinfo ] ) The getimagesize() function will determine the size of any given image file and return the dimensions along with the file type and a height/width text string to be used inside a normal... See more more

Highlights: (PHP 4, PHP 5)

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: jspwiki.org| Added on 10/17/07

REQUEST login.php 1.isset($_REQUEST['user']) or isset($_REQUEST['username']) AND isset($_REQUEST['pass']) 2.isset($_REQUEST["su"]) 3.$_REQUEST['intertiki'] 4.isset($_REQUEST['rme']) 5.isset($_REQUEST['stay_in_ssl_mode']) 6.(isset($_REQUEST['page'])... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Appendix M. List of...

See this at: php.net| Added on 10/17/07

These words have special meaning in PHP. Some of them represent things which look like functions, some look like constants, and so on--but they're not, really: they are language constructs. You cannot use any of the following words as constants,... See more more

Highlights: and or xor __FILE__ exception (PHP 5) | __LINE__ array() as break case | class const continue declare default | die() do echo() else elseif | empty() enddeclare endfor endforeach endif | endswitch endwhile eval() exit() extends | for foreach function global if | include() include_once()...

Comments (1)

List of Key words

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
PHP MySQL Tutorial

See this at: php-mysql-tutorial.c...| Added on 08/21/07

* Installing Apache PHP and MySQL In case you haven't installed the trio yet don't skip this section. This page explains about installing Apache, PHP and MySQL on Windows plus some images to make things clearer. It also covers modifying Apache... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Installing Apache 2.2 on...

See this at: psykel.com| Added on 06/19/07

I ran into a couple problems today installing Apache HTTP Server v2.2 on Vista x64. Here's the problems, and the workarounds: * Install You can't simply click on the Apache install msi and have everything work as it should. You'll get permission... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
PHP configuration fails...

See this at: community.activestat...| Added on 06/19/07

This problem is because Komodo is installed to the path C:\Program Files (x86)\ on Windows Vista x64, and php.ini will not allow paths with parnthese characters in it. There are two possible workarounds: 1. Run the debugger configuration wizard and... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
How To Install Apache +...

See this at: blazonry.com| Added on 06/19/07

Installation of Apache, PHP and MySQL is straightforward for Windows computers. Go to each of the Apache, PHP and MySQL sites to download the software. Select the appropriate ZIP file. Pick the versions that match your web server. You will have to... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Installing Apache PHP and...

See this at: php-mysql-tutorial.c...| Added on 06/19/07

PHP and MySQL are usually associated with LAMP (Linux, Apache, MySQL, PHP). However, most PHP developer ( including me ) are actually using Windows when developing the PHP application. So this page will only cover the WAMP ( Windows, Apache, MySQL,... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
BEA_SAML
Crash Course

See this at: smarty.net| Added on 02/29/08

For those of you who have used PHP template engines, the basic concepts of Smarty should look quite familiar. In your PHP application you assign variables for use in the template, then you display it. The template file then contains the output... See more more

Comments (1)

SMART CRASH Course

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Latest Stable Release

See this at: smarty.net| Added on 02/29/08

Vote for Smarty! Feel free to put in your rating or review of Smarty at HotScripts.com Smarty Icon You may only use the Smarty logo according to the trademark notice Got some news for the front page? New articles, weblog discussions, public talks,... See more more

Comments (1)

Smarty

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
SAML APIs

See this at: edocs.bea.com| Added on 02/28/08

The Security Assertion Markup Language, SAML, is an XML-based protocol for exchanging security information between disparate entities. The SAML standard defines a framework for exchanging security information between software entities on the Web.... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete