Tuesday, May 22, 2007

How To Make A Small Dress Poufy

Split Javascript

How to split a string with javascript?

var date = '2007-05-25 ';
MIA_VAR var = data.split ('-');
/ * now
MIA_VAR [0] is
MIA_VAR 2007 [1] is 05
MIA_VAR [3] is 25 * /


Wednesday, May 16, 2007

Hor Dourves Cost Per Person

MySQL: Reset Auto Increment

Here's how to reset an auto-increment field in a table mysql

ALTER TABLE tbl_name AUTO_INCREMENT = xxx

Friday, May 4, 2007

Abscess In The Soft Pallett

PHP: mail and copy recipients (CC)

The fourth mystery fatima, how to put mail in the syntax () to copy other recipients.
It's easy, just play with the header!

Example:

$ header = "From: Guybrush Threepwood \\ n cc: tizio_caio@boh.com"

Easy! try it!