Okay...so I want to create a page that is in a table but each field pulls from different pages. For instance:
<table>
<tr colspan="3">
<td><?php echo title.htm ?></td>
</tr>
<tr>
<td><?php echo left.htm ?></td>
<td><?php echo body.htm ?></td>
<td><?php echo right.htm ?></td>
</tr>
<tr colspan="3>
<td><?php echo bottom.htm ?></td>
</tr>
</table>
If this would work in theory...why doesn't it? Does there need to be an include() ? or what...please let me know ASAP
General Discussion
- Caffeine Lounge
- Corner Cubicle
- Student Campus
- Software Development
- Industry News
- Introduce Yourself
- Nightmare.In.Code
Programming Help
- C and C++
- VB.NET
- Java
- C#
- ASP.NET
- .NET Framework
- VB6
- PHP
- Ruby
- Python
- ColdFusion
- Databases
- Other Languages
- Game Development
- Mobile Development
- 52 Weeks Of Code
Web Development
- Web Development
- HTML & CSS
- JavaScript
- Graphic Design
- Flash & ActionScript
- Blogging
- SEO & Advertising
- Web Servers & Hosting
- Site Check
Follow & Share
Give It A Try!
Tutorials
Programming
- C++ Tutorials
- Java Tutorials
- VisualBasic Tutorials
- VB.NET Tutorials
- C# Tutorials
- PHP Tutorials
- ColdFusion Tutorials
- Database Tutorials
Web Development
Reference Sheets
Code Snippets
- C++ Source Code
- Java Source Code
- C# Source Code
- VB.NET Source Code
- PHP Source Code
- C Source Code
- Visual Basic Source Code
- JavaScript Source Code
- Python Source Code
- Other Languages Source Code
DIC Chatroom
Bye Bye Ads
Monthly Drawing

New Topic/Question
Reply



MultiQuote

|