jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Miscellaneous

DeEnFrSp
Amount: 114
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 >>
Sort Listings By:
Hits: 1015

How to install phpLD2 (php Link Directory) the free version

Rating 1.0 1.0
In this tutorial we'll learn how to install phpLD (pho Link Directory), the free version, from downloading the script to the last settings to make it work.
Platform(s): Windows Date: Jan, 07 2007
DETAIL
Hits: 408

PHP/MySQL RSS Feed

Rating 5.0 5.0
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.
Platform(s): Linux Date: Dec, 25 2006
DETAIL
Hits: 1087

PHP password generation

Rating 3.0 3.0
Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) are quite hard to remember: in fact, it's even impossible to read them. This article provides a function for generating English-like readable passwords.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Dec, 24 2006
DETAIL
Hits: 782

Email verfication script

Rating 5.0 5.0
Here is a pre build php function free for you to use in your own sites, this will check the string you run though it and check that its a vailid email address.
Platform(s): Windows Date: Dec, 20 2006
DETAIL
Hits: 335

Functional PHP: this time it works

Rating 0.0 0.0
At first sight, PHP lacks functional programming support. Actually, there is create_function() and the array_map() family, but these are mostly useless. So I looked at another language for inspiration...
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Dec, 01 2006
DETAIL
Hits: 375

Simple but effective - PHP helpers

Rating 0.0 0.0
What is the biggest time saver for a programmer? Good specs definitely help. A well-architected framework doesn't hurt either. Add your favorite here: a competent debugger? Extreme Programing? Whatever. At the end of the day, the largest gain comes from writing less code for the same task...
Platform(s): Windows Date: Dec, 01 2006
DETAIL
Hits: 1458

Specifying how many columns per row when extractng from mysql

Rating 0.0 0.0
This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row when extracted from a mySQL database using a query, using a specific algorithem and loop.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Nov, 30 2006
DETAIL
Hits: 585

PHP Articles and Tutorials

Rating 0.0 0.0
Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4.Some PHP functions you must know 5.PHP & Dynamic Content
Platform(s): Windows Date: Oct, 05 2006
DETAIL
Hits: 901

Using cron with PHP

Rating 4.0 4.0
Scheduling events to run at certain times can be a useful feature. You may want to backup your database or update a set of files you have cached on your server or perform any number of other resource intensive tasks. You can manually visit the page and this works fine if you have a good memory, it isn't time critical and it doesn't need to be run several times a day. If you and your task don't fit into all those categories (and even if you do but have better things to do with your time) a better alternative will be to run your script using cron. In this article I list the options for scheduling a task to run periodically and I go into detail on running a script with cron.
Platform(s): Windows Date: Dec, 19 2006
DETAIL
Hits: 1244

Passing JavaScript variables to PHP

Rating 2.5 2.5
JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.
Platform(s): Windows Date: Sep, 28 2006
DETAIL
Amount: 114
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 >>