Re: [PHP] Easy News Script

2001-04-15 Thread Sandeep Hundal
;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 to it except that it doesn't use databases for its file storing. Does a

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. Using

[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?

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 attached to it except that

Re: [PHP] Easy News Script

2001-04-12 Thread Zeus
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 News Script I'm sure many of you heard of newsphp ? (the newspro-clone).

Re: [PHP] Easy News Script

2001-04-12 Thread Plutarck
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, 13 April, 2001 1:27 AM Subject: Re: [PHP] Easy News Script I prefer to write my own