|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
||||
|
||||
|
Application to handle php and html
I started working on a page that was created using php and had tables. In the beginning it was fun but quickly became tough to manage. As I started to nest tables, it drove me crazy. Is there a Windows application that manages php and tables well?
Thanks,
__________________
Evan |
|
#2
|
||||
|
||||
|
This is a rather vaque question. I assume you mean HTML <table> elements? Does your PHP use templates? Have you thought about using a <table>less design to trim down the code?
Maybe you should tell us what exactly you mean by "manage php and tables". What do you want the software to do for you?
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
||||
|
||||
|
<table>less? What do you mean?
I am sorry for the poor job I did to describe my needs. I am designing a few pages in a combination of html and php using a text editor. I used nested tables and almost immediately I ran into problems trying to find the right cell and table to add content to. The table was going to have three columns and several rows. Since I wanted to have a few cells with borders I decided to go with nested tables. Almost immediately I realized that using a text editor is not the most efficient way to work on pages. And that's when I came to this forum. I used Mozilla's editor but it doesn't handle php at all. I am looking for an editor that would handle editing a php file that is made of html and php code. I would like to edit the code, save it and test it. Thanks, |
|
#4
|
||||
|
||||
|
Quote:
or at least use CSS to apply borders to specific cells and what-not, which will prevent you from nesting yet another table. If you're looking for the ability to run the HTML/PHP locally on your computer, you will need to install PHP (and probably Apache). Some WYSIWYG editors that use/have this feature: Zend Studio, PHP Designer 2005, SciTE (after some configuration). |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Development Software > Application to handle php and html |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|