Browse by Tags

All Tags » PHP (RSS)

TinyMCE - A Platform Independent WYSIWYG Editor by lamia

I've been looking this morning for a WYSIWYG editor to integrate with one of the personal projects I'm planning to make. It's going to be a WIKI that would allow anyone in my team to add, edit, view or search entries for best known knowledge...
Filed under: , ,

Code File Security in PHP by lamia

While I was trying to implement MVC in PHP, It came to me how I would be able to secure my code (i.e. prevent HTTP GET access to some parts). My friend who is a PHP programmer forgot that in some webserver, the .inc extension is not configured as a MIME...
Filed under:

How to use $_GET in your included files by lamia

I'm used to doing just <c:import url="/viewaccount.do?id=${account.accountId}"/> in JSP. So when I was asked to make a simple PHP script I thought the same thing was possible in PHP using the include() command. I was wrong though and thought of...
Filed under:

The evil short open tag in php by lamia

Our client asked for a short portion of their php code to be modified. Since I'm a Java guy and so is my team lead, we asked our new developer (web developer) to do the dirty stuff for us. Good, he was able to finish quick. But then, when I tested the...
Filed under:

CodeIgniter by lamia

My friend, Adonis(his nick here in devpinoy) mentioned to me this PHP framework called CodeIgniter. It kind of resemble the Struts framework and I have to say that I really like it! It's neat and is easy to use. I haven't really tried it yet. I just watched...
Filed under:

phpapache2.dll not found by lamia

Hmmm... I'm on my first task at my new company. The project I'm involved with is a PHP to Java conversion(Ewwww!). I have to say I really don't like it but it should give me the experience and discipline needed to stay on the job. Besides, it should be...
Filed under: