Re: [PHP] whats this!!!!

2003-04-01 Thread Bryan Brannigan
the world has come to an end :-P - Original Message - From: Chris Edwards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:35 PM Subject: [PHP] whats this read: http://php.weblogs.com/ -- Chris Edwards Web Application Developer Outer Banks Internet,

Re: [PHP] mail() Bcc:

2003-03-24 Thread Bryan Brannigan
$mail-BCC( [EMAIL PROTECTED] ); - Original Message - From: Oden Odenius [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 24, 2003 3:44 PM Subject: [PHP] mail() Bcc: How can send bcc: with mail()? -- Programmers are tools for convert coffeine into code... (c) Oden

RE: [PHP] help me please

2003-03-16 Thread Bryan Brannigan
download and install the apache web server. that along with php should do the trick. if you're doing any database work you may want to pick up the windows version of that too. some decent instructions are here: http://www.thesitewizard.com/archive/php4install.shtml -Original Message-

[PHP] cURL PHP compile error

2003-03-10 Thread Bryan Brannigan
Trying to setup PHP with cURL support... I run this configure command: ./configure --with-mysql --with-apxs --with-openssl=/usr/local/ssl --with-curl --with-mcrypt --enable-sockets and receive this error: /usr/local/lib/libcurl.so: undefined reference to `UI_OpenSSL' Help!! -- PHP General

Re: [PHP] Read

2003-02-28 Thread Bryan Brannigan
yes - Original Message - From: Karl James To: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:11 PM Subject: [PHP] Read Hey does anyone know if you can use PHP and ASP 3.0 or I.I.S on the same hard drive on XP pro? I need to know for school, because I'm

[PHP] search script

2003-02-24 Thread Bryan Brannigan
Ok, my problem of the day. I need to take a field from a form that has either a first name, last name or both and then search the database for all records that match one of those items. The problem, the database only has one field for the name.. where both the first and last name are stored.

[PHP] Skipping Image Upload if Filename is blank

2003-02-19 Thread Bryan Brannigan
I have a form for uploading images. If the browse field is empty I would like it to not process the following copy command, thus eliminating the error message it displays. I thought this would work.. but I have been proven wrong. Anyone have any insight? **snip** if

RE: [PHP] Skipping Image Upload if Filename is blank

2003-02-19 Thread Bryan Brannigan
you would think that it wouldn't. Good luck, Chris From: Bryan Brannigan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] Skipping Image Upload if Filename is blank Date: Wed, 19 Feb 2003 20:44:32 -0500 I have a form for uploading images. If the browse field is empty I would like

RE: [PHP] php and sql problem with mysql_query and insert

2003-01-29 Thread Bryan Brannigan
Have you tried echo'ing out the variable before and after the mysql_query? -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 6:20 AM To: Sunfire; [EMAIL PROTECTED] Subject: Re: [PHP] php and sql problem with mysql_query and

RE: [PHP] Multiple Emails

2003-01-29 Thread Bryan Brannigan
are all your email duplicated? if people are replying to a message you sent you are probably getting one copy from them and one from the list. -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:31 AM To: [EMAIL PROTECTED]

RE: [PHP] MySQL Madness

2003-01-29 Thread Bryan Brannigan
put your password in the mysql_connect. mysql_connect(localhost, root, yourpassword); or create a new user in mysql that has no password and minimal permissions. -Original Message- From: Gibbs, Liam - SXIA [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:46 AM To:

[PHP] mysql_fetch_row problem

2003-01-23 Thread Bryan Brannigan
in advance, Bryan ~~ 90% of being smart is knowing what you're dumb at. Bryan Brannigan Hancock Lumber System Administrator Information Technology (v)207.627.7694 (f)207.627.7041 [EMAIL PROTECTED] ~~ -- PHP General Mailing

RE: [PHP] Executing Shell Commands.

2003-01-23 Thread Bryan Brannigan
I believe something like this would do it: system('ls -l'); -Original Message- From: scott [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:06 AM To: [EMAIL PROTECTED] Subject: [PHP] Executing Shell Commands. Hello, Does anybody know how to execute a shell

[PHP] RE: Solved [PHP] mysql_fetch_row problem

2003-01-23 Thread Bryan Brannigan
Thanks all for the responses.. the solution was to add single quotes around the $Location variable. -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:10 AM To: Bryan Brannigan; Php List (E-mail) Subject: Re: [PHP] mysql_fetch_row