Yes it works ! thank you very much !
1 2006-11-15 11:35
Re: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2006-11-14 17:06
Re: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I don't understand :(:(:(:(
3 2006-11-14 13:40
Re: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have put just after pun_desc this :
<?php
include 'affichagetest.php';
?>
i don't have any error but it doesn't display the information
4 2006-11-14 13:33
Re: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
how can I do that exactly ? please
5 2006-11-14 10:23
Re: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes but i cant find Where can I put my PHP code. I would, like to put it is the same line that "forum" with the grey background....
6 2006-11-13 18:09
Re: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
please, i need help !
7 2006-11-13 10:50
Topic: [resolved]Put an information from a code in the head (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hello everybody, first, I wanted to apologize if my english is not so good, because I'm a french guy.
Well, My forum is http://riffdenfer.free.fr and I would like to put an information in the same line the word "forum" is (with the grey backround). I want to put it on the right site.
the code I would like to put is
<?php
$requete = "SELECT * FROM daterepete WHERE id=1";
$result = mysql_query ($requete,$db);
$daterepete =mysql_fetch_object($result);
mysql_free_result($result);
echo ("$daterepete->joursemaine");
echo (" $daterepete->numerojour" );
echo (" $daterepete->mois" );
?>
The problem is I don't know where to put it !
it would be grateful If you could help me.
thank you very much