Hi,
Thanks to help from guys on here I've managed to get my enquiry form writing to a MySQL database with the use of php and phpmyadmin.
So, now that I am getting to grips with phpmyadmin I have anohther question.
I have created another table called 'news' with IDs and and text area for the article and a date and author field.
What I am interested in now is how to link this to a webpage.
so I have news.html (or news.php in my case) and I want the article to appear within a certain div (or at minimum withing the body tags).
How do I go about this?
Thanks
Thanks to help from guys on here I've managed to get my enquiry form writing to a MySQL database with the use of php and phpmyadmin.
So, now that I am getting to grips with phpmyadmin I have anohther question.
I have created another table called 'news' with IDs and and text area for the article and a date and author field.
What I am interested in now is how to link this to a webpage.
so I have news.html (or news.php in my case) and I want the article to appear within a certain div (or at minimum withing the body tags).
How do I go about this?
Thanks