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
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
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
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
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.
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
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
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
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
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 - 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
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
12 matches
Mail list logo