473,378 Members | 1,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Beginner : PHP<-> HTML

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.
Jul 17 '05 #1
5 1995
"Tommy" <kn****@knappenschaenke.de> wrote in
news:3f***********************@reader3.news.skynet .be:
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.


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

http://homepage.ntlworld.com/l_vajzo...eb/frames.html
Jul 17 '05 #2
Tommy wrote:
Any helps would be appreciated.


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

Jul 17 '05 #3
Von Heler <vo******@hotmail.com> wrote or quoted:
You really do not need to use frames, especially when using PHP.


What is the PHP equivalent of a resizable frame?
--
__________
|im |yler http://timtyler.org/ ti*@tt1lock.org Remove lock to reply.
Jul 17 '05 #4
Tim Tyler <ti*@tt1lock.org> wrote in news:Hp********@bath.ac.uk:
Von Heler <vo******@hotmail.com> wrote or quoted:
You really do not need to use frames, especially when using PHP.


What is the PHP equivalent of a resizable frame?


A well designed site.
Jul 17 '05 #5
Von Heler <vo******@hotmail.com> wrote or quoted:
Tim Tyler <ti*@tt1lock.org> wrote in news:Hp********@bath.ac.uk:
Von Heler <vo******@hotmail.com> wrote or quoted:
You really do not need to use frames, especially when using PHP.


What is the PHP equivalent of a resizable frame?


A well designed site.


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/ ti*@tt1lock.org Remove lock to reply.
Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: wing | last post by:
Hi, I'm now doing web programming using PHP. I need to use <?php instead of <? for PHP scripts. How do I configure PHP so that it can recognize <? as well?? Thanks in advance Wing
2
by: Brian | last post by:
I am trying to work through a PHP book that I bought a year or so ago, "Essential PHP" by Christopher Cosentino. In the beginning of the book, after the Hello, World .php file, you get to a...
5
by: Jonny T | last post by:
hi, i want to echo the string '<?php' in a php script like : echo "<?php"; but when i try nothing gets displayed ... if I use echo "<\?php";
7
by: haoren | last post by:
Can anybody help me with this problem: How can I echo a string that contain <? and <?php? For example, $str="test <? and <?php echo"; echo $str;
6
by: ubccis | last post by:
What are the differences between using these? <?= and <?php and <?
3
by: andrew | last post by:
Ok, pretty new to this php stuff, but good with perl/python etc. What is wrong with this php document ??? I get this error: Parse error: syntax error, unexpected $end in...
4
by: Michael G | last post by:
Some of the online docs say that you can use echo <<<END all sorts of text and statements... END; but if the following produces a parse error at line 14 which is the closing
11
by: monomaniac21 | last post by:
Hi all Ive just installed php 5 on my Apache server and its not recognizing my code when its written between <? ?only <?php ?will work. How can i edit the httpd.conf file to allow this? Kind...
6
by: damod.php | last post by:
<?php ...<? both are the php tags whats the diff b/w name of the tag??? then i write the code using <? this tag full coding , but the server can not accept my (<?)tag,, its only used <? php tag...
6
by: Gert Kok | last post by:
When fgets() reads a string that ands with <<<EOT, the string is truncated after << and a lot of following input is discarded. When <<<EOT is changed to <<< EOT, behaviour is as I expect it. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.