[PHP] Re: Questions about php.ini

2001-11-02 Thread Jason Wood
I host with iServer (now ViaVerio) and we dont have a php.ini file (that we can get to, anyways) either. I run phpinfo() and it says that the ini file is in /usr/local/lib but nuthin's there. What exactly do you want to use different ini files for anyways? -- Jason Wood Chief Techn

[PHP] Re: Text Editor with Highlighting

2001-11-01 Thread Jason Wood
ads. great proggie :) -- Jason Wood Chief Technology Officer Expressive Tek, Inc. 407 Kehrs Mill Road Ballwin, MO 63011 Phone 636.256.1362 www.expressivetek.com "Td - Sales International Holland B.V." <[EMAIL PROTECTED]> wrote in message 01110122020108.00569@linux-testbank"&

[PHP] Re: Error: Can't redeclare already declared function (PHP 3.0.15)

2001-10-26 Thread Jason Wood
e the function in each file (like for category.php, rename it to printlist1(); and then in products.php rename it to printlist2();... this is a quick fix). Let me know if this was any help :) -- Jason Wood Chief Technology Officer Expressive Tek, Inc. 407 Kehrs Mill Road Ballwin, MO 63011 Phone 636.256

[PHP] Re: Setting A MySQL Column to NO DUPLICATES

2001-10-25 Thread Jason Wood
I'm not sure if you can... What I usually do is do a query to see if there's already an entry there, and display an error message if there is. Another thing to you can do is allow duplicate entries, and use the DISTINCT option in the SELECT statement. This wouldnt be as efficient, so i'd try the

[PHP] Re: PHP usage(s)

2001-10-23 Thread Jason Wood
much replaced PERL, and it's so much faster that microsoft's crappy ASP. E) not sure.... -- Jason Wood Chief Technology Officer Expressive Tek, Inc. 407 Kehrs Mill Road Ballwin, MO 63011 Phone 636.256.1362 www.expressivetek.com "Dennis Gearon" <[EMAIL PROTECT