[PHP] web app in my portflio

2005-12-29 Thread Scott DeMers
o I simply describe the structure of the program, or should I present the ERD, code samples, screen-shots, etc? Is there such a thing as a "code portfolio" ? Does anyone have examples of their own work to share? Thanks. Scott DeMers Web Coordinator International Studies and Progr

Re: [PHP] PHP Frameworks

2005-12-27 Thread Scott DeMers
ant_php MSN : [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Scott DeMers Web Coordinator International Studies and Programs [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] nl2br misprint

2005-01-21 Thread Scott DeMers
Please disregard - I read it wrong. -Original Message- From: Scott DeMers [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:37 PM To: php-general@lists.php.net Subject: [PHP] nl2br misprint >From the function page on php.net ( http://us4.php.net/manual/en/function.nl2br.

[PHP] nl2br misprint

2005-01-21 Thread Scott DeMers
int, ot does the revised function actually do this? According to the w3c, "' is compliant, while "" is not; see http://www.w3.org/TR/xhtml1/. Scott DeMers Web Coordinator International Studies and Programs Michigan State University 209 International Center East Lansing, MI 48824

RE: [PHP] Drawing checkboxes

2004-12-07 Thread Scott DeMers
If I understand you, calling the function like so : /**/ $value1 = "coffee"; $value2 = "coffee pots"; $returned = estrstr($value1, $value2); /**/ returns the string "coffee". Well, I just ran that exact piece of code you see above, and received the expected NULL value. I don't see how you are ge