yet another newbie with a dumb question

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

  1. #1

    Default yet another newbie with a dumb question

    Hey everyone,

    I'm only just starting with PHP and I have a problem that I can't solve.
    Since I haven't found any appropriate tutorial, here I come.

    I have a first page with some links generated by php. The links are stored
    in a dBase and ordered by genre so I can display them nicely. Each link has
    it's own "link text" and "anchor name" (also stored in the dBase) but all
    point to the same page.
    that works fine
    But I want the php code on this second page to use the first page's link's
    "anchor name".
    I know how to pass values to another page using a form but I'm not using one
    there.
    Can anyone help?

    Regards,
    Greg


    Greg Guest

  2. Similar Questions and Discussions

    1. Dumb Newbie Questions....
      Ok, so I got a copy of 5.1 running on a Toshiba Tecra 8000... sort of .... It won't recognize video over 640 x 480 or the sound system.... I went...
    2. Another dumb SSI question.
      One of those niggling problems I face right now. Not a big deal, but you search Google a few times and get nothing but madness so you come here to...
    3. (Newbie) Document outlines & other really dumb questions...
      Please bear with me. I'm an AI newbie, more used to working with Quark and Photoshop. I just posted a question regarding rulers, but after...
    4. Newbie dumb question
      Can I use PHP without using a Web Server to drive a MySQL application? Is there any better way, specially without having to program in C, C++? I...
    5. Dumb, dumb, dumb. Macromedia really fumbled the ball here...
      An entire afternoon wasted only to discover, like several others before me apparently, no small amount of clairvoyance is required to determine the...
  3. #2

    Default Re: yet another newbie with a dumb question

    Greg wrote:
    > Hey everyone,
    >
    > I'm only just starting with PHP and I have a problem that I can't solve.
    > Since I haven't found any appropriate tutorial, here I come.
    >
    > I have a first page with some links generated by php. The links are stored
    > in a dBase and ordered by genre so I can display them nicely. Each link has
    > it's own "link text" and "anchor name" (also stored in the dBase) but all
    > point to the same page.
    > that works fine
    > But I want the php code on this second page to use the first page's link's
    > "anchor name".
    > I know how to pass values to another page using a form but I'm not using one
    > there.
    > Can anyone help?
    >
    > Regards,
    > Greg
    >
    >
    you could try sumot like

    page2.php?anchor=???

    --
    Smifffy

    [email]smifffy@smith-net.org.uk[/email]
    [url]http://www.smith-net.org.uk[/url]

    Smifffy Guest

  4. #3

    Default Re: yet another newbie with a dumb question

    Ok, it works fine
    Thank you very much Smifffy

    Cheers

    "Smifffy" <smifffy2002@ntlworld.com> a écrit dans le message de news:
    fIl7b.169$z06.172435@newsfep1-win.server.ntli.net...
    > Greg wrote:
    >
    > > Hey everyone,
    > >
    > > I'm only just starting with PHP and I have a problem that I can't solve.
    > > Since I haven't found any appropriate tutorial, here I come.
    > >
    > > I have a first page with some links generated by php. The links are
    stored
    > > in a dBase and ordered by genre so I can display them nicely. Each link
    has
    > > it's own "link text" and "anchor name" (also stored in the dBase) but
    all
    > > point to the same page.
    > > that works fine
    > > But I want the php code on this second page to use the first page's
    link's
    > > "anchor name".
    > > I know how to pass values to another page using a form but I'm not using
    one
    > > there.
    > > Can anyone help?
    > >
    > > Regards,
    > > Greg
    > >
    > >
    >
    > you could try sumot like
    >
    > page2.php?anchor=???
    >
    > --
    > Smifffy
    >
    > [email]smifffy@smith-net.org.uk[/email]
    > [url]http://www.smith-net.org.uk[/url]
    >

    Greg Guest

  5. #4

    Default Re: yet another newbie with a dumb question

    Greg wrote:
    > Ok, it works fine
    > Thank you very much Smifffy
    >
    > Cheers
    >
    > "Smifffy" <smifffy2002@ntlworld.com> a écrit dans le message de news:
    > fIl7b.169$z06.172435@newsfep1-win.server.ntli.net...
    >
    >>Greg wrote:
    >>
    >>
    >>>Hey everyone,
    >>>
    >>>I'm only just starting with PHP and I have a problem that I can't solve.
    >>>Since I haven't found any appropriate tutorial, here I come.
    >>>
    >>>I have a first page with some links generated by php. The links are
    >
    > stored
    >
    >>>in a dBase and ordered by genre so I can display them nicely. Each link
    >
    > has
    >
    >>>it's own "link text" and "anchor name" (also stored in the dBase) but
    >
    > all
    >
    >>>point to the same page.
    >>>that works fine
    >>>But I want the php code on this second page to use the first page's
    >
    > link's
    >
    >>>"anchor name".
    >>>I know how to pass values to another page using a form but I'm not using
    >
    > one
    >
    >>>there.
    >>>Can anyone help?
    >>>
    >>>Regards,
    >>>Greg
    >>>
    >>>
    >>
    >>you could try sumot like
    >>
    >>page2.php?anchor=???
    >>
    >>--
    >>Smifffy
    >>
    >>smifffy@smith-net.org.uk
    >>[url]http://www.smith-net.org.uk[/url]
    >>
    >
    >
    >
    np m8

    --
    Smifffy

    [email]smifffy@smith-net.org.uk[/email]
    [url]http://www.smith-net.org.uk[/url]

    Smifffy 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