
|
Lindsay Lohan - Celebrity Profile
Bio
Lindsay Dee Lohan (born July 2, 1986) is an American actress, model and pop music singer. Lohan started in show business as a child fashion model for magazine advertisement and television commercials. At age 10, she began her acting career in a soap opera; at 11, she made her motion picture debut by playing identical twins in Disney's 1998 remake of The Parent Trap. Lohan rose to stardom with her leading roles in the films Freaky Friday, Confessions of a Teenage Drama Queen, Mean Girls and Herbie: Fully Loaded. Her subsequent roles include appearances in A Prairie Home Companion and Bobby. In 2004, Lohan launched a second career in pop music yielding the albums Speak (2004), A Little More Personal (Raw) (2005) and the forthcoming Spirit in the Dark (2008). Lohan has received media attention apart from her acting and singing careers. Her multiple arrests and use of alcohol and drugs have become regular tabloid news.
In the News... Saturday, September 4th (1 points) Friday, September 3rd (11 points) Thursday, September 2nd (10 points) Wednesday, September 1st (6 points) Tuesday, August 31st (25 points) Monday, August 30th (9 points) Saturday, August 28th (1 points) Friday, August 27th (12 points) Thursday, August 26th (13 points) Wednesday, August 25th (12 points) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
About Fanlebrity
Press
Privacy Policy
Terms of Use
Copyright 2008. All rights reserved. |
| sql | time |
|---|---|
| SELECT t1.*,t2.bio from r_Celeb t1, celebs t2 WHERE t1.id_celeb=t2.id_celeb AND t1.id_celeb=20 | 0.169059991837 |
| SELECT UNIX_TIMESTAMP(weekdate) as time,score FROM r_CelebWeek WHERE id_celeb=20 and weekdate > '2000-1-1' ORDER BY weekdate DESC LIMIT 1 | 0.911283969879 |
| SELECT UNIX_TIMESTAMP(date) as time,score FROM r_CelebDay WHERE id_celeb=20 and date > '2000-1-1' ORDER BY date DESC LIMIT 2 | 0.176908016205 |
| select e.date as date,e.title as title,e.url as link FROM Event e, celebEvent c where c.id_evt=e.id_evt AND c.id_celeb=20 AND e.date > '2000-1-1' AND e.date<=NOW() ORDER BY e.date DESC LIMIT 100 | 0.640556097031 |
| select id_celeb,nameceleb, ifnull(curscore,0) as score, ifnull((curscore-prevscore1),ifnull(curscore,0)) as scorediff, ifnull(prevscore1,0) as previous from r_Celeb order by curscore desc LIMIT 8 | 0.167765855789 |
| select ugws.score,ugws.id_player,p.playername from r_UserGameWeekScore ugws join usergame ug on ugws.id_usergame=ug.id_usergame join players p on p.id_player=ug.id_player where date(adddate('2010-09-05', 0)) = ugws.weekdate order by score desc LIMIT 0,8 ; | 0.169005870819 |