I'm not sure if I fully understand but let me give it a shot. You have a
form where a user enters a hostname and your script queries to see if the
hostname they typed in is already in the database. If it is, you give them
an error, if not you insert the record. Now, if the hostname form field is
b
php-windows Digest 2 Aug 2001 06:29:35 - Issue 680
Topics (messages 8614 through 8621):
Problem installing PHP4 on Linux
8614 by: Kevin Sayre
Re: mail(); error
8615 by: Chris Burwell
attach file problem.
8616 by: arthur
8617 by: Holm Puder
8618 by:
I have 4.0.6 running and I'm still getting the "Unable to fork" error that
they say was fixed in 4.0.6. Maybe they don't have the latest Microsoft
patches or something but this stinks.
David
"Arkegide" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
>
Hi all,
I have some trouble getting the php test page to display, please help. I
am running
Apache 1.3.12
WinNT SP6
PHP 4.0.6
I already verified that apache is working. Then I installed PHP and added
the necessary lines to httpd.conf
Then I added to a test.php file
when i try to open htt
Can fine a proper way to install Php4 on an Netscape server 4.1.
Try to install it like CGI (as explained here
http://http://benoit.noss.free.fr/php/install-php.html
)
But i got this error
trying to GET /index.php, handle-processed reports: no way to service
request for /index.php
Anybody have a s
"Arthur" <[EMAIL PROTECTED]> wrote in message
048001c11a9d$387eb460$[EMAIL PROTECTED]">news:048001c11a9d$387eb460$[EMAIL PROTECTED]...
> $Headers .= "MIME-version: 1.0\n";
> $Headers .= "Content-type: multipart/mixed; ";
> $Headers .= "\nContent-Type:text/html";
> $Headers .= "boundary=\"Message
Try this:
$Answer = fread
$MailText =" This is the Text";
$fileName = "your-name.htm";
$mail_header ="";
// Send mail to customer
/* Generiere einen Boundary */
$boundary = strtoupper(md5(uniqid(time(;
/* Mail-Header using MIME-Mail-Header */
Hello,
I'm using mail to attach a file but I'm having a problem. My script works really good
but when I send an attachment the file goes currupt. I don't know if the problem is
the encoded_attach or enything else. Hope someone can help me.
Here goes a part of my script tha
Thanks Everybody I didn't even think of the whloe smtp server thing on my
own computer. Thanks for your help!
"Chris Burwell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> when i try to send an e-mail using the mail(); function i get the
following
> message:
>
Ok, here's a real stupid question, but I can't see what I did wrong.
Basically, I'm trying to get PHP to run on a Red Hat Linux server, installed
the RPM, verified that the httpd.conf file has the LoadModule for PHP in it,
but still, it won't process the scripts, simply spits out the code. What'd
php-windows Digest 1 Aug 2001 14:03:33 - Issue 679
Topics (messages 8604 through 8613):
couple of questions about php and apache on win2k server
8604 by: Kash
Re: Works through DOS, not through Apache
8605 by: Frank M. Kromann
Re: Variable scope in loops
8606 by: M
Ok, here's a real stupid question, but I can't see what I did wrong.
Basically, I'm trying to get PHP to run on a Red Hat Linux server, installed
the RPM, verified that the httpd.conf file has the LoadModule for PHP in it,
but still, it won't process the scripts, simply spits out the code. What'd
I'm having a big problem with mail(). Í'm trying to add a attachment, but
the only way I have found is using Mime. Does anybody know if there's a way
to add a attach file and how can I do it??? If somebody knows and have an
example, I would be really glad.
Arthur Franco
--
PHP Windows Mailing
Your SMTP server might not be on or working. For testing purpose,
you could use your own SMTP server on your computer from postcastserver.com,
download postcastserver (freewar)
--
Joel Agnel
[EMAIL PROTECTED]
"Chris Burwell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL P
Problem!
Using Windows 98, Apache 1.3.14, PHP 4.06, and i works fine!
Now I try to use the php_domxlm.dll .
My PHP.ini in configured with:
[php.ini]
.
.
extension_dir=c:\WebServer\php\extensions
extension=php_domxml.dll
.
.
I get no errors on Apache/php server startup, and other .php file
Hi Chris,
... you need to specify your smtp-server in the php.ini.
Hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
__
Hi,
I try to connect to a COM object.
The creation of the objects works fine. The return value isn't NULL.
If I call one of the public functions I get always an error message
"Warning: Invoke() failed:"
The code is like
$obj = COM("TestCom.TestCtrl.1");
if ( $obj == NULL )
print ..
e
I have looked thoroughly for *detailed* documentation on how to build PHP4
and extensions under Win32. Documentation is NOT included in the source
distribution or anywhere I can find through the search engine at www.php.net
.
I understand that www.php4win.de is apparently the best resource at th
18 matches
Mail list logo