Page 1 of 1

Need some help

Posted: Tue Mar 25, 2003 5:02 pm
by vaughty
I've been learning php and database access (using Microsoft Access) at university as part of one of my modules at university and although the practical lessons have been quite good they only really skimmed the surface.

I've been given some coursework that requires me to create a

Discussion Board/Forum
This application allows users to post and view messages on a message board system, with the following requirements:
i - Only registered users can post messages.
ii - Anyone can view messages.
iii- Messages can be viewed by user, or topic.
iv - Users can search through messages or topics by using a single keyword.[/b]

I was wondering if anyone could point me in the direction of some tutorials that will help me to do this. If the tutorials use mySql how difficult is it to change the code to access the Access database? Is it just a case of changing mysql_... to odbc_...?

Thanks in advance,
vaughty

Posted: Tue Mar 25, 2003 7:50 pm
by m3mn0n
Man i wish i had a class like that. ;)

http://www.phpbuilder.com has some great tutorials and snipplets for this. Also http://www.hotscripts.com/PHP has some forums. You might even want to see http://www.phpbb.com (the BB this forum runs on) and see how they organized and did their coding.

Browsing source code and being a bit creative can lead to many new doors being opened in your php learning.