I currently have been trying to learn PHP (as Apache module) and it doesn't
work. Through Apache I get this error:
"[Tue Feb 19 18:41:11 2002] [error] PHP Warning: Undefined variable:
username in ...filepath...\apache group\apache\htdocs\second.php on line 13"
The book I'm using to program with
tried everything i can think of that can work
but with no luck.
So if someone have a solution for me... i would apriciate it :)
(and yes i do have defined all the vars in the script they are just not that
important here)
-Chris
--
PHP Windows Mailing List (http://www.php.net/)
To
Hi everyone,
i have a tricky situation here...
I'm working on a project that requires session for logins.
The problem is PHP DOES NOT generate a new session id, even if the
appropriate functions are used. I have a little login test site that worked
absolutely perfect, with sessions generated at
Bizarre problem... maybe a simple issue? I've tried #, //, /* */ and it
simply will not comment out the phpinfo function... code looks like this:
# //
rting
Apache, restarting Windows98, ect, ect. I have also double checked to
see if I had more that one copy of the php.ini file, and I have only
one.
Any help would be greatly appreciated,
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Hello
Does anyone know how to install and use php_curl.dll for php.
I set extension=c:\phpdev2\php\extension\ and also tried copying files
SSLEAY32.dll,
php4ts.dll,
libeay32.dll in to the winodws system directory and set extension to that
but still no sucess.
I always get a error message saying
How can I obtain the client's IP address in PHP? I'm trying to migrate from
IIS/ASP to Apache & PHP and need something similar to ASP's servervariables'
collection? (HTTP_REMOTE_ADDR)
Chris
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To uns
ny help is highly apriciated.
Thanks :)
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Im having huge problems with this.
everything else works just fine, i just cant get my mssql functions to work.
all my calendar and mail mailfunctions are working. whats wrong here?
Doesnt php4 support mssql8??? is that my problem? all help will be
apriciated.
--
PHP Windows Mailing List (http
I can get my tables from my DB but how can i get column names displayed
above the result?
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i get this message when i try to open this page : PHP Warning: Undefined
variable: submit in c:\inetpub\wwwroot\testsite\registrer.php on line 8
form method="post" action="registRer.php">
Fornavn:
Etternavn:
If you know why it doesnt work please help.
--
PHP Windows Mailing List (http
.
-Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
" <[EMAIL PROTECTED]> wrote in message
> news:005601c1b310$fa19ad80$311f49d1@VAIO...
> Try this:
>
> $db = MSSQL_CONNECT($hostname,$username,$password);
> mssql_select_db($dbname);
> $sql = "insert into studenter(fornavn, etternavn) values
> ('$fornavn',
echo 'Etternavn: ' . $etternavn . '';
?>
So do I have a problem with my PHP configuration???
LOL this thing is gonna drive me crazy before i get it right
-Chris
"George Pitcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTE
In an earlier thread i asked about why i couldnt send data from a HTML form
to a PHP script. The data just didnt go through... now i was told that this
is a configuration problem... How and where do i configure such a thing?
-Chris
--
PHP Windows Mailing List (http://www.php.net/)
To
I downloaded and recompiled the source with MS Visual Studio 6 with eapi
defined, but the resulting dll is exactly the same, and apache still gives
warnings and crashes under load.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
PHP Windows Mailing List (http://www.
On Tue, 25 Mar 2003 13:13:05 -0500, Afan Pasalic <[EMAIL PROTECTED]>
wrote:
While was working on staging server (Global On) everythign was working
ok:
Product name:
Product Ser.#:
Upload 1st image:
Upload 2nd image:
Upload 3rd image:
But, pushing to other server (Global Off) - can't rea
myself. What I am
trying to determine is, is it possible/reasonable to ask my hosting
provider to increase the CGI time out limit. If so, how would I instruct
them in this matter? Or possibly, are there other solutions?
Thanks for opinions
Chris
--
PHP Windows Mailing List (http://www.php.net
BTW I can run a regular cgi script out of my cgi-bin directory for a much
greater period of time without being shut down by the time limit.
Chris wrote:
> I have a script that uploads a data file and inserts several thousand
> records into a database table. The script seems to time out w
I was trying to create a database for PHP using MySQL with the command
c:\mysql\bin>mysqladmin create database01 and I received the following
error message
"Can't connect to MySQL server on 'localhost' (10061)
Check that mysql is running on localhost and that the port is 3306.
You can check this b
> Try going into your mysql bin directory, then type:
>
> mysql.exe
>
> Then try using connect, or just doing your query.
>
> If that doesn't work, ensure MySQL is running. If that doesn't work...then
> there is some other problem.
>
> --
> Plutarck
> Shou
I read an article that said to replace the php5isapi.dll with the one from
RC2.
The article is at http://bugs.php.net/bug.php?id=28799
"David Charles" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I can set up the latest version of 4 to run under IIS6 as isapi dll in 5
> minutes. N
Hey have you uncommented the mssql.dll in php.ini? I have the same setup and
it works. You might try calling the server using its ip address or its dns
name. Also, how are you setup for the php extension on the server? Are you
using the php.exe or the php4isapi.dll for the extension?
"Steve Howie"
Don't know of any how tos out there, but just finish an install of 5 running
IIS6 on a 2k3 server. We found an exe to install, but we also downloaded the
binaries. If you still need help email me at [EMAIL PROTECTED] and I'll
let you know what we did to get it working.
Chris Shru
n
2k3 IIS6 server.
Thanks,
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
own on
line 0"
Note that i've set
- cgi.force_redirect = 0;
- fastcgi.impersonate = 1;
Still the same problem. Any help please.
Nadim Attari
Alienworkers.com
I don't think that relative path is pointing to where you think it is
(if it's pointing anywhere at all). Try setting the
n
2k3 IIS6 server. When this access violation happens, I also get a DCOM error
in my logs. Any suggestions or ideas will get greatful.
Thanks,
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm on Windows XP SP1, Apache 1.3.31, and PHP 5.0.2.
PHP5's ISAPI module crashes often with the error message (via error.log):
[warn] Loaded DSO c:/php/php5apache.dll uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
The website where I received the
Have you tried using the function "mysql_select_db" to select the database?
Patrick Roane wrote:
Ok,
No syntax errors this time, but when I hit enter
(after I type in the code below), I get 'error 1046,
no database selected'
CREATE TABLE phonelist(
id INT(100) PRIMARY KEY,
firstName VARCHAR
From your minimal details, I assume you're trying to print the value of
a textbox/textarea to a webpage?
You would need to use htmlentities() to escape the quotes if that's the
case.
Chris
S.D.Price wrote:
Hi can anyone help. I have a news blog system where a user can add news
st
DvDmanDT wrote:
Errm.. I did search accutually.. But didn't find anything.. Partly cause I'm
running home edition.. There's no security tab there.. And the folders are
shared.. Apache is running as SYSTEM, and I'm as User or something like
that.. Any more ideas?
I don't know if this would work o
No, mod_php.c does nto have to exist.
Provided that c:/PHP/php5apache.dll acctually exists, your problem is
likely that you have got php5ts.dll in your system path (copying it to
the WINNT/System32/ directory works.
Chris
Logan B wrote:
Hi,
I'm using Apache 1.3 on my Windows XP Pro box wit
Your form should be defined like this:
method="post">
The post method is what keeps the variables off the URL string, the
action is the page to submit the data to.
Chris
Jim MacDiarmid wrote:
I have 2 form fields one is a checkbox and the other is a hidden field. The
check
Matt Anderton wrote:
awesome guys. thanks a lot. one thing I think I DO have going for me --
true I have only flown solo, never worked on a team, but my current project
was designed entirely to someone else's specs. I knew there would be lots
of changes as it went along and I think I did a dec
Fred Silsbee wrote:
--- On Sat, 12/20/08, Fergus Gibson wrote:
From: Fergus Gibson
Subject: Re: [PHP-DB] ntwdblib.dll not found in any of the 5.2.8 zip files
To: fredsils...@yahoo.com
Date: Saturday, December 20, 2008, 6:06 PM
On Sat, Dec 20, 2008 at 7:59 AM, Fred Silsbee
wrote:
ntwdblib.
on line 0.
On another server, I have the same setup but using the Sqlserver dll. Any
Suggestions?
Thanks,
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello, and thanks for your assistance in advance. I am running windows 2008
64 bit/PHP 4.49 and mysql. When I run my application, I get an error. When
I check the php.log file it states:
PHP Warning Unknown() Unable to load dynamic library
c:\php\extensions\php_msql.dll - The specified modu
Hello Richard, and thanks for your assistance. I do have it in the path. I
have done a search on the server for msql.dll and it doesnt exist. Where
does it come from and how do I get it?
Thanks,
Chris
"Richard Quadling" wrote in message
news:r2v10845a341004280743obc4213eay229
My badI do have msql.dll in c:\php and it is part of the env path.
Thanks,
Chris
""Chris"" wrote in message
news:6d.87.02305.a4c48...@pb1.pair.com...
Hello Richard, and thanks for your assistance. I do have it in the path.
I have done a search on the server for ms
Pretty much the same exact thing.
C:\PHP>php -m
[PHP Modules]
bcmath
bz2
calendar
com
ctype
domxml
ftp
gd
msql
mysql
odbc
overload
pcre
session
standard
tokenizer
wddx
xml
xslt
zlib
[Zend Modules]
C:\PHP>php -i | find "ext"
Content-type: text/html
. I have trided to put in the other pathes
to each of the includes that the other file need, but still get the
exact same error. Does anyone have any ideas??
Drop me a line at [EMAIL PROTECTED]
Thanks
Chris
-BEGIN PGP SIGNATURE-
Version: PGP 7.0
iQA/AwUBPHGR9KNIaumjVcTHEQIcTgCg0T
No offense taken, but I have never done this before so I don't really know
what I'm doing with the variable passing and stuff (aside from C++ and VB
knowledge). I copied that from the book exactly and it did not work.
Your form does not work either, it simply gives me the else statement's
actio
Yours did not work as it either. Thanks for the attempt. Although a few
things about your code that I thought my be the problem:
- You had " wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Try this instead. I couldn't get Devon's to work on my system either, but
> this one does.
the output from the command. First
off, is there a way to get popen to work in WinXP? If not, is there a way
to rewrite this code to capture the output from this command?
I am currently running PHP 4.1.1 on Apache 1.3.23.
Thank you in advance for any help.
--
Chris Haidvogel
Software Engineer
Now that there is a binary out for apache 2 for windows...are we going to
get a binary for php for apache 2? Anyone know? Or how I can manage to
compile php for apache2?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry if i'm posting twice, but i used my nospam address, and i know this
server is pickky on addresses :P
Hi there,
You could always try using mysql_error() to get a better error description.
Try this:
Hope this helps
Chris Hogben
"Nik Alleyne" <[EMAIL PROTECTED]> wr
Tried that still can't start apache2. What version and stuff are you using
and are you sure that's all you added to your http.conf?
--Chris
"Steffen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This works for me:
Yeah I got it to work too. It Helps when you tell php where it's extensions
are.man it's been a long day.
--Chris
"Haagen Waade" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thx, Steffen!
>
> I got it to w
David,
Install PHP 4.2 like you usually would but in your httpd.conf put:
LoadModule php4_module C:\php\experimental\apache2filter.dll
AddType application/x-httpd-php .php
I did a complete uninstall and reinstall of both apache and php when I
upgraded so nothing would be confused.
--Chris
Is there something I am missing here. With php 4.1.2 i can do
blah.php?action=foo but with 4.2 I can't. What am I doing wrong? The php
page just acts like nothing was passed. Happens with form data too.
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit:
Not having used any of them myself (yet), is there any compelling
reason to choose one of the "unified" installer packages over another?
I am leaning towards PHP Triad because it is free (which is good for
myu students) and because Nusphere makes me a bit itchy with all the
bad blood with MySQL. I
I am using PHP 4.2.0 and I am trying to set some cookies. The problem is
only the last one get set. Yes the cookie names are different. Any ideas?
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;, time()+(24*3600*365));
setcookie("dawg_session", "test1", time()+1800);
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I got some problems loading php extensions (php_gettext.dll)... When IIS
starts, PHP complains that it cannot load the dll...
>From my \winnt\php.ini:
; Directory in which the loadable extensions (modules) reside.
extension_dir = d:\php\extensions\
extension=php_gettext.dll
The system its
t;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 02, 2002 10:14 PM
Subject: [PHP-WIN] Re: Loading extensions...
> Try extension_dir = d:\php\extensions
>
> or extension_dir = d:/php/extensions/
> etc
>
>
> "Chris Knipe" <[EMAIL PROTECTE
K.. Just so you all know, I upgraded to PHP 4.2.1 with all the extensions
that came with 4.2.1, and it's working now...
So yeah.. Just comes to proof the gettext dll that ships with 4.2.0 aren't
working properly...
--
me
- Original Message -----
From: "Chris Knipe" &l
Here's a function I use. I just pass it the mysql_errno() and mysql_error() that
is generated with each query. The error messages are based off the result
codes as specified on the mySQL site. Changing these to say what you want
will be a simple matter.
hth
Chris
---
;t seem to find the reason for it.
> $foo = &$bar->some_function();
I've never seen it used like that, but the & means pass "by reference" instead
of the default *by value".
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Why on windows is PHP not case-sensitive but on Unix it is? And can this be
configured
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t; wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Tuesday, June 25, 2002 at 9:27:42 PM, "Chris Schmidt" wrote:
>
> > Why on windows is PHP not case-sensitive but on Unix it is? And can
this be
> > configured
>
> If you mean filenames, thi
without the
> $includepath-as if you were typing include("config.php");
>
>
> "Chris Schmidt" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Sorry.
> >
> > I have an Windows 2000 box running PHP as
$_SERVER["REMOTE_ADDR"] is I believe the variable (you can do phpinfo();
call to find others).
"R.S. Herhuth" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> How do I get a users IP address using either Javascript or PHP?
>
> Thanks,
> Ron
--
PHP Windows
I'm almost entirely sure that this is Apache's fault (well XP).
XP and Apache don't get along together. To get this to work you might need
to install Win2k or some form of Linux.
"Peter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> make sure these lines ar
ni'), and make sure that the
> server is actually parsing PHP files correctly.
>
> --
> Scott Hurring
> Systems Programmer
> EAC Corporation
> scott (*) eac.com
> --
> "Chris Schmidt" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]"
/php4apache2.dll
AddType application/x-httpd-php .php
You will need to set the path to the module to what ever it was in 4.2.1.
I think it's in the experimental folder.
Hope this helps
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Lo all,
What extensions needs to be enabled to be able to use PHP's network functions in
Windows?
I'm specifically after the DNS related functions (getmxrr, gethostbyname &
fsockopen)...
Thank you kindly.
--
me
file! why?
>
>I'm using php in windows NT IIS environment!
>
I think you will need to escape the space, usually with a \
HTH
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have two server
FS = File Server
WS = Web server
WS is IIS and is conecting to a share on FS.
So the path to the PHP files is
\\FS\iisweb\phpfiles\
So if i call test.php and that is located at http://WS/client/test.php
and config is at http:\\WS\phpfiles\config.php
test.php has this as a lin
> Is there a quick way to add all of the vars in the $_POST[] array to
> the $HTTP_SESSION_VARS[]?
> I suppose a loop would do the trick.
array_merge() might work, too.
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am using php as an isapi module on IIS.
Sending mail from within php scripts don't work.
Anyone has an idea of what is wrong?
Thankx
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, you can check out the following page:
http://www.php.net/manual/en/function.key.php
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Lo all,
I get a timeout on line 523 of my code (posted and marked below). However,
I fail to see where the timeout is occurring, and even debugging
(mysql_error()) doesn't report anything wrong!
I'm baffled as to what exactly is causing this timeout The code is
currently on Apache (Win32)
Does anyone have any experience with setting up IIS 5 with Tomcat? I have downloaded
the Win32 version of tomcat in several zip files. However they only consist of one DLL
each.
I need to get more information where can I look?
Thanks,
Chris Boothe
[EMAIL PROTECTED]
Just answering my own question I think...
Haven't tried this solution yet.
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html
Chris Boothe
[EMAIL PROTECTED]
en pick a row from the resultset at random.
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Has anyone seen this before or know how to fix it? I am trying to run setup.php from
phpProjeckt.
Session error!
please set the correct temp path in the variable session.save_path at php.ini.
The ini file has a value of /tmp does this work on IIS5?
Thanks,
Chris Boothe
[EMAIL PROTECTED]
On 2 May 2001 02:58:04 -0700, Ermanno Iannacci <[EMAIL PROTECTED]> wrote:
> When I start Apache, I get a lot of errors saying "Could not find
> msvcr70.dll". Which dll is this?
> (NT4 Apache 1.3.17 PHP 4.0.5)
It's one of the Visual C runtime DLLs. It'll apparently ship with Windows XP
from what I
Is there a way to get something like OpenSSL to work on IIS5? I am doing development
on my machine and when it is ready I will be porting it to a hosting company that
shares their certificate.
Any suggestions?
Chris Boothe
[EMAIL PROTECTED]
My script works fine in IE 5.5 however a hyperlink is missing the script name when it
is displayed in Netscape Navigator 4.77.
echo "$id\n";
Instead of view.php?id=1&act=v I get ?id=1&act=v
which doesn't work obviously.
Thanks,
Chris Boothe
[EMAIL PROTECTED]
I know what you are saying it is a bit odd.
The problem is that
$id
is being called within a function and the $HTTP_HOST, etc. seem to be set to
null within the function.
Thanks,
Chris Boothe
[EMAIL PROTECTED]
- Original Message -
From: "Mike Flynn" <[EMAIL PROTECTED
On 9 May 2001 12:07:54 -0700, Tim Uckun <[EMAIL PROTECTED]> wrote:
> Is there a document that explains the intracasies of this environment.
> If I decide to scrap IIS and go to apache will php run as a loadable module
> or CGI? Will it be fast and efficient like ISAPI?
Loadable module. And yes,
Hello Everyone
I am using the PHP 4.0.5 I believe's php.exe preprocessor. How do I pass it the
QUERY_STRING parameters from the dos window's command line ??? I need to do some
manual testing and can not figure out how to pass it the URL's query line.
Thanks
Chris
link. How can I force these values
into the QUERY_STRING using the preprocessor php.exe file?
Thanks
Chris
figure out how to do it for Windows. Do I
need to compile my own version of the PHP executable?
If so, how/what to do?
I do have PHP running perfectly without the Payflow
Pro extensions on a Windows 2000 Server with IIS 5.
Any help would br greatly aprreciated.
T
On 21 Apr 2001 17:06:05 -0700, Bob Sears <[EMAIL PROTECTED]> wrote:
>
>I'm stuck. Module A is a HTML program with a FORM/ACTION/GET that xctls to
>a PHP module. I have no problem getting to
>the PHP module, displaying a dummy screen, and returning to the HTML
>program. In a PHP text I perused th
How do I set up .phps files in windows? I'm running IIS5.0 on win2k. Any
help would be appreciated, thanks!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
Show me some snippets and I can help..
-c
""Steve Dowell"" <[EMAIL PROTECTED]> wrote in message
9drfhk$cc6$[EMAIL PROTECTED]">news:9drfhk$cc6$[EMAIL PROTECTED]...
> I am very new at using PHP and need some help.
>
> I have downloaded several of the pre written XML Parser Classes and can't
> seem
mt = odbc_prepare(CX, $sql);
if (odbc_execute($stmt)) { echo "Successful.": } else { echo
"Unsuccessful."; }
Why does the command:
UPDATE SEARCH_RECORDS SET DESCRIPTION="Chris's Page"
fail?
Thanks
Chris
PS -- Using a microsoft access 1997 database.
--
PHP Win
he same value - the first time is treating it as an unsigned integer,
the second as a signed integer.
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
A code snippet would be helpful to pinpoint the problem..
-C
"Zachary Harris" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am writing an app that uses sessions and can't access them outside of
> the script that they were written with.
>
> I get the follow
Mike is right - It's best to process everything on the server side and
update the client side after everything has been updated (database, etc.)
This requires some more coding (setting the drop boxes, text boxes to the
same values that the user chose before "submitting"), but it's the safest
way
ion didn't
suck. I still use the DOS version.
Chris
when i try to send an e-mail using the mail(); function i get the following
message:
Warning: Failed to Connect in d:\Server\apache\htdocs\dev\inc\functions.inc
on line 26
Line 26 of the functions.inc file reads like this:
$mailsend = mail("$email", "$subject", "$body", "From:
$from\r\nContent-
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(); functi
/test.php) and no
errors appear. Can anyone tell what I'm doing incorrectly?
Chris Scott
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e
and would love use it and avoid
have to call PHP from the commandline and parsing the outputs.
Any suggestion on if this can be done or any other langauge that do the
trick besides PERL..
Thanks
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
I am having a little trouble getting my script to work correctly. PHP send
the mail out fine, but when i see the mail in my inbox, it have no from
address. I have tryed to figure out why this is not working, but i have gad
no sucess. I have enclosed the code below, any help is greatly appreciated!
I am having some trouble with my user authentication system. I just can't
get it to work the way i want it to. When i try to register with an e-mail
that is already in the database it dooes not give me the proper error. Can
someone help me out? I have included the registration file in th is messag
How do I patch Fast Template to PHP4? I see the code to do so on their web
site (http://www.thewebmasters.net/php/FastTemplate.phtml), but I do not
know where in class.fasttemplate.php3 to put that cade. Can someone help me
out? Any Help is greatly appreciated!
--
PHP Windows Mailing List (htt
I cannot find the php_mcrypt.dll function in the 4.0.6 build. It is not
contained in any of the downloads. Is there any way to have its
installed? Thanks, Chris Scott
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
1 - 100 of 227 matches
Mail list logo