Re: [PHP] Unlink question more or less

2002-06-12 Thread Tom Ray
Any word on when glob() will be in the production version? thanks for the help Miquel. - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: "Tom Ray" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 2:01 AM S

Re: [PHP] Unlink question more or less

2002-06-11 Thread Miguel Cruz
On Tue, 11 Jun 2002, Tom Ray wrote: > I want to use unlink() to delete a wildcard, but at the moment I keep > getting parse errors. Here's what happening: > > I'm mucking around with some login stuff, when a user logs in it writes > a flat file that collects some information about them, the fla

RE: [PHP] Unlink question more or less

2002-06-11 Thread John Holmes
ED]] > Sent: Tuesday, June 11, 2002 11:17 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Unlink question more or less > > Yeah they are, actaully I switched it to a static name and then added > the time stamp as part of the information I'm gatheri

Re: [PHP] Unlink question more or less

2002-06-11 Thread Tom Ray
atetime part at all? The usernames are unique, right? > >---John Holmes... > > > >>-Original Message- >>From: Tom Ray [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, June 11, 2002 11:06 PM >>To: [EMAIL PROTECTED] >>Subject: [PHP] Unlink question mo

RE: [PHP] Unlink question more or less

2002-06-11 Thread John Holmes
[EMAIL PROTECTED] > Subject: [PHP] Unlink question more or less > > I want to use unlink() to delete a wildcard, but at the moment I keep > getting parse errors. Here's what happening: > > I'm mucking around with some login stuff, when a user logs in it writes > a flat fil

[PHP] Unlink question more or less

2002-06-11 Thread Tom Ray
I want to use unlink() to delete a wildcard, but at the moment I keep getting parse errors. Here's what happening: I'm mucking around with some login stuff, when a user logs in it writes a flat file that collects some information about them, the flat file is created with the name username.date