Re: [PHP-DB] mysqli_result() ?

2004-09-17 Thread Georg Richter
Am Sa, den 18.09.2004 schrieb Chris um 0:50: > Hi, is there any MySQLi equivalent to the mysql_result function? Nope. mysql_result is very slow, so we didn't implement it. Use mysql_fetch_row instead and use the row offsets to retrieve the content of a column. See also http://www.php.net/mysql_re

[PHP-DB] mysqli_result() ?

2004-09-17 Thread Chris
Hi, is there any MySQLi equivalent to the mysql_result function? I found one site where a user asked the question, but never got an answer. The documentation doesn't seem to mention it (both MySQL and MySQLi) Thanks, Chris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Re: Sending mail through localhost

2004-09-17 Thread Manuel Lemos
Hello, On 09/17/2004 04:52 AM, W Roothman wrote: Dear All, Do I need to install a mail server, such as ArGoSoft Mail Server, on my computer (MS XP) in order to prevent this error when sending mail through a form (ref: N: Mail functions, PHP manual): Warning: mail() [function.mail]: SMTP server re

[PHP-DB] Re: [nyphp-talk] Socket Errors

2004-09-17 Thread Joseph Crawford
yea i got it the servers are now back up and working perfectly ;) anyone know of any private news servers i can get an account on free? i have my ISP one however my app is not going to be hosted on my machine and my ISP limits connections to ones using one of thier IP's so my web host wont be abl

[PHP-DB] Re: [nyphp-talk] Socket Errors

2004-09-17 Thread Joseph Crawford
yea i got it the servers are now back up and working perfectly ;) anyone know of any private news servers i can get an account on free? i have my ISP one however my app is not going to be hosted on my machine and my ISP limits connections to ones using one of thier IP's so my web host wont be abl

[PHP-DB] Re: [nyphp-talk] Socket Errors

2004-09-17 Thread Joseph Crawford
yea i got it the servers are now back up and working perfectly ;) anyone know of any private news servers i can get an account on free? i have my ISP one however my app is not going to be hosted on my machine and my ISP limits connections to ones using one of thier IP's so my web host wont be abl

Re: [PHP-DB] Re: Accessing Matisse DB

2004-09-17 Thread Robert Twitty
>> Is there anyone here can tell me how to access Matisse DB? Thank you. > > Isn't there anyone can help me? Look at http://www.matisse.com/pdf/developers/php.pdf I found it by Googling for "Matisse PHP" -- bob -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

Re: [PHP-DB] Sending mail through localhost

2004-09-17 Thread John Holmes
From: "W Roothman" <[EMAIL PROTECTED]> Do I need to install a mail server, such as ArGoSoft Mail Server, on my computer (MS XP) in order to prevent this error when sending mail through a form (ref: N: Mail functions, PHP manual): Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unab

[PHP-DB] Re: PHP 5 Error Handling

2004-09-17 Thread Ognyan Bankov
Joseph Crawford wrote: Guys, i have been working with custom exception classes that extend the general exception. Here is some code i have public function command($cmd) { if($cmd) { $res = fputs($this->connection, $cmd); $this->r

[PHP-DB] Re: Socket Errors

2004-09-17 Thread David Robley
On Fri, 17 Sep 2004 08:56, Joseph Crawford wrote: > Can anyone shed any light on this error, i have googled and found out > it is a winsock error but i havent a clue why i am getting it, one > minute this worked the next it didnt. > > Warning: fsockopen() [function.fsockopen]: unable to connect t

[PHP-DB] Sending mail through localhost

2004-09-17 Thread W Roothman
Dear All, Do I need to install a mail server, such as ArGoSoft Mail Server, on my computer (MS XP) in order to prevent this error when sending mail through a form (ref: N: Mail functions, PHP manual): Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for [EMAIL P