Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default frames and php

    I have a html page divided into three frames

    (and I'm a total newbie to php)

    if i need to say click on an image in the first frame which I could use as a
    variable for accessing a mysql database, how would I go about processing in
    the next frame to display the retrieved data in frame 2 ??

    i understand how to access mysql for retrieveal but not how to get into the
    second frame.

    pulling my hair out

    Cheers,
    Tony


    Tony Guest

  2. Similar Questions and Discussions

    1. Using FRAMES
      I'm some-what new to dreamweaver. I built 6 sites that are pretty simple. I would like to start using frames. Can someone please guide me through...
    2. Frames Help
      I have a site with a side frame that is acting a little bit wierd, and i cant figure out why. The side frame basically calls other things, using...
    3. php like frames?
      Someone told me that you can use php to make a webpage that works like having frames. (Boy that's a cryptic statement) Let me try to explain....
    4. Why frames?
      One reason not to use Quark is that they use frames for anything.... Does anybody know why InDesign needs to use frames instead of just placing...
    5. new frames
      every time i create a frame 2 or wut ever it is the same as frame 1. i dont know how to make that frame its own frame
  3. #2

    Default Re: frames and php

    "Tony" <anthrony@hotmail.com> wrote in message
    news:Av8kc.10577$KS1.306361@nasal.pacific.net.au.. .
    > I have a html page divided into three frames
    >
    > (and I'm a total newbie to php)
    >
    > if i need to say click on an image in the first frame which I could use as
    a
    > variable for accessing a mysql database, how would I go about processing
    in
    > the next frame to display the retrieved data in frame 2 ??
    >
    > i understand how to access mysql for retrieveal but not how to get into
    the
    > second frame.
    >
    > pulling my hair out
    Have a look at the target attribute on the anchor tag.

    ie. <a href="mystuff.php target="_blank">mystuff</a>


    --
    Gorf

    Jesus Saves! Passes to Moses, he shoots... HE SCORES!!!


    Craig Lindley Guest

  4. #3

    Default Re: frames and php


    "Craig Lindley" <craig.lindleyobvious@ntlworld.com> wrote in message
    news:1083250046.4993.0@doris.uk.clara.net...
    > "Tony" <anthrony@hotmail.com> wrote in message
    > news:Av8kc.10577$KS1.306361@nasal.pacific.net.au.. .
    > > I have a html page divided into three frames
    > >
    > > (and I'm a total newbie to php)
    > >
    > > if i need to say click on an image in the first frame which I could use
    as
    > a
    > > variable for accessing a mysql database, how would I go about processing
    > in
    > > the next frame to display the retrieved data in frame 2 ??
    > >
    > > i understand how to access mysql for retrieveal but not how to get into
    > the
    > > second frame.
    > >
    > > pulling my hair out
    >
    > Have a look at the target attribute on the anchor tag.
    >
    > ie. <a href="mystuff.php target="_blank">mystuff</a>
    >
    >
    thanks for your guidance . . appreciated !
    i found this after googling, should solve all my riddles for me.
    [url]http://www.idocs.com/tags/linking/_A_TARGET_95y98y108y97y110y107y.html[/url]
    > --
    > Gorf
    >
    > Jesus Saves! Passes to Moses, he shoots... HE SCORES!!!
    >
    >

    Tony 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