Ask a Question related to PHP Development, Design and Development.
-
Tony #1
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
-
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... -
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... -
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.... -
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... -
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 -
Craig Lindley #2
Re: frames and php
"Tony" <anthrony@hotmail.com> wrote in message
news:Av8kc.10577$KS1.306361@nasal.pacific.net.au.. .a> 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 asin> variable for accessing a mysql database, how would I go about processingthe> the next frame to display the retrieved data in frame 2 ??
>
> i understand how to access mysql for retrieveal but not how to get intoHave a look at the target attribute on the anchor tag.> second frame.
>
> pulling my hair out
ie. <a href="mystuff.php target="_blank">mystuff</a>
--
Gorf
Jesus Saves! Passes to Moses, he shoots... HE SCORES!!!
Craig Lindley Guest
-
Tony #3
Re: frames and php
"Craig Lindley" <craig.lindleyobvious@ntlworld.com> wrote in message
news:1083250046.4993.0@doris.uk.clara.net...as> "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 usethanks for your guidance . . appreciated !> a> in> > variable for accessing a mysql database, how would I go about processing> the> > 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>> > 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>
>
>
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



Reply With Quote

