Thursday, July 3, 2008
HTML Multiple Select and PHP
Check the code below - ` was added to code to display code on blogger properly:
<`?php
foreach ($_POST['options'] as $option) {
//code to do something with each option like insert into DB
}
?>
<`html`>
<`body`>
<`form name="my_from" action="" method="post">
<`select name="options[]" multiselect> // NOTICE THAT WE ADDED [] TO INDICATE THAT THIS IS AN ARRAY!
<`option value="ABC">ABC
<`option value="123">123
<`option value="xyz">xyz
<`option value="987">987
<`/select>
<`input type="submit" name="submit_my_form" value="Submit" />
<`/form>
<`/body`>
<`/html`>
Thursday, June 12, 2008
Web development cost in Orlando

One of the first questions that anybody looking for web development services will ask is "How much will this cost?". There is a variety of answers one will get in response varying from $xxx.xx for Y number of pages, or $xxx.xx for entire project, to $xx per hour. There is huge number of web developers and firms available so pricing can vary just as much. Here are two figures below that illustrate what average salaries are for web developers in Orlando, FL market for companies that enterprises that have resources to hire full time web developers. Figures are provided by the www.salary.com highest rated online portal disseminating salary data.
Monday, May 19, 2008
IBR LLC Website Videos
- Set your website apart from the competition
- Get better conversion rate and therefore more sales
Orlando eCommerce - IBR is Google's #1
- Orlando eCommerce
- Orlando eCommerce Developer
- Orlando eCommerce Development
- What is your SPECIFIC goal for your website (how much sales do you project to have)
- Define you specific niche (entire worlds population is NOT your potential customer base)
Our investment of resources that IBR possesses are always in direction of success of our clients rather then simply project completions. That is indicated by IBR constant pursuit of latest technologies and strategies that attract more qualified traffic and result in more sales. We try to set the websites of our client's apart from other players in their respective markets so that visitors convert - and convert in good numbers.
It is all of those things that have kept us in #1 position on Google and will keep us there for a long time. Some things like keywords and inbound links can be duplicated but the Peace of mind that we provide for our clients can not!
To learn more about IBR and what we can do for your Orlando eCommerce development visit us.
Friday, April 4, 2008
GoDaddy cURL HTTPS and nusoap.php problem
So I stated to debug nusoap to see what part of it was causing this error - it turned to be stalling at cURL request. cURL worked fine when I would point it to unsecure http:// site, but as soon as https:// was thrown in the combination cURL failed. After playing around with and exasting my options with nusoap.php library I called GoDaddy support to shed some light on this. I learned that they use proxy for their cURL calls that are made to secure sites. The issue is actually described in their HELP section.
Needless to say I was mad that I've spent all that time debugging nusoap while solution was two lines of code long:
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");
Adding above two lines to your nusoap library at line 2400 in latest version 0.7.3 will do the trick. This is applicable to any script hosted on godaddy shared hosting needing to access HTTPS urls via cURL library. I found Mauricio Zuniga's Blog that talks about this same issue unfortunately only after wasted all that time.
After going through this ordeal, I again encountered problems with DOMDocument php modules on GoDaddy server so decided to move my clients site to www.hostmysite.com who offer THE BEST support and actually appreciate my business.
Wednesday, November 28, 2007
Redesigned IBR Website Lounched Today!
We are pleased to announce the launching of IBR System’s new and improved website. Please go to www.ibrsystems.com where you will find a wealth of information geared at increasing your business’s bottom line.
- SEO tools
- SEO factors, tips, and advice
- eCommerce development highlights
- Case studies
- Content Management Systems details
You will note that this new and improved website was entirely created with DHTML compliance – no other website firm in
We have also added a Blog [one you are reading now] where you will be able to find up-to-date information on the industry, tips, notes from locally offered seminars, and where you will be able to share your own web-development experiences.
Finally there is a section dedicated to community involvement on this new and improved website where you will be able to keep with IBR System’s contributions to the Orlando Community and its non-for-profit organizations.
Sunday, November 25, 2007
Boys & Girls Club Dinner
Boys and Girls club of Central Florida has clubs throughout Central Florida and is always looking for local businesses to get involved with children volunteering, mentoring, sponsoring events and spreading awareness. For more information please visit their website www.bgccf.org.
Check out