Re: [PHP-WIN] PEAR

2003-06-29 Thread Matrix
Melih Onvural wrote: Has anyone found a way to install PEAR components onto a Windows machine? melih run "go-pear.bat" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-29 Thread Frank M. Kromann
Hi, If you remove the @ in front of the mssql_* functions you might get a bit more information about the problem. Using the MSSQL Server extension requires these stapes: 1) Install the SQL Server Client tools on the maschine running PHP (if your are using Win32) 2) Configure a server alias using

RE: [PHP-WIN] PHP help

2003-06-29 Thread Bautista, Rodel D.(Digitel-GSM)
Sir, kindly try these lines: 1) $query="INSERT INTO login VALUES ("$_POST('login')")"; 2) $query="INSERT INTO login VALUES ("$_REQUEST('login')")"; or check in your php.ini file the line register_globals = on/off should be "on" if you wish to use $query="INSERT INTO login VALUES ("$login")"; Not

Re: [PHP-WIN] PHP help

2003-06-29 Thread Rowan Hick
General hints - if you find a query is not working use a gui tool and try the exact query manually. Eg place in the script echo "Line 5 qry:".$query.""; Then copy the output into a gui tool (such as mysqlmanager) and run it, it will pretty quickly tell you whats wrong. However a good starting

[PHP-WIN] PHP help

2003-06-29 Thread Bill Pilgrim
My System: Windows 98 Apache 1.3.27 PHP 4 mysql Hello all, I am a PHP beginner and was wondering if I could get some help from some of the more experienced on this list. I have been trying to use an html form (with textboxes, radio buttons, and textareas) to input data into a mysql database.

[PHP-WIN] Post-Install prob

2003-06-29 Thread Mike Goggin
Howdy. So I installed Apache 2 and PHP 4 and everything went down without a hitch. I checked everything on localhost and then tried to access it from my DNS address. Everything was okay. I didn't get any errors or anything. However, when I went to test PHP, it worked fine on localhost, but screwed

Re: [PHP-WIN] Survey question of sorts - "editors" and "development environments" have been generically mentioned in various emails to this list ... I'm interested in

2003-06-29 Thread Stephen
Rob, Personally, I like Maguma Studio for PHP. It has all the usual highlighting, function completing/command listing and so on. Also, I find it can open most files which contain text... quite handy! http://www.maguma.com/en/index.html Stephen - Original Message - From: "Rob E" <[EMAIL

Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-29 Thread Luis Ferro
Do you have the mssql_*.dll uncommented from php.ini? And the extension directory correctly set-up to the directory where that dll is inside the php directory? LF Micah Montoy wrote: I'm in the process of learning PHP. I've gotten to the point of having problems with accessing a database. W

[PHP-WIN] authenticating with SQL Server 2000

2003-06-29 Thread Micah Montoy
I'm in the process of learning PHP. I've gotten to the point of having problems with accessing a database. What is happening is that I am getting the message "Couldn't connect to SQL Server on BOBOS" (the name of the server). I've tried putting in a user but with the same results. Now, I'm won

Re: [PHP-WIN] Survey question of sorts - "editors" and "developmentenvironments" have been generically mentioned in various emails to this list... I'm interested in

2003-06-29 Thread Luis Ferro
I like Eclipse for instance... and some sort of lightweight editor like notepad, editpad and the like... LF (Eclipse has some nice modules for php which make syntax highlight/autocompletion and helps integrated) Rob E wrote: specific mention of what you folks use when developing PHP code. I a

php-windows Digest 29 Jun 2003 19:47:01 -0000 Issue 1800

2003-06-29 Thread php-windows-digest-help
php-windows Digest 29 Jun 2003 19:47:01 - Issue 1800 Topics (messages 20612 through 20613): Re: or die problem 20612 by: Svensson, B.A.T. (HKG) Survey question of sorts - "editors" and "development environments" have been generically mentioned in various emails to this list ... I'm

[PHP-WIN] Survey question of sorts - "editors" and "development environments" have been generically mentioned in various emails to this list ... I'm interested in

2003-06-29 Thread Rob E
specific mention of what you folks use when developing PHP code. I am a newbie; have been using notepad to create small php scripts while learning syntax, etc. I am curious what you folks use and recommend for us who are starting out. I, per se, have no problem with notepad, but am wondering wha