Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
PHP

Journal Journal: PHP Tutorial - Variables

A variable is a means of storing a value, such as a text string or a number. In PHP you do not have to declare your variable, as it's automatically declared when you set it. Since you do not need to declare the variable, you do not have to specify what kind of data it contains either.
User Journal

Journal Journal: How to write a RSS feed with PHP

If you have a web site or blog, it's important to spread the word, and what's better than a properly designed and updated RSS feed? Here's how to write a PHP script that fetches the last 10 items from a database source and writes it to a RSS-file.
User Journal

Journal Journal: Getting started with PHP

Worth your while if you're interested in PHP development. First part in the novice series:

If you want to learn the basics of PHP, then you've come to the right place. The goal of this series is to teach you everything you need to know about PHP so that you can:

Comment Re:k (Score 1) 62

It was a foregone conclusion that lucene would trounce the others, if you ask me. And comparing sqlite vs lucene is slightly absurd, since most people with a clue already uses lucene on top of sqlite (and mysql as well) to get good search results.
Encryption

Submission + - A demonstration of the Patterson cipher

An anonymous reader writes: In a followup to the news last week that the 200 year old cipher constructed by Robert Patterson to President Thomas Jefferson was cracked, here is a detailed explanation of the cipher and an online method to encrypt text in the same manner.

Slashdot Top Deals

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...