Results 1 to 3 of 3

Thread: show listing

  1. #1
    Join Date
    Mar 2007
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default show listing

    I am working on band sites so I want to find a good script that would list dates and locations of shows on the main page but if you clicked on the actual show page youd get a more detailed table of cost and times and other bands playing.

    I want to do this as an actual code because the band wants to input the data themselves. However I don't know the best way to do thsi and calendar scripts that I have found arent what I want..

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    This could turn out into a fairly complex script involving server-side scripting and databases.

    If you look into PHP/MySql it would be do-able.
    There is no "instant" script for this type of question, sometimes you just have to do it the hard way:

    PHP Reference:
    http://www.php.net/

    PHP/MySql Tutorial
    http://www.php-mysql-tutorial.com/
    or
    http://www.freewebmasterhelp.com/tutorials/phpmysql

    MySql Reference/Downloads:
    http://www.mysql.com/

    Note that if a MySql database is configured on your web host, it is there regardless of what programs you use to view/edit it.
    If you don't want to download the 50mb pack (recommended) you can use phpmyadmin, generally with this url, or given by your hosting service:
    http://phpmyadmin.[your-host-name]/

    Good luck.
    - Mike

  3. #3
    Join Date
    Mar 2007
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks! I see how to create the insert form but I was wondering if someone could tell me how to create a password on the form so that whoever is inserting data has to know the correct password in order to post.

Bookmarks

Posting Permissions

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