Two Problems - PHP MySQL Apache related

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Two Problems - PHP MySQL Apache related

    Am running MacOSX 10.38, all software (PHP, Apache, Safari) is up to date.

    First of all, when previewing my work in browser though Dreamweaver, the CSS
    sheets I have used will display for the first page I preview, however whenever
    I test my links and move to another page OR view the site directly from any
    browser on my local testing server, the CSS styles are ignored. Since they
    display when i use preview from browser I assume theres something wrong with my
    Apache configuration?

    Secondly, I'm following the tutorial in the php development centre on this
    site. Can get the logon/user restricted access functions working correctly,
    however whenever i try to access another page from my user area, my browser
    takes me back to the logon page, and then places me back at the main page when
    i re-enter my logon!

    Any assistance or suggestions welcome. Thanks in advance.

    Fkz82 Guest

  2. Similar Questions and Discussions

    1. Wierd memory problem with Apache / PHP. Related to pg_query ?
      Hi all, I got a problem with uploading files which encounter the memory limit when their size is not even close to the memory limit itself, let...
    2. MySQL error - related to php.ini?
      gf wrote: Sounds like their host allows a certain number of queries per day/month/week/etc and they've gone over the limit -- Matt...
    3. mod_php 4.3.2 (w/ apache 2.0.40 using apache filters) - problems loading extensions
      (cross posted from php.install in hopes of increasing my chances of finding help) I've been trying to get php working on our RH8 box using a...
    4. A MySQL Question (PHP Related)
      Leigh Riley wrote: Apache and MySQL generally don't work together. i'm assuming you meant getting PHP to work with MySQL? Don't EVER copy a...
    5. #13024 [Com]: Problems with PHP on Apache .. when loading php script a few times Apache crash
      ID: 13024 Comment by: javri28 at hotmail dot com Reported By: j_barrancos at hotmail dot com Status: Bogus Bug...
  3. #2

    Default Re: Two Problems - PHP MySQL Apache related

    Fkz82 wrote:
    > Secondly, I'm following the tutorial in the php development centre on this
    > site. Can get the logon/user restricted access functions working correctly,
    > however whenever i try to access another page from my user area, my browser
    > takes me back to the logon page, and then places me back at the main page when
    > i re-enter my logon!
    It's a serious bug in the code generated by Dreamweaver. Details and
    solution here:

    [url]http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=8033053165&m=3241024 21&r=324102421#324102421[/url]

    I wrote that in April last year, when it didn't apply to PHP 4. Newer
    versions of PHP 4 also display the same problem.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers 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