Connecting Tech Pros Worldwide Forums | Help | Site Map

Beginner : PHP<-> HTML

Tommy
Guest
 
Posts: n/a
#1: Jul 17 '05
I try to train straight in PHP/HTML. I have many documentations read however
unfortunately I didnīt find an answer for my problem :

The HTML layout consists of three Frames: Top, Left and Body. The Frames
"Top" and "Left" are always identical for the PHP program and must only
uniquely send, in the Frame " Body " the actual program and user handlings
(input and output) take place.

A goal should be that "Top" and "Left" Frame are not again to be indicated
during the current expenditures, special easily to exist remains
(approximately then also the data [ HRef corresponds to " PHP window "
TARGET="Body " ]. But folds with me not, tries I
1. all Frames to send will be ok with each user action takes place a
complete picture change
2. Top and Left Frame first, and then only the "Body" frame (contents by the
way constantly change) already does not fold (body Frame contents are not
indicated).

Any helps would be appreciated.



Von Heler
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Beginner : PHP<-> HTML


"Tommy" <knappe@knappenschaenke.de> wrote in
news:3fdb4239$0$17574$ba620e4c@reader3.news.skynet .be:
[color=blue]
> I try to train straight in PHP/HTML. I have many documentations read
> however unfortunately I didnīt find an answer for my problem :
>
> The HTML layout consists of three Frames: Top, Left and Body. The
> Frames "Top" and "Left" are always identical for the PHP program and
> must only uniquely send, in the Frame " Body " the actual program and
> user handlings (input and output) take place.
>
> A goal should be that "Top" and "Left" Frame are not again to be
> indicated during the current expenditures, special easily to exist
> remains (approximately then also the data [ HRef corresponds to " PHP
> window " TARGET="Body " ]. But folds with me not, tries I
> 1. all Frames to send will be ok with each user action takes place a
> complete picture change
> 2. Top and Left Frame first, and then only the "Body" frame (contents
> by the way constantly change) already does not fold (body Frame
> contents are not indicated).
>
> Any helps would be appreciated.
>
>
>[/color]

You really do not need to use frames, especially when using PHP.

http://homepage.ntlworld.com/l_vajzo...eb/frames.html
Jochen Buennagel
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Beginner : PHP<-> HTML


Tommy wrote:[color=blue]
> Any helps would be appreciated.[/color]

I'm very sorry, but even though I know english and german, I didn't
understand much of your post. There is a de.comp.lang.php.misc newsgroup
where you can post your question in german. I'll try to be more helpfull
there.

Jochen

Tim Tyler
Guest
 
Posts: n/a
#4: Jul 17 '05

re: Beginner : PHP<-> HTML


Von Heler <vonheler@hotmail.com> wrote or quoted:
[color=blue]
> You really do not need to use frames, especially when using PHP.[/color]

What is the PHP equivalent of a resizable frame?
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Von Heler
Guest
 
Posts: n/a
#5: Jul 17 '05

re: Beginner : PHP<-> HTML


Tim Tyler <tim@tt1lock.org> wrote in news:HpxMw4.HMx@bath.ac.uk:
[color=blue]
> Von Heler <vonheler@hotmail.com> wrote or quoted:
>[color=green]
>> You really do not need to use frames, especially when using PHP.[/color]
>
> What is the PHP equivalent of a resizable frame?[/color]

A well designed site.
Tim Tyler
Guest
 
Posts: n/a
#6: Jul 17 '05

re: Beginner : PHP<-> HTML


Von Heler <vonheler@hotmail.com> wrote or quoted:[color=blue]
> Tim Tyler <tim@tt1lock.org> wrote in news:HpxMw4.HMx@bath.ac.uk:[color=green]
>> Von Heler <vonheler@hotmail.com> wrote or quoted:[/color][/color]
[color=blue][color=green][color=darkred]
>>> You really do not need to use frames, especially when using PHP.[/color]
>>
>> What is the PHP equivalent of a resizable frame?[/color]
>
> A well designed site.[/color]

Most GUI's have a component that allows resizable areas - they
are useful. The same with scrollable regions.

If you use PHP /without/ frames, it is hard to get the resizing
capability - and the only sorts of scrollable content available
are either of poor quality - or are not portable.
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Closed Thread