Recent content by tesfa k

  1. T

    \\\\\\ Simple PHP Code ////////////?

    Hello, Im trying to store 4 rows of delimited text from a text file( abc, abc, abc, abc abc, abc... ... ...) into an array and loop each line of the array and print it, but its not going well. <? $file1 = "properties.txt"; $filedata = fopen($file1,"r"); $array1 = file ($file1); $file2 =...
  2. T

    HTML and Javascript ,?

    Im trying to create a form where people will be able to leave their details, comments + a rating. I've figured out how to show a summary for the comments but im stuck with the rating part. How do i go about in showing a summary for all this? <html> <head> <title>Feedback Form</title>...
  3. T

    using css file for multiple html files?

    i want to use a css file for multiple html files that are all connected. how do i do this, will i need to make a css file for each?
Back
Top