Re: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-09 Thread Jacob Kruger
his spirit...' - Original Message - From: "Bill Bolte" <[EMAIL PROTECTED]> To: "Jacob Kruger" <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2007 6:33 PM Subject: RE: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine http://www.wampserve

Re: Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-05 Thread John Mertic
; > [EMAIL PROTECTED]> > Sent: Wednesday, December 05, 2007 4:45 PM > Subject: Re: Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro > machine > > > Have you tried using the PHP Windows Installer ( the official one from > > > http://www.php.net/downloads.

RE: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-05 Thread Jacob Kruger
ut for now I'd just like to get this configuration working. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...Fate had broken his body, but not his spirit...' - Original Message - From: "Bill Bolte" < [EMAIL PROTECTED]> To: "Jacob Kruger" < [EMA

RE: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-05 Thread Jacob Kruger
pe: BlindZA '...Fate had broken his body, but not his spirit...' - Original Message - From: "Bill Bolte" < [EMAIL PROTECTED]> To: < php-windows@lists.php.net> Sent: Wednesday, December 05, 2007 4:09 PM Subject: RE: [PHP-WIN] PHP and MySQL Configuration on my

RE: Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-05 Thread Jacob Kruger
o: "Jacob Kruger" < [EMAIL PROTECTED]> Sent: Wednesday, December 05, 2007 4:45 PM Subject: Re: Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine Have you tried using the PHP Windows Installer ( the official one from http://www.php.net/downloads.php )? On Dec 4, 2007

RE: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-05 Thread Bill Bolte
2:35 PM To: php-windows@lists.php.net Subject: Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine I'd actually thought this list was relatively inactive up until the various replies to all the other messages today, so I thought I'd send a 'reminder' relating to

Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-04 Thread Jacob Kruger
I'd actually thought this list was relatively inactive up until the various replies to all the other messages today, so I thought I'd send a 'reminder' relating to my specific problem (see below). If you guys are all using PHP on a Windows machine, it's a bit strange that I'm the only one who'

[PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-11-29 Thread Jacob Kruger
Ok. Had both components installed/configured on my machine, but seem to be experiencing a 'new' problem. Been starting up with this stuff again now, and after wondering why no MySQL related code would produce a result, I went into my php.ini file and made sure it would in fact generate/display

RE: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Bill Bolte
Php.ini, but you can override it in the page with: error_reporting(E_ALL); -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 9:12 AM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP and MYSQL Where is that? On MySQL, on PHP.ini or

Re: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Leandro Martinez
e 22, 2007 8:23 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and MYSQL Hello. I just instaled PHP and MySQL on IIS. Then from any php file I try to conect to the mysql server and nothing happends. I just get an empty page. All white. No data and no error! This is the code $link = mysql_c

Re: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Stut
Bill Bolte wrote: Do you have error reporting turned off? And/or display_errors? -Stut -- http://stut.net/ -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 8:23 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and MYSQL Hello

RE: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Bill Bolte
Do you have error reporting turned off? -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 8:23 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and MYSQL Hello. I just instaled PHP and MySQL on IIS. Then from any php file I try to

[PHP-WIN] PHP and MYSQL

2007-06-22 Thread Leandro Martinez
Hello. I just instaled PHP and MySQL on IIS. Then from any php file I try to conect to the mysql server and nothing happends. I just get an empty page. All white. No data and no error! This is the code $link = mysql_connect('localhost', '[user]', '[pass]'); if (!$link) { die('Could not con

[PHP-WIN] PHP and MySQL problem

2003-11-18 Thread Alex
Hello All! I have a problem with Mysql and PHP. Mysql isn't in c:\mysql so then I start php scripts in command line I get the following lines: > File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) > Character set '#14' is not a compiled character set and is not specified in the > 'c:\mys

[PHP-WIN] PHP and MYSQL don't shake hands

2003-09-18 Thread Frank Tudor
Guys, I have moved from a foxserv(apache, php, mysql, all in one install tool) windows test environment to a Linux apache php mysql setup specifically mandrake linux production server. The problem I am having is that when I try to pass values to the database the php fails. I think I have singled

[PHP-WIN] php and mysql with horde

2003-06-18 Thread josh aldrich
Anybody know how to add users the sql database so people can log in?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP and MySQL

2003-02-19 Thread Veselina Jecheva
Hello everybody, I'm using PHP & MySQL running on Win2000 & IIS5 and I have the following problem with MySQL: I've got text records with cyrrilic letters and MySQL does not order the result records from a query in alphabetical order. (for example when using "order by" in a query) Any suggestions wi

[PHP-WIN] php and mysql

2002-11-15 Thread Zeus
i write this code, veru simple code about testing inserting into database MySQL. I found a little trouble, wich is the data i inserted in the form doesn't show up in the database, since i still new with PHP, i cannot solve this problem, what's wrong with my code?? thanks "; echo "" ."Insert Tit

RE: [PHP-WIN] PHP and mySQL...

2002-04-05 Thread Svensson, B.A.T. (HKG)
> -Original Message- > From: Anthony Ritter > Sent: Friday, April 05, 2002 5:26 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] PHP and mySQL... > > > Sorry if my original question was confusing. > > This is what I would like to accomplish: &g

Re: [PHP-WIN] PHP and mySQL...

2002-04-04 Thread Anthony Ritter
Sorry if my original question was confusing. This is what I would like to accomplish: I am currently developing a database on my website using mysql which is on my harddrive. I have installed Apache as well and I am using PHP. My database is functioning fine on localhost. I would like to find

Re: [PHP-WIN] PHP and mySQL...

2002-04-04 Thread ST Ooi
local mahcine is running, most server has some version of PHPMyAdmin. Thanks ST Ooi Malaysia http://www.shop-streets.com - Original Message - From: "Anthony Ritter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 8:15 AM Subject: [PHP-WIN] PH

[PHP-WIN] PHP and mySQL...

2002-04-04 Thread Anthony Ritter
Using MS Windows 98, Apache, PHP and mySQL. I've installed Apache on my hard drive to test a database driven website using PHP and mySQL. Could somebody lead me through the steps if I want to continue using the mySQL database and PHP when the site goes live and the files are uploaded and publish