Hi everybody !
I code a little bit in PHP but I'm still unable to do something with the MySQL database.
And this time, the PHP code I would ask is news system, not ordinary.
I have a website and it will be translated in french soon. What I need is news system like:
[French Title] (the text field)
[French News] (textarea field where the news will be written)
HR
[English Title] (the text field)
[English News] (textarea field where the newser will translate the news)
...
After, the data selection with the $_GET method.
Example the url: mysite.com/index.php?lang=EN
will take only english news
and the url: mysite.com/index.php?lang=FR
will give only the french news.
so... in script, it gives something like this without PHP:
And finally, the PHP code wich will send the "news":
Fiou. If you understood what I meaned , please could you help me if you are able, of course^^ .
Thanks in advance.
Alex.css