Type: Posts; User: mmantaras
Simply replace "Please provide your name" with $txt["providename"]
Generate an PDF document with your content. FPDF (pdf library for PHP) is a good start. Regards.
you have to do is add the function of stylistic change the onmouseover event to happen in the submenu to change the menu style required. example Main ------ Menu (1) ----------------...
Please let us give details of the development environment. Both hardware and software. It would also be grateful for comments on the tasks performed by scripts that access the database.
if you want to change de background color from javascript you must do like that document.getElementById("some_element").style.backgroundColor="some_color"; Best Regards
Applying the last comment. Your code can't be <?php $jaar = $_GET["jaar"]; echo "<div id='header'>Vriendengroep Oerdegelijk | ".$jaar."</div>"; echo "<div id='main'>";
In the other hand. I see you need know the num of records (in the next line) This can be obtaining with the mysql_num_rows function. http://php.net/manual/en/function.mysql-num-rows.php Best...
You must see the line 33 of your script. I asume that is "$sql = mysql_query("SELECHT * FROM jaren WHERE jaar=$jaar"); " if you see, you write SELECHT and the correct statement es SELECT ...