|
Posted by Jerry Stuckle on 07/24/05 18:10
Bush is a Fascist wrote:
> Jerry Stuckle wrote:
>
>
>>Did you look on php.net?
>
>
> It's not in the bug list.
>
> I find it strange that people even use software that is this
> buggy.
>
There's more than just the bugs list. Did you check the mail lists, for instance?
But I've never seen any program that's relatively complex which doesn't have
some bugs. Developers do their best to get all the bugs out - but there are
hundreds of thousands of lines of code in PHP, and there's no way to get every
one out. That's one of the reasons for updates. Heck - the last OS I know
about that was bug free was Dos 1.0 - and I'm not sure about that!
BTW, this includes your code. It should be
mysql_connect("localhost","myuser","mypass");
^ ^
Note the quotes around the string localhost.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|