Results 1 to 2 of 2

Thread: PHP help

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Posts
    159

    Question PHP help

    Hey all

    i need some help regarding my course work....dun want the solution just some help...here is the course work question:

    implement a HTML form driven web application which has several sections and allows a user to query a student MYSQL database called SOC_DB (which you must create along with its constituent tables) and obtain information regarding students enrolled with the School of Computing. The basic queries are specified as follows:

    (i) Find all students enrol a specified degree scheme.
    (i) Find all students taking a specified module

    You must also create an area where a user defined SQL query string can be entered and process it to affect a query. In this case you are required to write CGI script(s) (in Perl/PHP/ or other appropriate scripting language) in order that the query can be correctly processed and the database queried.
    i have no exp in writing CGI scripts, can anyone suggest any good tutorials to get me on my way to produce the CGI scripts using PHP to access the database and carry out the queries?

    Thanks

  2. #2
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: PHP help

    Best place to start is http://www.php.net the documentry explains everything and the user comments help alot with functions and methods of doing stuff.

    For your MySQL assignment take a look at
    http://uk2.php.net/mysql_connect

    or just ask Google as there are millions upon millions of article and tutorials explaining how to use PHP with MySQL.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width