[PHP] Thumbnails and PHP

2001-01-29 Thread Todd Cary
What is the best way to display thumbnail photos and their titles with HTML/PHP? Table? If I do and all works fine - the 's "word wrap". But, when I do and , I get a horizontal scroll bar and the 's go off to the left. Todd -- Todd Cary Ariste Software [EMAIL PROTECT

[PHP] PHP and report generation

2001-02-01 Thread Todd Cary
I have a need to produce reports from data in a table *and* the reports need to look the same for all clients (e.g. PDF output). Are there any "report generators" that can be interfaced with with PHP that have a PDF output *or* do I need to "roll my own" for each task/report?

[PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread Todd Cary
What is the meaning of a URL that has two periods in it? For example http://www.myloc.aristesoftware.com Where does that take the sufer relative to the root of aristesoftware.com? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] Dynamic Drop-down list

2001-02-08 Thread Todd Cary
($itemList)) { echo(""); if ($first) { echo('' . $first); }; while (list ($key, $val) = each ($itemList)) { echo('' . $val); }; echo(""); }; }; -- Todd Cary Ariste Software [EMAIL PROTECTE

Re: [PHP] Dynamic Drop-down list

2001-02-08 Thread Todd Cary
Many thanks! Works like a champ now... Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP] echo vs print

2001-02-08 Thread Todd Cary
I have "Profession PHP Programming" and I see that echo() and print() are used alomst interchangeably. When should each one be used? Also, I see "http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP] Viewing Memo fields

2001-02-09 Thread Todd Cary
I have a memo field in an Interbase DB and I am not sure how to display it. The line below produces garbage. print($row->STM_MEMO_TOP); Thanks for the help Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

[PHP] Text box

2001-02-17 Thread Todd Cary
1. This is line 2. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] /n for PC & Unix

2001-02-18 Thread Todd Cary
computer needs. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Apache and $HTTP_*_VARS

2001-02-18 Thread Todd Cary
-- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Apache and $HTTP_*_VARS

2001-02-19 Thread Todd Cary
-- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-19 Thread Todd Cary
This is how I have mine set with Win 2K: [mail function] SMTP= 192.172.0.1 ;for win32 only sendmail_from = [EMAIL PROTECTED] ;for win32 only -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

<    1   2   3   4