Tutorialized.com: Free PHP TutorialsDon't read the manual, read the tutorial.. Tutorialized.com, everything a tutorial.Integrate Google Notebook data with PHP- (Found June 24, 2008 ) Google Notebook is a free service that allows users to save and share notes and Web clippings in an online journal. A REST-based API allows developers to build PHP applications around this service using SimpleXML. In this article, you will learn how to use the API, with examples of reading notebooks and notebook contents using PHP.http://www.tutorialized.com/tutorial/Integrate-Google-Notebook-data-with-PHP/35798 Submitting Form Data with GET- (Found June 24, 2008 ) GET is the brother of post, and it allows you to submit data through the URL. This is handy because you can then form dynamic pages from a link.http://www.tutorialized.com/tutorial/Submitting-Form-Data-with-GET/35453 Online user counter- (Found June 24, 2008 ) Ever wanted to know exactly how many people are on your web site at any given time This tutorial will teach you how you can create a script which will tell you exactly that.http://www.tutorialized.com/tutorial/Online-user-counter/35575 Basic PHP Tutorial - Learn the basics- (Found June 24, 2008 ) A basic tutorial about PHP, it'll explain you what PHP is, what Arrays, Integers & Strings are, there is also a script that explain how to create the 6 headers with a short type of code, completly explained and showed by given examples.http://www.tutorialized.com/tutorial/Basic-PHP-Tutorial-Learn-the-basics/35579 Build Web Services with PHP in Eclipse- (Found June 24, 2008 ) This tutorial will use the PHP Development Tools (PDT) plug-in in Eclipse Europa to show you how to build Web services in PHP. Also, learn how to create and deploy useful PHP projects, learn about the philosophy behind contract-first development, and understand the basic parts that make up a Web Services Description Language (WSDL) file.http://www.tutorialized.com/tutorial/Build-Web-Services-with-PHP-in-Eclipse/35580 Auto-sum a dynamic form- (Found June 24, 2008 ) In this tutorial you'll learn how to sum the values of input boxes from a form and display the result in real time using JavaScript and PHP.http://www.tutorialized.com/tutorial/Auto-sum-a-dynamic-form/35642 Guestbook Tutorial Part I- (Found June 24, 2008 ) Part 1 of this PHP tutorial will show you how to create a basic guestbook. Users will be able to leave comments on your page but you won't be able to delete or edit them.http://www.tutorialized.com/tutorial/Guestbook-Tutorial-Part-I/35649 Wordpress: Complex styled menu through custom fields- (Found June 24, 2008 ) In this short tutorial I show how I employed Wordpress custom fields to produce a rich multi-styled tabbed navigation menu.http://www.tutorialized.com/tutorial/Wordpress-Complex-styled-menu-through-custom-fields/3... Guestbook Tutorial Part II- (Found June 24, 2008 ) In part 2 of this tutorial we will make a simple admin panel for our PHP guestbook. You will be able to login and delete unwanted comments.http://www.tutorialized.com/tutorial/Guestbook-Tutorial-Part-II/35656 How many users online- (Found June 24, 2008 ) Learn how to make this simple script that shows how many visitors are online on your site.http://www.tutorialized.com/tutorial/How-many-users-online/35664 |