[PHP-WIN] WinXP Error Passing Variables (and creating)

2002-02-19 Thread Chris
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

[PHP-WIN] PHP - mssql

2002-03-19 Thread chris
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

[PHP-WIN] SESSION TROUBLE...

2002-10-04 Thread Chris
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

[PHP-WIN] comments not working in PHP

2001-08-23 Thread chris
Bizarre problem... maybe a simple issue? I've tried #, //, /* */ and it simply will not comment out the phpinfo function... code looks like this: # //

[PHP-WIN] PHP/Apache module, and the php.ini file

2001-08-23 Thread Chris
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

[PHP-WIN] Curl/php/Apache on Win32

2001-08-27 Thread Chris
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

[PHP-WIN] How do I obtain the client's IP?

2001-10-13 Thread ChriS
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

[PHP-WIN] accessing mssql2k from win2k with PHP4.1.1

2002-02-06 Thread chris
ny help is highly apriciated. Thanks :) Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php4, IIS5 and mssql8 problems

2002-02-06 Thread chris
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

[PHP-WIN] PHP 4.1.1 - MSSQL 8

2002-02-07 Thread chris
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

[PHP-WIN] why doesnt this work?

2002-02-08 Thread chris
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

[PHP-WIN] im so stupid

2002-02-11 Thread chris
. -Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] im so stupid

2002-02-12 Thread chris
" <[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',

Re: [PHP-WIN] im so stupid

2002-02-12 Thread chris
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

[PHP-WIN] Configuration

2002-02-12 Thread chris
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

[PHP-WIN] how do you get eapi support in php4apache.dll?

2003-03-23 Thread chris
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.

[PHP-WIN] Re: Global & POST & uploading files

2003-03-25 Thread chris
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

[PHP-WIN] Help With CGI Timeout

2003-07-21 Thread Chris
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

[PHP-WIN] BTW: Help With CGI Timeout

2003-07-21 Thread Chris
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

[PHP-WIN] MySQL problem

2001-04-15 Thread Chris
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

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Chris
> 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

[PHP-WIN] Re: PHP5 IIS6 2003 Access Violation

2004-07-01 Thread Chris
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

[PHP-WIN] Re: setup of MSSQL with PHP

2004-07-05 Thread Chris
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"

[PHP-WIN] Re: Installing PHP 5.0 on IIS6/win2003

2004-07-28 Thread Chris
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

[PHP-WIN] PHP Access Violation

2004-07-29 Thread Chris
n 2k3 IIS6 server. Thanks, Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Unable to load php_mysql.dll

2004-08-02 Thread Chris
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

[PHP-WIN] PHP Access Violation

2004-08-05 Thread Chris
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

[PHP-WIN] Apache, mod_ssl, OpenSSL, PHP 5.0.2 causes php to crash

2004-09-25 Thread Chris
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

[PHP-WIN] Re: error. no database selected.

2004-10-26 Thread Chris
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

Re: [PHP-WIN] Escaping quotes in form validation

2004-12-20 Thread Chris
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

Re: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-23 Thread Chris
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

Re: [PHP-WIN] PHP and Apache

2005-03-01 Thread Chris
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

Re: [PHP-WIN] Form problem variables are being sent in the query string

2005-08-22 Thread Chris
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

[PHP-WIN] Re: [PHP-DB] php portfolio

2007-04-19 Thread Chris
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

[PHP-WIN] Re: [PHP-DB] ntwdblib.dll not found in any of the 5.2.8 zip files

2008-12-21 Thread Chris
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.

[PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Chris
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

[PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
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

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
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

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
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

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
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

[PHP-WIN] ISAPI and Includes

2002-02-18 Thread Chris Ogles
. 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

[PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread Chris Earle
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

Re: [PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-20 Thread Chris Earle
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.

[PHP-WIN] 'popen' command under WinXP

2002-03-01 Thread Chris Haidvogel
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

[PHP-WIN] Apache 2.0.35

2002-04-10 Thread Chris Dion
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

[PHP-WIN] Re: Newbie to php

2002-04-12 Thread Chris Hogben
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

[PHP-WIN] Re: Apache 2.0.35

2002-04-15 Thread Chris Dion
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:

[PHP-WIN] Re: Apache 2.0.35

2002-04-15 Thread Chris Dion
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

[PHP-WIN] Re: Getting Apache 2.0.35 and PHP 4.2 to work on Win2k

2002-04-25 Thread Chris Dion
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

[PHP-WIN] passing variables with 4.2

2002-04-26 Thread Chris Dion
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:

[PHP-WIN] PHP Triad or Nusphere or ??

2002-04-29 Thread Chris Lott
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

[PHP-WIN] More than one cookie

2002-05-02 Thread Chris Dion
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

[PHP-WIN] More than one cookie - more info

2002-05-02 Thread Chris Dion
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

[PHP-WIN] Loading extensions...

2002-06-02 Thread Chris Knipe
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

Re: [PHP-WIN] Re: Loading extensions...

2002-06-02 Thread Chris Knipe
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

Re: [PHP-WIN] Re: Loading extensions...

2002-06-02 Thread Chris Knipe
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

Re: [PHP-WIN] RE: [PHP] How to Show my Own Error Message Instead of Mysql Error?

2002-06-21 Thread Chris Boget
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 ---

Re: [PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Chris Boget
;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

[PHP-WIN] case-sensitive

2002-06-25 Thread Chris Schmidt
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

Re: [PHP-WIN] case-sensitive

2002-06-25 Thread Chris Schmidt
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

Re: [PHP-WIN] case-sensitive

2002-07-01 Thread Chris Schmidt
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

[PHP-WIN] Re: Getting users IP Address

2002-07-02 Thread Chris Earle
$_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

Re: [PHP-WIN] Followed install.txt... and NOTHING

2002-07-02 Thread Chris Earle
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

Re: [PHP-WIN] case-sensitive

2002-07-02 Thread Chris Schmidt
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]"

[PHP-WIN] RE: PHP4 and Apache2

2002-07-09 Thread Chris Dion
/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

[PHP-WIN] PHP Network functions

2002-07-15 Thread Chris Knipe
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

[PHP-WIN] Re: [PHP] Problem on file_exists()

2002-07-16 Thread Chris Hewitt
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

[PHP-WIN] Include Issues Windoes 2000

2002-07-25 Thread Chris Schmidt
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

Re: [PHP-WIN] SESSIONizing Post form vars

2002-07-30 Thread Chris Boget
> 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

[PHP-WIN] Can't send mail

2002-08-16 Thread Chris Schoeman
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

Re: [PHP-WIN] finding out if a key exists in an associative array

2002-08-22 Thread Chris Boget
, 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

[PHP-WIN] mysql_query() & mail() - something weird is going on !

2002-09-12 Thread Chris Knipe
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)

[PHP-WIN] IIS 5 and Tomcat?

2001-04-28 Thread Chris Boothe
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]

Re: [PHP-WIN] IIS 5 and Tomcat?

2001-04-28 Thread Chris Boothe
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]

Re: [PHP-WIN] need help displaying random records

2001-04-30 Thread Chris Adams
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]

[PHP-WIN] Path error session.save_path at php.ini.

2001-05-04 Thread Chris Boothe
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]

Re: [PHP-WIN] msvcr70.dll ?

2001-05-07 Thread Chris Adams
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

[PHP-WIN] SSL on IIS5?

2001-05-07 Thread Chris Boothe
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]

[PHP-WIN] Netscape and $PHP_SELF?

2001-05-07 Thread Chris Boothe
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]

Re: [PHP-WIN] Netscape and $PHP_SELF?

2001-05-08 Thread Chris Boothe
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

Re: [PHP-WIN] ISAPI

2001-05-09 Thread Chris Adams
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,

[PHP-WIN] Question

2001-05-09 Thread Chris Cranford
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

[PHP-WIN] PHP Preprocessor - URGENT

2001-05-09 Thread Chris Cranford
link. How can I force these values into the QUERY_STRING using the preprocessor php.exe file? Thanks Chris

[PHP-WIN] PHP 4.0 and Payflow Pro

2001-05-10 Thread Chris Mahaffey
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

Re: [PHP-WIN] HTML -> PHP -> HTML calling sequence

2001-04-22 Thread Chris Adams
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

[PHP-WIN] setting up .phps

2001-05-15 Thread Chris Sano
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:

Re: [PHP-WIN] Can't get XML Parser Class to work

2001-05-15 Thread Chris Sano
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

[PHP-WIN] SQL & PHP

2001-05-16 Thread chris . cranford
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

Re: [PHP-WIN] error in ip2long

2001-05-16 Thread Chris Adams
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]

Re: [PHP-WIN] Sessions: Accessing PHP session variables under PWS

2001-05-20 Thread Chris Sano
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

Re: [PHP-WIN] PHP/Javascript

2001-05-20 Thread Chris Sano
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

RE: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread Boget, Chris
ion didn't suck. I still use the DOS version. Chris

[PHP-WIN] mail(); error

2001-07-31 Thread Chris Burwell
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-

[PHP-WIN] Re: mail(); error

2001-08-01 Thread Chris Burwell
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

[PHP-WIN] Help with PHP/Apache/Win98 install

2001-08-24 Thread Chris Scott
/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

[PHP-WIN] Embedding PHP in C

2001-08-28 Thread Chris Wilson
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]

[PHP-WIN] mail(); Help

2001-09-09 Thread Chris Burwell
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!

[PHP-WIN] User registration not working!

2001-09-09 Thread Chris Burwell
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

[PHP-WIN] Fast Template PHP4 patch

2001-09-10 Thread Chris Burwell
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

[PHP-WIN] Where's my mcrypt function??

2001-09-12 Thread Chris Scott
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   2   3   >