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: [PHP] Making gd

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 addressa href=\%22mailto:[EMAIL PROTECTED]\%22;pthe forum administrator/a); Try escaping your quotes surrounding your mailto href. hth Happy programming! Chris Mulcahy

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: Tuesday

[PHP] Making gd Extensions

2001-08-29 Thread Chris Mulcahy
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 `/home/cmulcahy/transfer/webserver/php-4.0.6/ext/gd' make[3

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

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

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 "brbr...are you logged in: ".LoggedIn()."brbr"; hth Chris Mulcahy [EMAIL PROTECTED] -Original Message- From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 11:17 AM