Re: [PHP] Problems with mail() function

2001-05-23 Thread Tolga \"thorr\" Orhon
at this might be problem in some systems. I recommend to read the source of message after you get it. It is a nce way to debug problems and gives out lots of information. (correct headres, messages etc..) Yours, -- Tolga 'thorr' Orhon ""Kevin Fogleman"" <[EMAIL P

Re: [PHP] Using html templates

2001-05-23 Thread Tolga \&quot;thorr\&quot; Orhon
I am using libphp and quite satisfied with it. http://phplib.netuse.de/ -- Tolga 'thorr' Orhon ""Jamie Thompson"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > what is the best way of using html template

Re: [PHP] best way to flush stdout?

2001-05-21 Thread Tolga \&quot;thorr\&quot; Orhon
lly want to know. In that case one can show results as they come from database. It is really good if you have a huge database and searching on multiple tables and/or databases. yours, -- Tolga 'thorr' Orhon "Phil Glatz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

Re: [PHP] Syntax for CURL

2001-05-21 Thread Tolga \&quot;thorr\&quot; Orhon
ou can find others easily. Yours, -- Tolga 'thorr' Orhon "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I need to send a POST string to a HTTPS server and receive the returned > string. Does anyone know the co

Re: [PHP] function to complete strings with white spaces on the left

2001-05-21 Thread Tolga \&quot;thorr\&quot; Orhon
One improvment: $strpad = "HELLO"; echo str_pad(substr($strpad,0,17),17); may be more generic and secure... -- Tolga 'thorr' Orhon "Mark Maggelet" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sun, 20 May 2001

Re: [PHP] Max execution time exceeded in Unknown on line 0

2001-05-21 Thread Tolga \&quot;thorr\&quot; Orhon
. It is just like solving puzzle in Batman. Which products will kill you when combined :)) If you find something, let me know too. -- Tolga 'thorr' Orhon ""David De Graff"" <[EMAIL PROTECTED]> wrote in message 003401c0e103$3f4a7690$[EMAIL PROTECTED]">

Re: [PHP] sending attachements with mail

2001-05-21 Thread Tolga \&quot;thorr\&quot; Orhon
own. -- Tolga 'thorr' Orhon "Mark Wouters" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Nobody knows if it's possible to send attachements with mail()?? > > Thanks, > > -- > Mark Wouters > eXpanded Med

Re: [PHP] Random number

2001-05-18 Thread Tolga \&quot;thorr\&quot; Orhon
random numbers needed. Although book is for C you can easily port them to PHP. But for daily life, rand() in PHP is more than sufficient. -- Tolga 'thorr' Orhon ""Daniel Coronel"" <[EMAIL PROTECTED]> wrote in message 003401c0dfce$14f60b60$[EMAIL PROTECTED]">

Re: [PHP] HTTP socket connection

2001-05-18 Thread Tolga \&quot;thorr\&quot; Orhon
/ref.curl.php http://curl.haxx.se/ Tolga 'thorr' Orhon "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For my http socket connection, I am using > >"POST $abs_url HTTP/1.0\r\n". >"

Re: [PHP] Why is this not working

2001-05-17 Thread Tolga \&quot;thorr\&quot; Orhon
oad the .htpasswd file from > /users/domain/ > > Still not working though. > > ""Tolga "thorr" Orhon"" <[EMAIL PROTECTED]> wrote in message > 9e1fth$vi3$[EMAIL PROTECTED]">news:9e1fth$vi3$[EMAIL PROTECTED]... > > May be you

Re: [PHP] Why is this not working

2001-05-17 Thread Tolga \&quot;thorr\&quot; Orhon
May be you need to use absolute path for htpasswd. eg. /usr/bin/htpasswd Did u check for any error msgs? thorr ""YoBro"" <[EMAIL PROTECTED]> wrote in message 9e1fcd$pir$[EMAIL PROTECTED]">news:9e1fcd$pir$[EMAIL PROTECTED]... > After much investigation through many newsgroups and websites, I foun

[PHP] Re: mailing list php-general@lists.php.netµÄ×Ô¶¯»ØÐÅ

2001-05-17 Thread Tolga \&quot; thorr\&quot; Orhon
?? - Original Message - From: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 4:17 PM Subject: mailing list [EMAIL PROTECTED]µÄ×Ô¶¯»ØÐÅ >ºÜ¸ßÐËÊÕµ½ÄãµÄÓʼþ£¡ > > > =

Re: [PHP] A universal Database Class

2001-05-17 Thread Tolga \&quot;thorr\&quot; Orhon
PHPLib may be another option. "Brandon Orther" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am making a suite of online tools. Right Now I am connecting to a MS SQL > 2000 database. Is there any class out there that will let you send a query >

Re: [PHP] preprocessing

2001-05-17 Thread Tolga \&quot;thorr\&quot; Orhon
Well, one solution may be (although might not easy) to make your page A to submit to page B which process information and submits to page C via PHP - Curl functions. You may POST variables and even use SSL connection. It worked just fine for me. It is more reliable any javascript solution and rest