neskaya
Follow [ bookmark livejournal facebook twitter rss stumbleupon ]
Log in to download layouts, skins, and emoticons. Register?

Designs

Web Templates
LJ Layouts
phpBB3 Skins

Graphics

Avatars
Textures
Buttons
Emoticons
Pixels
Fonts

Misc & Fun

Quizzes
Tutorials
Interactive

Community

Forums
Rotation

Site

FAQ & Contact
Links

Affiliates

Komet Tails
Smile Scan
Dragonrain

Tutorials: PHP [Basic PHP Tutorials]

Here are articles for various aspects of web site creation and resources using PHP. Neskaya.Net PHP tutorials are listed below.

PHP Installation
If you've worked with PHP at all, you'll realize that it works only after you upload it to your web server. You can make it work on your computer as well if you install an Apache server!

PHP Include Function
The PHP include function will make your life so much easier. You won't have to edit every single page if you want to make a change in a sidebar - you'll never go back!

Including Files from a Subdomain or Directory
This tutorial teaches you how to use the include() function to include a file from anywhere on your site - including from a subdomain or a directory. It does not use DOCUMENT_ROOT.

Single Page Link Redirecting
You can use PHP to redirect links for you. For example, instead of directly linking to a site, you can make it yoursite.com/exit.php?id=1 instead.