Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Making a directory

    I know XHTML and CSS and know how to use Dreamweaver as far as XHTML and CSS
    go. I am wondering the best place for me to look for tutorials on how to make
    an online directory. I would like to know how to make the site so people could
    search it and make a forum. I would like to take the next step into web
    development but am not sure where to look. People have mentioned PHP but I am
    not finding tutorials, instead I am finding snippets of code and it is
    confusing to me on how to start using it. Any suggestions on where to go from
    here?

    Thanks!

    STTTER Guest

  2. Similar Questions and Discussions

    1. Active Directory Search fails ("The directory service is unavailab
      Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code...
    2. Server cannot access application directory ... The directory does not exist or is not accessible because of security settings
      If you are using Windows XP in a Workgroup, rather than a Domain, then by default "Simple Filesharing" is turned on, and you won't see a security...
    3. Server cannot access application directory... The directory does not exist or is not accessible because of security settings.
      Hi, I have this issue with the error below. Let me explain my goal and my server environement: Goal: To have 3 separate web servers reading...
    4. rsync exclude file - directory name without directory contents
      When using rsync to maintain incremental backups significant space can be saved on the backup server by excluding directories that have non-critical...
  3. #2

    Default Re: Making a directory

    Check the manual at [url]www.php.net[/url], complete with user comments. You'll also
    need MySQL, so check dev.mysql.com.

    You should find building a forum and directory system easy going with these
    two languages, although there'll be a lot to do!


    STTTER wrote:
    > I know XHTML and CSS and know how to use Dreamweaver as far as XHTML
    > and CSS go. I am wondering the best place for me to look for
    > tutorials on how to make an online directory. I would like to know
    > how to make the site so people could search it and make a forum. I
    > would like to take the next step into web development but am not sure
    > where to look. People have mentioned PHP but I am not finding
    > tutorials, instead I am finding snippets of code and it is confusing
    > to me on how to start using it. Any suggestions on where to go from
    > here?
    >
    > Thanks!

    rob::db Guest

  4. #3

    Default Re: Making a directory

    Thanks Rob I will check that out!!!
    STTTER Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139