Re: [PHP] php output to string

2005-08-09 Thread Cafer Simsek
get_contents even > eval. also i have tried with ob_start and so. but no luck. > > how can i do this? > thanks -- Cafer Simsek http://cafer.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] db insert question

2005-07-21 Thread Cafer Simsek
Hi You may try sending multiple query with one mysql_query() function call via seperating by ";". Regards. -Cafer Prş, 2005-07-21 tarihinde 10:02 -0400 saatinde, Jim Moseby yazdı: > > > > Jim Moseby wrote: > > >>Im using mysql with PHP4, whats the best way to insert as > > many as 20 > > >>r

Re: [PHP] Howto connect to the internet using php

2005-07-21 Thread Cafer Simsek
Hi It may posible with .Net and COM functions, I think. see : http://www.php.net/manual/en/ref.com.php Best Regards -Cafer Prş, 2005-07-21 tarihinde 12:10 +0200 saatinde, Steven yazdı: > Is there any way for me to use php to make my windows xp pc connect to > the internet, either by starting

Re: [PHP] Content Header

2005-07-20 Thread Cafer Simsek
Sorry it was header("Content-Disposition: inline; filename=\"". $filename ."\""); -Cafer On 7/20/05, Cafer Simsek <[EMAIL PROTECTED]> wrote: > Hi, > > You may try that; > > header("Content-Disposition: attachment; filename=\""

Re: [PHP] Content Header

2005-07-20 Thread Cafer Simsek
Hi, You may try that; header("Content-Disposition: attachment; filename=\"". $filename ."\""); Best Regards -Cafer On 7/20/05, Christopher J. Umina <[EMAIL PROTECTED]> wrote: > Hello! > > I currently have a script which streams data out of a MySQL database, > and prints the content headers co

Re: [PHP] Before I pull anymore hair out.. Is anyone Using..

2005-07-20 Thread Cafer Simsek
Hi, You may try to run your codes with CLI, this provides to you that the see the some errors if have. And also you have posibility strace usage. Best Regards. -Cafer Chuck Carson <[EMAIL PROTECTED]> writes: > Is anyone here using php 5.0.4 on Solaris 9 and compiled with Oracle > 10g support a

Re: [PHP] PHP and undelivered mail

2005-07-12 Thread Cafer Simsek
hi, This looks like imposible. Because generaly, SMTP is running asyncron mode. Maybe you can do it mail's return-path's mailbox checking. But this will not be syncron too. Best Regards. -Cafer Angelo Zanetti <[EMAIL PROTECTED]> writes: > HI all. > > Is it possible to determine if a mail wa