Re: [PHP] Viewing a specific item within a php web-page?

2005-04-10 Thread Prathaban Mookiah
mately you should consider databases. Cheers, Prathap -- Original Message --- From: "Carlos Palomino" <[EMAIL PROTECTED]> To: "Prathaban Mookiah" <[EMAIL PROTECTED]> Sent: Sun, 10 Apr 2005 06:09:53 -0400 Subject: Re: [PHP] Viewing a specific item

Re: [PHP] Viewing a specific item within a php web-page?

2005-04-10 Thread Josip Dzolonga
Carlos Palomino wrote: I have a document entitled: articles.php Within this document, I want to store various written articles which are headed by a string value - example: $post_040905 = "text for April 9th 2005"; print($post_040905); $post_041005 = "article for April 10th 2005"; print($post_041

Re: [PHP] Viewing a specific item within a php web-page?

2005-04-10 Thread Prathaban Mookiah
like: There are more efficient ways to do it, but this should get the job done. Prathap -- Original Message --- From: "Carlos Palomino" <[EMAIL PROTECTED]> To: Sent: Sat, 9 Apr 2005 21:23:06 -0400 Subject: [PHP] Viewing a specific item within a php web-page? >

[PHP] Viewing a specific item within a php web-page?

2005-04-09 Thread Carlos Palomino
I have a document entitled: articles.php Within this document, I want to store various written articles which are headed by a string value - example: $post_040905 = "text for April 9th 2005"; print($post_040905); $post_041005 = "article for April 10th 2005"; print($post_041005); How can I view