Main > Free Download Search >

Free beginning php4 1st script

beginning php4 1st

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 166
Beginning Visual C++ 1.0

Beginning Visual C++ 1.0


This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files. more>> This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files.<<less
Added: 2004-10-16 License: Free Non-Commercial Price: $0.00USD
15 downloads
 
Other version of Beginning Visual C++
Beginning Visual C++Beginning Visual C++ This tutorial will go through the basics in programming with Visual C ... Beginning Visual C++ This tutorial will go through the basics in programming with Visual C++ v6
License:Free for non-commercial use
Download
1065 downloads
Added: 2004-10-16
Beginning ASP.NET the Easy Way 1

Beginning ASP.NET the Easy Way 1


ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know more>> ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial. You don?t necessarily need a compiler to build an ASP.NET script. Any text editor will work. Let?s start by building or first aspx file. Create a new text document in your favorite text editor. Call it default.aspx. Now lets jump in, shall we?<<less
Added: 2008-03-16 License: Other Price: $0.00USD
12 downloads
Beginning Ajax and ASP.NET 3.5 1

Beginning Ajax and ASP.NET 3.5 1


Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying more>> Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying at same time. Now lets build our scene. Open an empty web site and dop a ScriptManager and UpdatePanel from Ajax Extensions tab. Close the tab and open standard controls and drop one textbox and one button. Place a label inside ajax control and one more outside of UpDatePanel. The second label will display that we are using Ajax and page is not posting back. I will add some hard codes and I have put s SqlDataSource and a GridView. Complete code is included<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
19 downloads
Beginning XML - Part 1 (An Introduction)

Beginning XML - Part 1 (An Introduction)


Coming straight to the point, XML stands for EXtensible Markup Language. As the name suggests, it is a language that can be molded according to the need of the hour. Personally, I dont think calling i more>> Coming straight to the point, XML stands for EXtensible Markup Language. As the name suggests, it is a language that can be molded according to the need of the hour. Personally, I dont think calling it a language is justified, but I fanatically follow the ordinance of the techie Gurus, and if they say it is a language, then it is a language.<<less
Added: 2006-10-17 License: Freeware Price: Free
1108 downloads
Beginning Relationships in Rails

Beginning Relationships in Rails


The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing more>> The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing those queries, Rails ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.<<less
Added: 2006-08-31 License: Freeware Price: Free
1150 downloads
Writing to the beginning of a file

Writing to the beginning of a file


Writing to the beginning of a file - you have a text file that is huge and want to append to it. more>> Writing to the beginning of a file offers you a powerful script which is useful for writing to the beginning of a file - you have a text file that is huge and want to append to it. But you don't want the new data to go clear to the bottom of the file. Well this script will let you do just the opposite. It will let you write to the file but put the new data at the beginning and the old data at the end.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
How to install PHP4 on Windows with Apache

How to install PHP4 on Windows with Apache


This article is a quick guide to getting PHP 4 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). The later versions of PHP4 allow you to install it either as an Apache more>> This article is a quick guide to getting PHP 4 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). The later versions of PHP4 allow you to install it either as an Apache module or as a CGI binary.<<less
Added: 2007-02-04 License: GPL Price: Free
1019 downloads
Working with Dates beyond 2038 in PHP4/5 1.0

Working with Dates beyond 2038 in PHP4/5 1.0


A PHP Date Class Library for converting timestamps beyond the year 2038. This script can also perform a few String to Time functions. more>> A PHP Date Class Library for converting timestamps beyond the year 2038. This script can also perform a few String to Time functions.<<less
Added: 2008-08-09 License: LGPL Price: $0.00USD
14 downloads
PHPJayMailv1 1

PHPJayMailv1 1


