New info Can't find what you're looking for? Just ask LettuceCode :-)

Connect PHP to SQL Server

Check out how to make a connection between PHP and MS SQLServer.
Read the rest of this entry »

Send mail in Java

Simple Java program to send mail.

Read the rest of this entry »

Apache: authentication on windows with .access and .htpasswd

If you want to restrict access to a directory under apache then theses lines are for you…

Read the rest of this entry »

How to write a random quote on a page

Here is a simple but useful piece of PHP code.

Edit the following code to add your favorite quotes and then save it as “quotes.php”.
Read the rest of this entry »

PHP and LDAP - how to connect php to a ldap directory server

LDAP - Lightweight Directory Access Protocol - is an application protocol for querying and modifying directory services running over TCP/IP.

Read the rest of this entry »

PHP: Remove special chars and punctuation from strings

This function is useful for languages like Portuguese, french, etc..

Read the rest of this entry »

phpBB3 - Moving profile from right to left of post

Some users just don’t like profiles to be shown on the right side of the post. To change it to the left is very easy, just follow these simple steps.

Read the rest of this entry »