If anyone is interested, I am working on an editor for writing PHP code. I just added another section to my omnibus editor. I use it for C++Builder, SQL, and now PHP code.
What I do is take shell bits of code and use the replace function of Windows to write the code. Example:
echo "XX\n"; // print to screen and add newline
You would replace XX with whatever and the code would be written.
My previous question was about the <td><?php> tags. This editor will now check to see all beginning and ending tags are correct.
What I do now for PHP is this. I have a file where I keep all the PHP code I download. I put it in the main window of my editor and then open one or more PHP windows. When I get stuck, I go and look to see if any code is there to do what I want. Eventually, I will have a lot of code. Many working together could get this done a lot quicker.
I program in C++ Builder and could put the code on my site. Everyone could then test it and/or make improvements.
Let me know if anyone is interested.
arelgee