[css-d] php sthe switcher for multiple style sheets

2007-11-22 Thread DAVOUD TOHIDY
Greetings, I am looking for a php multiple style switcher which can handle switching more than two style sheets for my portfolio located at http://cssfreelancer.awardspace.com . Would appreciate your comments. Best davoud _ Have

Re: [css-d] php

2007-10-16 Thread Eileen
On 10/16/07, Raumin Ray Dehghan <[EMAIL PROTECTED]> wrote: > > Colleagues: > > Does anybody have recommendations for a good book and/or websites > for beginning php? > > http://hudzilla.org/phpwiki/index.php?title=Main_Page __ cs

Re: [css-d] php

2007-10-16 Thread Ibrahim Y
you can start from w3schools here : http://www.w3schools.com/php/default.asp I also liked book called *Practical PHP and MySQL(R): Building Eight Dynamic Web Applications * http://www.amazon.com/Practical-PHP-MySQL-Building-Applications/dp/0132239973 * * Ibrahim ___

Re: [css-d] php

2007-10-15 Thread jake
PHP Cookbook by O'Reilly Original Message --- Colleagues: Does anybody have recommendations for a good book and/or websites for beginning php? Thanks Raumin "Ray" Dehghan __ css-discuss [EMAIL PROTECTED] ht

[css-d] php

2007-10-15 Thread Raumin "Ray" Dehghan
Colleagues: Does anybody have recommendations for a good book and/or websites for beginning php? Thanks Raumin "Ray" Dehghan __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

Re: [css-d] [PHP] Newbie seeks urgent help

2007-07-13 Thread Luc
Good evening Tijnema, It was foretold that on 13/7/2007 @ 03:45:48 GMT+0200 (which was 22:45:48 where I live) Tijnema would write: > You must have some unclosed single quote ( ' ) somewhere, on one of > these lines probably: > $youremail = > $websitetitle = > $thankyoupage = > For test, le

[css-d] PHP and CSS - Styling Navigation

2005-08-18 Thread Richard Brown
Hi I have a Wordpress site at with the css at: If you look at the navigation menu, the top three headings are styled correctly but the fourth header "pages", doesn't style as the others. Additional

Re: [css-d] PHP and CSS

2005-05-13 Thread Brian V Bonini
On Fri, 2005-05-13 at 11:25, Sarah Atkinson wrote: > Out of curiosity can you use PHP with in a CSS. Like maybe have a list of > background images located in a DB and PHP select and insert on into the CSS. > and possibly even have the user define things like font size, font color, > background c

Re: [css-d] PHP and CSS

2005-05-13 Thread Christian Heilmann
On 5/13/05, tedd <[EMAIL PROTECTED]> wrote: > >Out of curiosity can you use PHP with in a CSS. Like maybe have a > >list of background images located in a DB and PHP select and insert > >on into the CSS. and possibly even have the user define things like > >font size, font color, background color,

Re: [css-d] PHP and CSS

2005-05-13 Thread tedd
Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah Sarah; Maybe this might help: ht

Re: [css-d] PHP and CSS

2005-05-13 Thread Ken Robinson
Quoting [EMAIL PROTECTED]: Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color,

Re: [css-d] PHP and CSS

2005-05-13 Thread Marko Locher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sarah Atkinson wrote: > Out of curiosity can you use PHP with in a CSS. Like maybe have a list of > background images located in a DB and PHP select and insert on into the CSS. > and possibly even have the user define things like font size, font colo

Re: [css-d] PHP and CSS

2005-05-13 Thread Jack Keller
Sarah Atkinson wrote: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah You can a

Re: [css-d] PHP and CSS

2005-05-13 Thread Brian Cummiskey
Brian Cummiskey wrote: body { background: ; } clearly, i meant echo, not echp Happy Friday :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ S

Re: [css-d] PHP and CSS

2005-05-13 Thread Martin . C . Austin
Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: > Out of curiosity can you use PHP with in a CSS. Like maybe have a > list of background images located in a DB and PHP select and insert > on into the CSS. and possibly even have the user define things like > font size, font color, background col

Re: [css-d] PHP and CSS

2005-05-13 Thread Brian Cummiskey
Sarah Atkinson wrote: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sure. php runs on

[css-d] PHP and CSS

2005-05-13 Thread Sarah Atkinson
Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah ___