Re: [PHP] Easy News Script

2001-04-15 Thread Sandeep Hundal
- > From: "Zeus" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 12, 2001 10:11 AM > Subject: [PHP] Easy News Script > > > I'm sure many of you heard of newsphp ? (the newspro-clone). > > Somehow I felt attached t

Re: [PHP] Easy News Script

2001-04-13 Thread Christian Reiniger
On Friday 13 April 2001 04:36, you wrote: > It's easy once you get the hang of it. > > I use: > > // Format of MySQL DATETIME timestamp. > $time = date("Y-m-d H:i:s"); > > $time is ready for insertion into MySQL. To get the time out though > you'll need to use the unix timestamp function in mysql.

Re: [PHP] Easy News Script

2001-04-12 Thread Plutarck
witht he datetime thing. > > I'm not sure how am I going to insert the date and time into the mySQL > database. > > - Original Message - > From: Chris Anderson <[EMAIL PROTECTED]> > To: Zeus <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday

Re: [PHP] Easy News Script

2001-04-12 Thread Zeus
Friday, 13 April, 2001 1:27 AM Subject: Re: [PHP] Easy News Script > I prefer to write my own > - Original Message - > From: "Zeus" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 12, 2001 10:11 AM > Subject: [PHP] Easy Ne

Re: [PHP] Easy News Script

2001-04-12 Thread Chris Anderson
I prefer to write my own - Original Message - From: "Zeus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 10:11 AM Subject: [PHP] Easy News Script I'm sure many of you heard of newsphp ? (the newspro-clone). Somehow I felt at

[PHP] Easy News Script

2001-04-12 Thread Zeus
I'm sure many of you heard of newsphp ? (the newspro-clone). Somehow I felt attached to it except that it doesn't use databases for its file storing. Does anyone know a good similar script (easy to setup) that uses mySQL?