There is no difference between 3 and 4 as far as this script is concerned.
On Sat, 5 Jan 2002, Paul Wallace wrote:
> Hello,
> Can anyone clarify if this code below is indeed PHP v4 or 3? It will
> save significant rigmarole.
> Where can I find online documentation for v3? I have this 'PH
php-windows Digest 12 Jan 2002 02:05:32 - Issue 948
Topics (messages 11390 through 11401):
PHP-XML DOM
11390 by: Sandeep Murphy
11392 by: Jens Wabnitz
preg replace with newline in pattern ?
11391 by: David D asi
sending email out using php?
11393 by: Brian
You can try:
http://www.triplehash.com/content.php?id=26
but it is limited.
If you need to protect your code, used on client side, try the Zend encoder,
or, for a small number of clients, you can use the PHP encoder of BadBlue
Enterprise:
http://badblue.com/helpphpe.htm
A+
Alain
-Original Me
I've been in search of a tool that would allow a PHP script to be compiled
into some sort of self contained Win32 executable. I have found a few
references in PHP forums that ultimately end with broken or outdated links.
Does anyone know if such a tool exists, and where I might it?
Your help is m
It would be best to use the smtp server of your isp, as yahoo has disabled
public relaying (At least I hope--as should everyone else). In the info
that they sent you, they probably provided you with a name that you can use
such as "mail.yourisp.net" or "smtp.yourisp.com". Your isp knows that mai
you can use an IP of another
smtp server or whatever ... such as "smtp.someserver.com"
Doh, I meant an IP (xxx.xxx.xxx.xx) ,,, or the name, such as
"smtp.someserver.com"
;)
nicole
www.aeontrek.com
"Nicole Amashta" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTE
As the others suggested, you need to specify your smtp where "server" is.
If your current server does SMTP, then set it to "localhost"
Or, if your server doesn't have SMTP setup, you can use an IP of another
smtp server or whatever ... such as "smtp.someserver.com"
or "mail.someserver.com" ...
can I use a yahoo account since i dont have an actual SMTP server?
"Pac Mon" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> These aren't ACTUALLY set to 'server' are they? If so then you need to set
> 'SMTP' to an server that can send mail. Then you need to se
These aren't ACTUALLY set to 'server' are they? If so then you need to set
'SMTP' to an server that can send mail. Then you need to set 'sendmail_from'
to an email address i.e. [EMAIL PROTECTED]
>
>SMTP = server ;for win32 only
>sendmail_from = server ;for wi
Brian,
It seems that you are getting the message because PHP doesn't know how to
connect to "server", therefore you need to tell it where to connect to.
In you php.ini, you need to set the SMTP value where the line says "server"
to something meaningful. This value needs to point to a valid smtp
I'm using php 4.0, winXP(pro), OmniHTTPd Pro 2.0.
i want to beable to have users register and then have my script send out an
email to them confirming registration.
i keep getting this error:
Warning: Failed to Connect in auth.php on line 168
The code in auth.php is correct because i got it of
Hi,
> I am running PHPtriad on a win2k machine... when I run phpinfo() it
> displays " XMLACTIVE" but I keep getting an error "Fatal
> error: Call to
> undefined function: xmldoc() in C:\apache\htdocs\example.php on line 24"
>
> What needs to installed/configured ??
XML Active says that you
Hi all,
I have problem that a newbie like me can t resolve without screaming.
I m under windows it s important because lines are delimites by \r\n not by
\n only in nix like os.
I hav a pattern like
Bonjour toto // in one line
Bonjour
toto // but can take the form too
B
onjour toto // too ...
hi,
I am running PHPtriad on a win2k machine... when I run phpinfo() it
displays " XMLACTIVE" but I keep getting an error "Fatal error: Call to
undefined function: xmldoc() in C:\apache\htdocs\example.php on line 24"
What needs to installed/configured ??
TIA,
sandeep
--
PHP Windows Mai
php-windows Digest 11 Jan 2002 11:36:34 - Issue 947
Topics (messages 11385 through 11389):
Re: damnit! can't load PHP 4.1.0 as module on XP
11385 by: Christian Calloway
syntax, 3 or 4?
11386 by: Paul Wallace
Re: cant install PHP
11387 by: Michael Caldwell
unescape
> -Original Message-
> From: Paul Wallace [mailto:[EMAIL PROTECTED]]
> Sent: 11 January 2002 09:42
>
> about%20this%20forum
>
> And so on for subsequent space characters. In the past I have
> had to remove
> '%20' output using 'unescape' when scripting with Javascript.
> What is the
Hello,
To read a database field with space characters in it from a MySQL
database, and out put that result in HTML I have the PHP:
$topic_description
I get the HTML output as:
about%20this%20forum
And so on for subsequent space characters. In the past I have had to remove
'%20' output usi
There are a number of servers available that run on Win systems.
many are "Open Source" or even freeware.
Alternatives to IIS 5.0 are Apache from http://www.apache.org and
Ominhttpd from http://www.omnicron.ab.ca/httpd/
Apache is the most widely used server. Omnihttpd is very easy to install
and
18 matches
Mail list logo