Search results

  1. B

    Help me with PHP, please?

    I have a MS Access MDB database called 'adresar' and a table in it, also called 'adresar' (the table has two columns - 'ime' and 'broj' and 5 entries entered; 5 ime's and 5 broj's). Using PHP, how can I display the table in a HTML document? What is the PHP code for that? [actually ADRESAR is...
  2. B

    Help me with PHP, please?

    In my HTML document I have two text fields, the first one's name is 'name' and the other one's is 'number'. Via these two text fields and a Submit button I enter the name and the number of the person, which are then entered automatically in a MS Access' MDB database via a PHP script. What should...
  3. B

    How do I write this PHP script?

    I need to write a PHP script for a HTML document separately (which has one text field and one submit button). The PHP script needs to write "Error! Wrong index number." on screen if a user doesn't input and submit the number 780 in the text field. If 780 IS entered and submitted, then we should...
  4. B

    Someone help me with PHP?

    I have a variable $name = "Boris"; $index = 780; How do I write a code in PHP that will show me the $name variable the number of times that I get by dividing the $index variable by 10 ($index / 10), preferably each time in new line?
  5. B

    What is a good program for creating HTML files?

    It would be a good idea if I could have the option to create them visually AND with code. :D Or just with one of these options.
  6. B

    What is a good program for creating HTML files?

    It would be a good idea if I could have the option to create them visually AND with code. :D Or just with one of these options.
  7. B

    Is there any browser game similar to Sid Meier's Civilization series?

    I always liked Sid Meier's Civilization series, since it's second installment, Civilization II. I would like to know if there is any browser game that is similar to Sid Meier's Civilization series.
Back
Top