Yeah, overall admin page on my cms project is done. But this project for X company had stopped for financial reason. So I’ll plan this project to open source blog management system or usually called blog engine and may be I’ll call it Semesta Blog engine or SimpleSc Blog Engine (Just planning). Actually this is [...]
Yeah, Code Igniter again. I this day i got problem with dynamically dropdown value on Code Igniter. First think i hope I can generate dropdown with values from mySql database. I want to use form helper that provided by Code Igniter to generate form.
Basically to make dropdown input on controller are:
?View Code PHP1
2
3
4
5
6
…
$data[’input_category’] = [...]
2008-11-10 |
Einchi |
Info |
Info |
SEO
Today the Internet is highly competitive, it is not longer good enough to just create a website and watch the money roll in. Modern websites have to go that extra mile if they want to see a good return on their investment.
I will discuss the 10 things that you need to get right to be [...]
Connor Wilson has published nice post. He wrote about how to make gravatar without plugin and I’ll share for you. First, add this script to your comments page.
?View Code PHP1
2
3
4
5
6
7
<?
$email = ""; //email that user use in gravatar
$default = ""; // link to your default avatar or if user doesn’t have gravatar
$size = 40; // [...]
Fiuh.. I’m so tired with my current project. My current project is official site for one of private company in Jakarta or my office . A big site and single fighter… huehuehue. I must write codes about 10 hours in office. In this project I used PHP and Code Igniter Framework. I used [...]
Wew so many feature available on Mozilla Firefox with third party applications. Yesterday I found Professor X add-ons. With this add-ons you can show inside page’s head easily without open page source. As web programmer, i’ts very useful to me to get embedded css style or js script on some pages and download it.
Identifying the submit button in the server side
The name and value of the button that is used to submit the form is passed along with the other data to the server script. For the button above, when you click on the submit button, the data passed to the server side script is mysubmit=Click!
Having Multiple Submit [...]