Inferno Web Development
  • Home
  • Forums
  • About
  • Links
  • Contact

Tutorials List

  • C++ Tutorials

Articles

  • Java
  • PHP
  • Photoshop
  • C#
  • C++ Qt GUI
  • C++ Win32 API
  • C++
  • MASM32
  • General News
  • JavaScript
  • Web Development
  • Windows Tweaks

Popular Tutorials

All time:

  • Website Header with 3D Fold Up / Lift Effect
  • C++ Win32 API Tutorial
  • Perfect C++ String Explode Split
  • Simple C++ DLL Loading a Message Box
  • Simple C++ Pointers and References

Related Articles

  • Global Scope
  • PHP IndexOf Key like JavaScript

Programming Tutorials

Home

PHP

BBCode GeSHi Filter for MyBB (Syntax Highlighting)

Submitted by Baran Ornarli on Tue, 12/02/2008 - 01:50.
  • PHP

BB Code Geshi Filter for Code Syntax Highlighting on programming forums, is designed for MyBB Forum 1.4+ (a free forum software).

»
  • Share Tutorial
  • Add new comment
  • Read more
  • 1 attachment

PHP Generated Dynamic Images

Submitted by Dylan on Tue, 11/11/2008 - 22:19.
  • PHP

Have you ever seen an image that counts down a date, a signature that displays game ratings, or a little avatar that tells you what browser you are using? These are all examples of dynamic images, usually created with PHP.

In this tutorial, I will be explaining how this is done in PHP, and providing several working code examples.

»
  • Share Tutorial
  • Add new comment
  • Read more

cURL PHP Send POST Data in the Background

Submitted by Baran Ornarli on Sun, 10/12/2008 - 16:59.
  • PHP

CURL, is an extension built by Daniel Stenberg that allows you to send POST/GET messages with PHP. In this tutorial we will discuss the POST method. CURL can be used to take care of problems like APIs and credit card payment processing. Things like Google API or Yahoo API can also be used this way. It's very simple and all you have to do, is have a recent version of PHP.

»
  • Share Tutorial
  • Add new comment
  • Read more

Anti-Hacking: Securing your passwords!

Submitted by Baran Ornarli on Thu, 08/28/2008 - 04:30.
  • PHP

Password security is an important subject in the web today. Many passwords are cracked and hacked everyday especially with popular sites such as myspace that have a constant account stealing problem. Some don't understand what makes a password secure and what doesn't. Some believe it is harder to remember so they prefer short passwords.

»
  • Share Tutorial
  • Add new comment
  • Read more

Global Scope

Submitted by Baran Ornarli on Sat, 08/16/2008 - 13:23.
  • PHP

Scope can be a confusing concept for many beginners in PHP. The idea is that some variables and functions are invisible to each other in certain circumstances of code.

»
  • Share Tutorial
  • Add new comment
  • Read more

PHP IndexOf Key like JavaScript

Submitted by Baran Ornarli on Tue, 08/12/2008 - 23:21.
  • PHP

Many beginners to PHP wonder about how they use to do something in another language. One question that comes up often is, how do you use indexOf like in JavaScript in PHP? Well you can either use the following code or array_search function.

»
  • Share Tutorial
  • Add new comment
  • Read more
Syndicate content

Navigation

  • Home
  • Forums
  • Image Gallery
  • Links
  • About
  • Contact

Why Register? Contribute articles and tutorials to ID, earn titles, learn from ID programming projects, and advertise your blog in our forums.

  • Forum Community
  • Register Now
  • Write an Article


Copyright © Inferno Development 2008-2009. All Rights Reserved.