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

2005-04-10 Thread Prathaban Mookiah
Subject: [PHP] Viewing a specific item within a php web-page? 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

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;

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

2005-04-10 Thread Prathaban Mookiah
this for the time being. But ultimately 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 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 a