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...
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...
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...
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?
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.