Categories
Tags → For Function Php

PHP Cookie example and function-helper

PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments lists. Just three arguments: ''name'', ...
DETAILS

(E)SMTP Mailer for PHP

Here is something you always wanted. If you are a php developer and used Windows, you would have with held your application form sending e-mails because of mail() function not working on Windows without a SMTP server. Worry no further. The sol...
DETAILS

Atom class

Atom class - is a glue for modules. Class allow modules to interact with core libraries or other modules. Atom module system is based on the concept of &"hooks&". A hook is a PHP function that is named foo_bar(), where &&q...
DETAILS

GMap - Google Maps and Driving Directions

GMap provides a PHP wrapper around the Google Maps Javascript API. Its purpose is to allow a web developer to easily add Google Maps and driving directions to web pages using PHP. GMap eliminates the need for special header and body tags, making it...
DETAILS

Display Date and Time ih PHP

In this code sample we will take a look at how to display date or time in our HTML pages. In PHP date() function can be used for to display in different ways. Let''s see our sample.
DETAILS

Upload files using a HTML form in PHP

This script will help you for the baics of uploading images or files to your server using a HTML form and the PHP function copy. We haven''t explained form validation or file checking - We''ll go into further detail on that in future tutori...
DETAILS

PHP Explorer 1.2

PHP Explorer is a server side file explorer for server and also PC. It include the function of executing php script and files download from server or PC. Please read the readme before using it. Author is not resposible for any damage cause by this so...
DETAILS

PHPMadmin

PHPMAdmin uses PHP and MySQL to build DHTML menus on the fly! Features include: Scalable - user may add new ''properties'' to their PHPMadmin system without waiting for a patch or a new version of PHPMadmin. Portability Site admins...
DETAILS

NumPer

NumPer (Number to Persian) is an easy-to-use PHP class for converting numbers to strings in the Persian language. The function input is a number from 0 to 999999999999 (and may you add more by configuring the appropriate array), and output is a strin...
DETAILS

Swift Mailer - Pluggable Mailing in PHP

Swift is a fully OOP Library for sending e-mails from PHP websites and applications. It does not rely on PHP''s native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates direc...
DETAILS

Page:
©2019 A--9.com