Re: [PHP-DB] Re: curl

2007-03-07 Thread datsclark
<[EMAIL PROTECTED]> > (reason: 550 Denied as you are on an RBL) > > > uuuhhm what is RBL ? and why am I on it ? > > Ron > > > > > datsclark wrote: >> I found this class in the PHP documentation, and edited it a bit. It >> works for me, getting the

[PHP-DB] Re: curl

2007-03-07 Thread datsclark
I found this class in the PHP documentation, and edited it a bit. It works for me, getting the header and the body separately. You may want to experiment with the "m_handle = curl_init(); curl_setopt($this->m_handle, CURLOPT_URL, $sUrl); return; } function setOpt($sOpt, $sVal) { curl_

[PHP-DB] Re: Creating a Table to line query results in php?

2007-03-01 Thread datsclark
You could also just use CSS. Make each column in a div and line them up that way. Might not be as simple as a table right off-the-bat, but if you have to make any changes later, its often easier. A quick google search shows tons of tutorials on tables in css. http://css.nu/articles/table-in-c