[PHP] Basic PHP/HTML code question

2005-05-18 Thread Carlos Palomino
Hi, I have been trying to write or find a pre-written script of a combo-box which would allow one to select a category from one drop-down list, then be given related options within a secondary list before clicking a submit button. Is there anyone who knows where I can find this or an easy

[PHP] Special characters

2005-05-16 Thread Carlos Palomino
Hi everyone, I have just begun writing PHP web-pages and I have come across an interesting issue. Whenever I use special characters within my code such as: a ©, the character displays as a ?. All other text and characters display properly, so I am not certain why some special marks do not

[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