RE: [PHP] GOOD web hosting

2001-09-04 Thread Chris Mulcahy
Greetings, Seb. I've had good luck with csoft.net in Canada. Plenty of space, extremely good uptime though they've had a few outages, but mostly due to problems out of their control, ie. upstream provider. They meet all of your requirements and quite a bit more. hth Happy Programm

RE: [PHP] option block

2001-09-04 Thread Chris Mulcahy
Jeremy: Have you tried echoing your $sql variable to ensure it has in it what you expect? In other words, does $PHP_AUTH_USER have the value you need it to have? hth Happy programming! Chris Mulcahy > -Original Message- > From: Jeremy Morano [mailto:[EMAIL PROTECTED]] > Sent

RE: [PHP] Newbie ?: form mailer not working

2001-09-04 Thread Chris Mulcahy
Michelle: This line seems to be a problem. print("If the problem persists you can mail your question directly to mailto:[EMAIL PROTECTED]\%22";>the forum administrator"); Try escaping your quotes surrounding your mailto href. hth Happy programming! Chris Mulcahy >

RE: [PHP] Making gd Extensions

2001-09-04 Thread Chris Mulcahy
iency. I am not dumping PHP entirely, I am still going to remain on the PHP lists and will enjoy watching the discussions about PHP and watching the progression of PHP towards what I believe will be an extremely large market penetration. Chris Mulcahy > -Original Message- > From:

RE: [PHP] Making gd Extensions

2001-09-04 Thread Chris Mulcahy
in the Google/Dejanews archives for this exact problem. Good luck and happy programming! Chris Mulcahy > -Original Message- > From: Dennis Moore [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 04, 2001 2:00 PM > To: Chris Mulcahy; [EMAIL PROTECTED] > Subject: Re:

RE: [PHP] Making gd Extensions

2001-08-30 Thread Chris Mulcahy
ses. If I learn anything, I'll be sure to let you know. Thanks Chris > -Original Message- > From: Dennis Moore [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 29, 2001 8:59 PM > To: Chris Mulcahy; [EMAIL PROTECTED] > Subject: Re: [PHP] Making gd Extensions >

[PHP] Making gd Extensions

2001-08-29 Thread Chris Mulcahy
make use of. In trying to compile the gd .so extension (gd-1.8.4), I'm receiving the following errors. Any ideas? Thanks Chris Mulcahy --- Making all in ext make[1]: Entering directory `/home/cmulcahy/transfer/webserver/php-4.0.6/ext' Making all in gd make[2]: Entering directory `/ho

RE: [PHP] "Free" Database Design Program

2001-05-14 Thread Chris Mulcahy
No, then the software becomes stolen, not free. Discussing cracking and stealing programs on a list populated with software developers may not be wise. Most software developers depend on the income from their software to make a living. Please do not support cracking on this list. Chris -O

RE: [PHP] Query Analyzer For MySQL with PHP?

2001-04-23 Thread Chris Mulcahy
Brandon: Search www.freshmeat.net for phpmyadmin. It's a great little tool to help you administer MySQL, including executing arbitrary SQL statements. There are several others there as well. Freshmeat has plenty of tools to get you going. hth Chris -Original Message- From: Brandon Or

RE: [PHP] Complex IF statement

2001-03-23 Thread Chris Mulcahy
if (($variable=="duck") || ($variable=="goose")) { } else { } -Original Message- From: JCampbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 11:19 PM To: Main PHP List Subject: [PHP] Complex IF statement Thank you all for your help earlier! Now I need to know if it is

[PHP] Build with Apache on Linux

2001-01-21 Thread Chris Mulcahy
OK, I've built Apache and PHP on Linux 50 times already. Now it's causing me problems. I've rebuilt my server, I've tried PHP 4.0.3 and PHP 4.0.4. It keeps causing me problems. I could not find libphp4.a and found on the net where someone suggested to rename libmodphp4.a to libphp4.a. During

RE: [PHP] Function / String Problem

2001-01-19 Thread Chris Mulcahy
It's after a variable called $LoggedIn. You'll have to do: echo "...are you logged in: ".LoggedIn().""; hth Chris Mulcahy [EMAIL PROTECTED] -Original Message- From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 11:17 AM To: