[PHP-WIN] php - mysql performance on windows question

2007-11-29 Thread Meetstream
Hi we have a big chat-video website to build and we have quotes from programmers using php-mysql. for a big website with high trafic volume can it run on windows ? cgi or isapi ? thanks Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Abhisek Dutta
KM, Check this out: http://forums.mysql.com/read.php?52,98383,98383 It may help you. Regards Abhisek KM wrote: I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
Date: Tue, 7 Aug 2007 10:01:16 -0400 (EDT) Subject: Re: [PHP-WIN] PHP, MYSQL and Apache > Keith, > > Go in your php.ini and change that extension path to have / (forward > slashes) instead of \ (backslashes), save it, then restart Apache. > > Regards, > Carlton Whit

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Carlton Whitehead
[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], php-windows@lists.php.net Sent: Tuesday, August 7, 2007 9:56:29 AM (GMT-0500) America/New_York Subject: Re: [PHP-WIN] PHP, MYSQL and Apache This is from my apache error.log [Tue Aug 07 09:53:47 2007] [notice] Parent: Received shutdown signal -- Shutting

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
2007 08:53:02 -0400 Subject: Re: [PHP-WIN] PHP, MYSQL and Apache > This sounds very typical of a problem with WHERE in your path MySQL is set. > > Open up your PATH env variable, and look to see if your PHP ext > directory (with the mysql ext) is listed in the path BEFORE your actua

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Thomas Hearn
n the PATH And yes on the second as well Keith -Original Message- From: Jeff White [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:56 PM To: 'KM' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP, MYSQL and Apache Hello Keith, I realize this may seem a b

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
sts.php.net Date: Tue, 7 Aug 2007 17:31:39 +1000 (EST) Subject: RE: [PHP-WIN] PHP, MYSQL and Apache > I always have 'small' issues configuring mysql extensions for PHP in > windows. > > What does you extension_dir directive look like in the php.ini config > file? is it

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread hburton
- > From: Carlton Whitehead [mailto:[EMAIL PROTECTED] > Sent: Monday, August 06, 2007 9:01 PM > To: KM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP, MYSQL and Apache > > Keith, > > Are you sure that's the same php.ini that is referenced by your > p

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
Yes the directory is in the PATH And yes on the second as well Keith -Original Message- From: Jeff White [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:56 PM To: 'KM' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP, MYSQL and Apache Hello Keith,

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Jeff White
9:22 PM To: 'Carlton Whitehead' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP, MYSQL and Apache Configuration File (php.ini) Path C:\WINDOWS Loaded Configuration File C:\WINDOWS\php.ini This is indeed the ini file I am editing and saving. And yes, any time I've m

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
m: Carlton Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:01 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Are you sure that's the same php.ini that is referenced by your phpinfo(); script? Have you restarted Apache since y

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
ailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:01 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Are you sure that's the same php.ini that is referenced by your phpinfo(); script? Have you restarted Apache since you enabled the extensions

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Carlton Whitehead
From: Carlton Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:11 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Browse to your phpinfo(); page, and search it for mysql. Is it listed? If not, the mysql module isn't enable

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
;extension=php_zip.dll Is there something else I am missing? Keith -Original Message- From: Carlton Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:11 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Browse to your phpinfo

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Carlton Whitehead
st 6, 2007 4:58:36 PM (GMT-0500) America/New_York Subject: [PHP-WIN] PHP, MYSQL and Apache I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql Here is the PHP code

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Bill Bolte
[PHP-WIN] PHP, MYSQL and Apache I am attempting to use the following together MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql Here is the PHP code for what I'm trying to do... Fatal erro

[PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql Here is the PHP code for what I’m trying to do… Fatal error: Call to undefined function mysql_connect() in

RE: [PHP-WIN] PHP MySQL login page won't work

2007-06-27 Thread Don Denton
esday, June 27, 2007 2:41 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP MySQL login page won't work Hi Duplicating your post isn't going to get you any more or faster replies. This list is for PHP matters. IF there was anything wrong with the PHP it would be a Dreamweave

Re: [PHP-WIN] PHP MySQL login page won't work

2007-06-27 Thread Niel Archer
Hi Duplicating your post isn't going to get you any more or faster replies. This list is for PHP matters. IF there was anything wrong with the PHP it would be a Dreamweaver support issue. However the PHP is fine, messy but fine. The problem is in your form. You have two 'Login' input values so

[PHP-WIN] PHP MySQL login page won't work

2007-06-27 Thread Don Denton
-Original Message- From: Don Denton [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 3:01 AM To: 'php-windows@lists.php.net' Subject: PHP MySQL login page won't work The following is text created by dreamweaver CS3 to login a user. There is something wrong with it because when

[PHP-WIN] PHP MySQL login page won't work

2007-06-27 Thread Don Denton
The following is text created by dreamweaver CS3 to login a user. There is something wrong with it because when I enter the appropriate information into my fields, I get sent to failed.php instead of home.php (both were specified by me). I have gone over the code as best I can, but I am not nearl

Re: [PHP-WIN] PHP MySQL - ON DUPLICATE KEY UPDATE

2007-06-19 Thread Niel Archer
Hi REPLACE [LOW_PRIORITY | DELAYED] [INTO] tbl_name [(col_name,...)] VALUES ({expr | DEFAULT},...),(...),... Or: REPLACE [LOW_PRIORITY | DELAYED] [INTO] tbl_name SET col_name={expr | DEFAULT}, ... Or: REPLACE [LOW_PRIORITY | DELAYED] [INTO] tbl_name [(col_name,...)] S

[PHP-WIN] PHP MySQL - ON DUPLICATE KEY UPDATE

2007-06-19 Thread Phillip Terry
Is there an easy way to overwrite a row (e.g. using replace) if a duplicate key already exists? For instance, is there something like ON DUPLICATE KEY REPLACE (as opposed to UPDATE)? Or do I have to: key_exists = query database for key if (key_exists){ REPLACE... } else{ INSERT... } T

[PHP-WIN] PHP, MySQL and Active Directory

2005-08-24 Thread Daniel R. Przybylski
I've got PHP 4 set up on Server 2003. My LAN is running active directory. Whenever I try to a mysql_connect, something (PHP I assume) tacks on a hostname of the local computer. $link = mysql_connect('myserver', 'user', 'password'); Besides the old password authentication password problem (which

[PHP-WIN] php+mysql+apache

2004-12-04 Thread AB
Hi, i have a problem: i installed apache 2.0.52, php 4.3.9 and mysql 4.1 on win xp sp2 machine. When i try to connect to mysql database with the mysql_connect() php function, the returned message is "Client does not support authentication protocol requested by server: consider upgrading MySQL

[PHP-WIN] PHP/MySQL fatal error

2004-08-27 Thread gc
Hi all, I'm Gene Candelaria and I'm a PHP and MySQL newbie. I have a feeling a lot of you have seen this before. I'm teaching myself PHP/MySQL trying to setup a guestbook. I'm running latest versions of Apache, PHP and MySql on my WIN2k machine. I have them working, except, I get the messages:

[PHP-WIN] [PHP-mysql]Problems with PHP5

2004-07-15 Thread Ciprian Constantinescu
"Unable to load dynamic library 'C:\php\ext\php_mysql.dll' - The specified procedure could not be found" I have put libmysql.dll in windows\system32 and in c:\php\ext and it still gives me the same message. Please point me to the right direction or tell me where to download from a good "libmys

[PHP-WIN] PHP/Mysql issue

2003-07-21 Thread Nate Dawg
The book I am reading ( http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=2T67AHHR6W&isbn=0764516507&itm=1 ) PHP & MySQL for Dummies has a CD Rom with several PHP files. One is called mysql_send.php. Book says " The program mysql_send.php has one simple function: to execute que

Re: [PHP-WIN] PHP MySQL question

2003-04-05 Thread H Marc Bower
--- Original Message - From: "ODCS" <[EMAIL PROTECTED]> To: "PHP Windows" <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 6:41 PM Subject: [PHP-WIN] PHP MySQL question > I have a database of user inputted information and need to create a page > where the use

[PHP-WIN] PHP MySQL question

2003-04-05 Thread ODCS
I have a database of user inputted information and need to create a page where the user can update their information. The user will log in using their name and password and then be forwarded to a form with all the fields they can update - but what is the best way to write the records to the databas

[PHP-WIN] PHP & MySQL

2003-02-18 Thread Dean Hayes
I installed MySQL and was able to create one database. The next time i tried to create a new database i tried to use a underscore (_) in the table name and it came back with an error that mysql_query() was not a function of mysql. I was able to change this by asigning the CREATE TABLE to $creat

[PHP-WIN] php/mysql query

2003-02-02 Thread Anthony Ritter
Working on: Win 98 / mysql 3.23.55 / php 4 I installed mysql 3.23.55 and wanted to check the user table in the mysql db. The query was: SELECT User FROM user WHERE host='localhost'; The output was: xx user | xx || || root

RE: [PHP-WIN] php/mySQL ... using different port

2002-10-09 Thread Rich Gray
Try ... mysql_connect('server:','user','password'); Where '' is the alternate port number. HTH Rich -Original Message- From: Wolfgang Schneider [mailto:[EMAIL PROTECTED]] Sent: 09 October 2002 15:34 To: [EMAIL PROTECTED] Subject: [PHP

[PHP-WIN] php/mySQL ... using different port

2002-10-09 Thread Wolfgang Schneider
Hello, trying to connect to a mySQL database that runs on a 2nd mySQL server and not the standard one, the 2nd mySQL has been assigned a different port number How do I change the connect to mySQL lines so the php file is trying to open a connection to the mySQL server on the alternate port

RE: [PHP-WIN] PHP/MySQL/APache on CD

2002-09-10 Thread Asendorf, John
--- John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit > -Original Message- > From: M.B. [mailto:[EMAIL PROT

Re: [PHP-WIN] PHP/MySQL/APache on CD

2002-09-10 Thread M.B.
> >740-349-3631 > >Nullum magnum ingenium sine mixtura dementiae fuit > > > > > > > > > >>-Original Message----- > >>From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > >>Sent: Thursday, August 29, 2002 10:02 AM > >>

Fw: [PHP-WIN] PHP / MySQL Guestbook

2002-08-29 Thread Afan Pasalic
To: [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 1:51 PM Subject: [PHP-WIN] PHP / MySQL Guestbook hi, i have written a php guestbook using a mysql database to store and recall the entries that where typed in by the visitor. there is a formular with several fields like "name",

RE: [PHP-WIN] PHP / MySQL Guestbook

2002-08-29 Thread dash php
- From: Andreas Esser [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP / MySQL Guestbook hi, i have written a php guestbook using a mysql database to store and recall the entries that where typed in by the visitor. there is

[PHP-WIN] PHP / MySQL Guestbook

2002-08-29 Thread Andreas Esser
hi, i have written a php guestbook using a mysql database to store and recall the entries that where typed in by the visitor. there is a formular with several fields like "name", "email" and "message". here´s the problem: the visitor types some message into the message field, i.e.: " hello,

Re: [PHP-WIN] PHP/MySQL/APache on CD

2002-08-29 Thread Luis Ferro
- NEW FEATURES ADDED DAILY! >Licking County, Ohio, USA >740-349-3631 >Nullum magnum ingenium sine mixtura dementiae fuit > > > > >>-Original Message- >>From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, August 29, 2002 10:02 AM &

RE: [PHP-WIN] PHP/MySQL/APache on CD

2002-08-29 Thread Asendorf, John
ugust 29, 2002 10:02 AM > To: Asendorf, John > Cc: Php Win32 list > Subject: RE: [PHP-WIN] PHP/MySQL/APache on CD > > > > I thought a couple of weeks ago I saw someone working on a > PHP/MySQL/Apache > > (all running from a CD) on here. Does anyone remember who tha

RE: [PHP-WIN] PHP/MySQL/APache on CD

2002-08-29 Thread Svensson, B.A.T. (HKG)
> I thought a couple of weeks ago I saw someone working on a PHP/MySQL/Apache > (all running from a CD) on here. Does anyone remember who that was? Running an RDBMS on a CD-ROM? An interesting and original concept. Is this some kind of special purpose hard coded embedded read only system (like

[PHP-WIN] PHP/MySQL/APache on CD

2002-08-28 Thread Asendorf, John
I thought a couple of weeks ago I saw someone working on a PHP/MySQL/Apache (all running from a CD) on here. Does anyone remember who that was? Thanks, John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Lic

[PHP-WIN] php-mysql-apache-win- GREAT docs for newbies

2002-05-22 Thread Nick
Want some great docs on getting started with php mysql and apache. Seems like there isnt much around for us newbies but finally i've found some. I havnt tryed them as yet but have read most of them and they seem very good. They may have also saved my computer from getting hurled through my fron

[PHP-WIN] PHP/MySQL Query Prob

2002-04-15 Thread Jason Soza
Hey... new to the list, but didn't have time to lurk and watch the traffic, kind of in a bind here. I apologize in advance if I do something wrong... Using this code: generation; $year = $row->year; $owner = $row->owner;

RE: [PHP-WIN] PHP & MySQL problems, updating database..

2002-01-17 Thread brother
> -Original Message- > From: Hawk [mailto:[EMAIL PROTECTED]] > > I might be missing some line or maybe it's just because I'm a > newbie or > something.. ;D > anyway.. I use something similiar to this > $query = "UPDATE users SET email='$email'"; // and so on.. > $result = mysql_query($qu

[PHP-WIN] PHP & MySQL problems, updating database..

2002-01-17 Thread Hawk
Having a problem with this, I have a working login that supports multiple users, and I'm trying to make it possible for the users to change their own settings etc, but I get killed when trying to send the data to the MySQL database. To connect I use mysql_connect($host,$user,$pswd) and mysql_selec

[PHP-WIN] PHP, MySQL and Windows XP

2001-11-14 Thread Raoul Snyman
Hi, I'm running PHP on Windows XP, which in itself is fine. I'm running php through a program called BadBlue, which simulates a web site server for one directory on your hdd, and that is also fine. I've also set up a database using WinMySQLAdmin. Now how do i connect php to mysql? Or how else do

[PHP-WIN] PHP MySQL and WIN98

2001-09-03 Thread Anthony S. Nixon
I am presently using WIN98 as my development platform with Apache 1.3.20+PHP4.0.6+MySQL. I installed PHP using the dll method instead of cgi. Unfortunately, I am having problems with PHP parsing some of the MySQL code in the page. The same page works great on a Win2k Server with the same installed

[PHP-WIN] PHp+mysql and e-mail function

2001-08-16 Thread Joan Martínez
HI all! I'm need send a unique e-mail for a lot of people. Ok. I'm interested in a sistem (based in PHP4 + MySQL and Yk2 and IIS) for a recopilate a e-mail directions and a names from a MySQL database and send automaticaly at all e-mail directions listed in a MySQL database... Somthing idea? (

[PHP-WIN] PHP/mySQL

2001-05-14 Thread Henning Solberg
Can Someone help me? I need some easy to understand php-script one shall put data in a mySQL database another shall delete posts and the third shall read from the database Thanks: REG. Henning

RE: [PHP-WIN] PHP/MySQL Help

2001-04-10 Thread Svensson, B.A.T.
LOL! True enough! True enough! >-Original Message- >From: Tom Mathews [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 10, 2001 4:41 PM >Cc: [EMAIL PROTECTED] >Subject: Re: [PHP-WIN] PHP/MySQL Help > > >True enough, but life's just a bitch sometimes! I don&

Re: [PHP-WIN] PHP/MySQL Help

2001-04-10 Thread Tom Mathews
True enough, but life's just a bitch sometimes! I don't create the problems, just work around them. "Svensson, B.A.T." wrote: > >Using quotes (and remebering to escape them) may or may not cure the > problem - it > >seems to be a bit intermittent. It's more reliable just to hard code the > tabl

RE: [PHP-WIN] PHP/MySQL Help

2001-04-10 Thread Svensson, B.A.T.
>Using quotes (and remebering to escape them) may or may not cure the problem - it >seems to be a bit intermittent. It's more reliable just to hard code the tablename >instead. Yes, and then someone suddenly makes changes in the database schema - and all your scripts stops to work... :) -- PHP

Re: [PHP-WIN] PHP/MySQL Help

2001-04-10 Thread Tom Mathews
Try using the table name instead of a variable containing the table name. If you must use $tablename within the SQL statement then you should include it in quotes. The error that you are getting is basically saying that MySQL can't find the table that you are looking for, which is true as you have

[PHP-WIN] PHP/MySQL Help

2001-04-10 Thread Bob Sears
I am no stranger to programming, having done that professionally for 30+ years; however, PHP is a new animal to me. As usual, the text I have leave a little to be desired. The reason for this email is to ask for a little assistance in getting over a coding "speed bump". I am rewriting a shoppi

Re: [PHP-WIN] PHP, MySQL, Apache Set Up (Windows)

2001-03-20 Thread OneFish
Thanks. Looking forward to hearing from you... -- 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] PHP, MySQL, Apache Set Up (Windows)

2001-03-20 Thread Fernando Madruga
e Março de 2001 20:52 To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP, MySQL, Apache Set Up (Windows) Hi, I'm a newbie... Trying to set up these 3 on my windows 98 machine. PHP and Apache set up is OK. They can talk to each other. Have also installed MySQL. But I'm not sure how to mak

[PHP-WIN] PHP, MySQL, Apache Set Up (Windows)

2001-03-19 Thread OneFish
Hi, I'm a newbie... Trying to set up these 3 on my windows 98 machine. PHP and Apache set up is OK. They can talk to each other. Have also installed MySQL. But I'm not sure how to make it accessible from PHP. Appreciate any help :-) Ricky -- PHP Windows Mailing List (http://www.php