Helmut Granda
learning through interaction
learning through interaction
Dec 7th
I am pleased to say that it took me only about 30 minutes to transfer a basic site writte on Kohana to the ZendFramework, both frameworks make it easy to switch between each other. For one thing you can use the ZendFramework Library in Kohana (although I haven’t done it myself people declare is rather [...]
Aug 15th
Mar 2nd
..continued from The TRUTH about PHP/mySQL security Part I
So here we are on “The TRUTH about PHP/mySQL security Part deux”, So after reading lots of websites/blogs and reviewing nearly 100 OS PHP/mySQL scripts I have found that everyone has a similar structure
Main Page
|- imgs
|-someimage.jpg
[...]
Feb 23rd
So I finished a small application that I am using only on my computer to avoid any problems on the net in regards to security (name it hackers/crackers/enthusiast/whichever).
Since there is no easy way to ask a question like What is the best way to create a secure applicationI decided to send the question out there [...]
May 17th
There are times when you just need to pull the default value of a radio button selection, rather than creating and array and testing from it.
The quick and dirty solution is to place a hidden field right before those items you want to send with default values if nothing is selected.
PHP:
<input type=”hidden” name=”NameOfYourRadio” value=”Default Value”/> [...]