PhpMail is basically a PHP program to email in plain text or HTML format (options available) using To, CC, BCC. It works with PHP3 and PHP4 both. No library is needed to execute this program more>> PhpMail is basically a PHP program to email in plain text or HTML format (options available) using To, CC, BCC. It works with PHP3 and PHP4 both. No library is needed to execute this program<<less
Added: 2006-05-11 License: GPL Price: $14.00USD
11 downloads
cPHPezMail 1.2

cPHPezMail 1.2


easy to use with your php code... Object Base Script, EASY to use with your PHP4/5 script., Support Plain Text, HTML and Plain Text + HTML format., Support multiple reciepients To:, Cc: and Bcc:, Support attach POST & Local file, Auto-detected MIME more>> easy to use with your php code... Object Base Script, EASY to use with your PHP4/5 script., Support Plain Text, HTML and Plain Text + HTML format., Support multiple reciepients To:, Cc: and Bcc:, Support attach POST & Local file, Auto-detected MIME file type and more...<<less
Added: 2004-04-12 License: GPL Price: $0.00USD
11 downloads
debugHelper 0.8

debugHelper 0.8


The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a better highlight_file() function and a couple of other handy functions. Works with PHP4 more>> The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a better highlight_file() function and a couple of other handy functions. Works with PHP4 and PHP5.<<less
Added: 2002-12-05 License: LGPL Price: 0.00
11 downloads
GHOTS Guestbook

GHOTS Guestbook


This is a good looking Guestbook script that is reasonably secure and has some fairly descent anti-spam stuff. Its a breeze to manage and configure. It has been completely rewritten and uses php4, mys more>> This is a good looking Guestbook script that is reasonably secure and has some fairly descent anti-spam stuff. Its a breeze to manage and configure. It has been completely rewritten and uses php4, mysql and ajax.<<less
Added: 2005-11-26 License: Freeware Price: Free
1427 downloads
Ajax+PHP CSS Popup Chat

Ajax+PHP CSS Popup Chat


AJAX+PHP application to comunicate with current users watching a webpage. Requirements: * PHP4 * MySQL4 * A browser that supports AJAX stuff. ( Firefox recomended ) more>> AJAX+PHP application to comunicate with current users watching a webpage. Requirements: * PHP4 * MySQL4 * A browser that supports AJAX stuff. ( Firefox recomended )<<less
Added: 2005-12-07 License: GPL Price: Free
832 downloads
PHP Form Validation - with PHP4+ and register_global = off

PHP Form Validation - with PHP4+ and register_global = off


The validation of data that has been entered in a form is necessary in most cases. Why is important? For example, what good is holding a contest or sweepstakes if you cant notify the winner, because h more>> The validation of data that has been entered in a form is necessary in most cases. Why is important? For example, what good is holding a contest or sweepstakes if you cant notify the winner, because he or she entered an invalid telephone number or an incorrect address. What good is having a mailing list if the e-mail addresses on it arent verified, and your mailing list just bounces back to you without reaching the subscribers and target audience.
Validating form entries saves you time and more importantly, it can save you money. And since somebody embossed the slogan "Time is money!", this should be very important for your web site!
Well when should we validate? There are two types of validation; client side and server side.
<<less
Added: 2007-01-05 License: Freeware Price: Free
616 downloads
ScepBB 1.0

ScepBB 1.0


ScepBB is a new secure message board, compatible with PHP4 and 5, and MYSQL4. No bloat, no images, it runs as fast as the server can handle text and SQL queries. Its now a stable 1.0 release, so download away. more>> ScepBB is a new secure message board, compatible with PHP4 and 5, and MYSQL4. No bloat, no images, it runs as fast as the server can handle text and SQL queries. Its now a stable 1.0 release, so download away.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
10 downloads
 
Other version of ScepBB
ScepBBScepBB is a new secure message board, compatible with PHP4 and 5, and MYSQL4. No bloat, no images ... ScepBB is a new secure message board, compatible with PHP4 and 5, and MYSQL4. No bloat, no images
License:Free for non-commercial use
Download
1300 downloads
Added: 2006-04-03
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5