Tutorio.com

Search


You are currently browsing for Php Tutorials
«Prev | 1 | 2 | 3 | ...| 46 | 47 | 48 | 49 | Next»

Title Bar Date Script

Visit tutorial >>
... Net.f9.co.uk - Date Script Lokinet.f9.co.uk This is a simple date script ... e in the title bar, all you do is insert the code in between the title> and /title> tags You must ha...
Hits: 175

PHP Random Password

Visit tutorial >>
... Resources Random Password example. This is a simple random password example , you could generate... ?php function random_password () { $seed = (integer) md5(microtime()) mt_srand($seed) $password = m...
Hits: 394

PHP and Excel in CSV form

Visit tutorial >>
... Working with Excel files. (Comma Delimited or CSV) ... Working with Excel files. (Comma Delimited or CSV) Working with Excel files. (Comma Delimited or CSV) by apg88. Here is how to work with Excel files and PHP. First you will need to understand what CSV means. CSV stands for Comma Separated Values. Whenever you save a file in Excel, it is saved in binary form and can’t be op...
Hits: 1802

Generating Advanced Web Page Statistics using PHP

Visit tutorial >>
... Advanced Tutorials - Generating Advanced Web Page Statistics using PHP Welcome... This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and PHP. You will need a moderate understanding of PHP and a l...
Hits: 269

Form Based Image Upload

Visit tutorial >>
... Image upload using forms... When I started out in PHP this was really difficult to get working. I hope this tutorial will speed thing up for you in your quest for the perfect webpage. This Tutorial will upload an gif image to your serv...
Hits: 742

Verifying a URL

Visit tutorial >>
... als - Verifying a URL Verifying a URLLearn how to see if a URL is valid. and still alive or if it's a 404 ... a thousands of links just randomly lying around from back in the day and you want to only put the ones up which still exist, and not the ones which don't exist anymore, what do you do? Answer Not a problem bub, just use the power of PHP by using the fsockopen() func...
Hits: 236

Php template system

Visit tutorial >>
... Writing your own template class. Writing your own template class...You just wrote your entire website into PHP just a few months ago, and have decided that you want to change your layout. Since all the information is going to be the same, you would to just change around the look of the pages and be done with it. Apon opening your php files however, you find that you have to wade through line after line of PHP code and carefully edit your HTML.Couldn't this be easier?...
Hits: 1728

PHP Image Upload for members

Visit tutorial >>
... Interactive Membership with User Image Upload Capability (follow-up on Membership 2.0) Sponsored ByPHP Freaks ... A Little IntroI've noticed lately that people are posting rave reviews about the membership tutorial, but that they'd like to offer the user the ability to change their settings around after having created their user...
Hits: 391

Track Visitors

Visit tutorial >>
Ok, so you have a site and want to know who visits your site, how, what browser they use, etc. Well this is the perfect tutorial for you! Here's what you'll learn from this 1. Use cPanel to create a cron job. 2. Use flat files to store information. 3. Use the php mail() function to send HTML. 4. How to find someones IP address. 5. How to get someones browser, and simplify its output...
Hits: 332

How to protect PDF files using PHP

Visit tutorial >>
... How to protect PDF files using PHP How to protect PDF files using PHP Example These links make an att... to get the PDF file from the directory protected by .htaccess. 1 Dir protected by .htaccess 2 EG No Authority level ...
Hits: 797
Tutorio.com. Privacy Policy, Contact