Re: [PHP-DB] Using apostrophe's within a text field

2007-03-27 Thread Ron Croonenberg
. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs. -- Oxford Uni Press = Ron Croonenberg

Re: [PHP-DB] echo

2007-03-27 Thread Ron Croonenberg
Yahoo! Games. -- = It's is not, it isn't ain't, and it's it's, not its, if you mean it is. If you don't, it's its. Then too, it's hers. It isn't her&

[PHP-DB] MySQL queries

2007-03-21 Thread Ron Croonenberg
you mean it is. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs. -- Oxford Uni Press ====

Re: [PHP-DB] dst

2007-03-17 Thread Ron Croonenberg
Actually I did and that worked, someone suggested that earlier in the thread thanks for responding, I appreciate it Ron Micah Stevens wrote: > Did you restart MySQL? > > On 03/16/2007 02:22 PM, Ron Croonenberg wrote: >> Hi quick question (off topic a bit) >> >> My

[PHP-DB] dst

2007-03-16 Thread Ron Croonenberg
theirs. -- Oxford Uni Press ===== Ron Croonenberg | | Phone: 1 765 658 4761 Lab Instructor & | Fax: 1 765 658 4732 Technolog

Re: [PHP-DB] Re: curl

2007-03-07 Thread Ron Croonenberg
header = substr($sResponse, 0, -strlen($this->m_body)); return $this->m_body; } function getInfo() { return $this->m_info = curl_getinfo($this->m_handle); } function close() { curl_close($this->m_handle); return; } } "Ron Croonenberg" <[EMAIL PROTECTED]&g

[PHP-DB] curl

2007-03-06 Thread Ron Croonenberg
on't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs. -- Oxford Uni Press = Ron

[PHP-DB] segmentation fault

2007-03-05 Thread Ron Croonenberg
s. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs. -- Oxford Uni Press =========

Re: [PHP-DB] recursion in php and mysql

2007-03-02 Thread Ron Croonenberg
I agree there. >>> Micah Stevens <[EMAIL PROTECTED]> 03/02/07 12:46 PM >>> Classes are overrated. :) Bastien Koert wrote: > you could make the connection variable global, but the best bet here > is to use a class and create a db object that your functions could cal

Re: [PHP-DB] recursion in php and mysql

2007-03-01 Thread Ron Croonenberg
ery($sql, $connection); recursive_function($data); } ... or something.. you get the picture. -Micah On 03/01/2007 08:52 PM, Ron Croonenberg wrote: > Hello all, > > I wrote an app in php and it uses recursion. > > Problem I have is that when I connect to a database using > my

[PHP-DB] recursion in php and mysql

2007-03-01 Thread Ron Croonenberg
Hello all, I wrote an app in php and it uses recursion. Problem I have is that when I connect to a database using mysql_connect($dbhost, $username, $password); and select a table with mysql_select_db($database) I cannot access the table anymore from some function. Now I can connect and select a