Re: [PHP] Capturing System output

2006-08-15 Thread Richard Lynch
On Tue, August 15, 2006 9:19 am, Brad Bonkoski wrote: > Had this problem in the past, and always programmed around it, but > wondering if there is an easier way. > > Good Example: > Creating a setup for connecting to a mysql database. Want to do > something simple to make sure they have entered a

Re: [PHP] Capturing System output

2006-08-15 Thread Ray Hauge
On Tuesday 15 August 2006 09:38, Brad Bonkoski wrote: > Stut wrote: > > Brad Bonkoski wrote: > >> Had this problem in the past, and always programmed around it, but > >> wondering if there is an easier way. > >> > >> Good Example: > >> Creating a setup for connecting to a mysql database. Want to d

Re: [PHP] Capturing System output

2006-08-15 Thread Stut
Brad Bonkoski wrote: Had this problem in the past, and always programmed around it, but wondering if there is an easier way. Good Example: Creating a setup for connecting to a mysql database. Want to do something simple to make sure they have entered a valid username/password for the databas

RE: [PHP] Capturing System output

2006-08-15 Thread KermodeBear
cy you can use proc_open, which will give you handles for the process' stdout, stderr, and stdin. HTH, K. Bear > -Original Message- > From: Brad Bonkoski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 15, 2006 10:38 AM > To: Stut > Cc: PHP List > Subject: Re: [PHP] Ca

Re: [PHP] Capturing System output

2006-08-15 Thread Brad Bonkoski
Stut wrote: Brad Bonkoski wrote: Had this problem in the past, and always programmed around it, but wondering if there is an easier way. Good Example: Creating a setup for connecting to a mysql database. Want to do something simple to make sure they have entered a valid username/password

Re: [PHP] Capturing System output

2006-08-15 Thread Ray Hauge
On Tuesday 15 August 2006 09:19, Brad Bonkoski wrote: > Hello All.. > > Had this problem in the past, and always programmed around it, but > wondering if there is an easier way. > > Good Example: > Creating a setup for connecting to a mysql database. Want to do > something simple to make sure they