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
$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
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-
Fr
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
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 tak
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.
ogram
enters your if statement when 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
>
&g
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 ($_FILES['imagefile']['tmp_n
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
>
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]
> S
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 i
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]
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 s
ect("localhost", "webapp");
mysql_select_db("helpdesk",$db);
$result = mysql_query("SELECT contactemail FROM loc WHERE
location=$Location",$db);
while($row = mysql_fetch_row($result)){
$contactemail = $row[0];
}
Thanks in advance,
Bryan
~~
14 matches
Mail list logo