Storing dynamic form values in Arrays for display & insert Programming Web Development by assgar Hi Developemnt on win2003 server. Final server will be linux Apache,Mysql … UI Developement Programming Software Development by nottoshabi I want to learn some UI developemnt for windows using visaul basic can you guys direct me to some books, and materials? Java Certified Programmer Community Center by vijizzle … (just to be different :). I want to get into software developemnt and have found it hard to get a job - currently… Need advise on how much should I charge for a site like this... Community Center by basti … all. so here's my question, Im new to web developemnt business and a starter I guess I 'd say Im… REgular Expression Programming Software Development by senthilamp4 Hello Friends, i am new bee of Perl developemnt., can you pls give regular expression for this number., input: (232,45,3434,535.56) like wise (\()([0-9.,]+)(\)) output: -232,45,3434,535.56 Thanks Advance.., Senthil. V PHP code to search database from forms Programming Web Development by tjamesp … appologize but I am very new to programing and web developemnt. I have developed a web site that will allow users… Attention guys I am seeking a welcome Community Center Say Hello! by Afif_1 … offshore offices. It offers various services like SEO, Web Design/Developemnt, Telemarketing, Chat Support, Data entry, IT experts and many other… Re: open ports on firewall.. Programming Software Development by musthafa.aj … its need application server ..i don't like broad my developemnt... so i need simple proxy applicaion in java to intgerate… Re: Python with .net Programming Software Development by thekilon … python for .net is actually better than ironpython But , its developemnt has stoped since 2007 as it appears in sourceforge. Mono… Re: Python with .net Programming Software Development by jcao219 … python for .net is actually better than ironpython But , its developemnt has stoped since 2007 as it appears in sourceforge. Mono… Re: Python based OS Programming Software Development by thekilon … answer should be inside there. But bare in mind, OS developemnt is one of the most toughest out there, you will… Re: Please Read This Before Posting Programming Software Development by themaj … just a 'free public site' protected by the Constitution. SW Developemnt is all about logic and that logic is even more… Re: Good places to start for web designing/developing? Programming Web Development by AleMonteiro …'s a similar post about learning and starting with Web Developemnt every week. We're here to help and instruct, but… Re: Which PHP framework is best? Programming Web Development by leenajose … much of people interested to learn with laravel and Yii developemnt. I found this article for you.here i can found… Need information about web developemnt certification Community Center by Shanti C Hello guys... Please give me any information or links about web development certification exams, which is in php,java script,html, css.... Thanks shanti Software Developemnt Hardware and Software by blandc Good Morning All, I am looking to develope a new product and I am needing software, hardware and an app developed. I have no idea where to start and I thought I would reach out for advice. Re: Software Developemnt Hardware and Software by rproffitt I've lost count of folk in that situation. Most just wither away because they are so afraid their idea would be stolen they can never talk to anyone about the product so no one can help them move forward. Tell more, make a kickstarter or such and get going? Re: Software Developemnt Hardware and Software by blandc I have talked to numerous people about it and it is just a concept right now. I have no programming skills and I am looking for someone who has the skill set to help me out. I will do a kickstarter once I have a working protoype. Basically it is going to be a way for packages to be delivered safely to the front door. No more hassle with beating the… Re: Software Developemnt Hardware and Software by rproffitt Here we have the elephant box for such things. And thankfully no problems with Amazon/other deliveries being stolen. I can't guess how this differs from today's solutions. There are plenty of folks with concepts they never move forward on. A good percentage are so afraid the idea will be stolen, some can't accept it's not marketable and the … Re: Storing dynamic form values in Arrays for display & insert Programming Web Development by assgar [B]The short varsion of my problem is:[/B] The 3 arrays on the same dynamically created row are not insync. The selectbox array starts at index 0, the input box array starts at index 3 and dropdown selection array starts at index 3. How do I get all 3 arrays to return values and starting at index 0? I don't know much about two-dimentional arrays … Re: Storing dynamic form values in Arrays for display & insert Programming Web Development by assgar [B]Solution part A:[/B] Changing to a for loop and incrementing the array indexes using $i syncronize the arrays and solves on problem. [php] <?php $result = mysqli_query($mysqli,$data); $num_rows = mysqli_num_rows($result); for($i=0; $i < $num_rows; $i++) { $row = mysqli_fetch_array($result); list($code_id, $fee1_code, $… Re: Storing dynamic form values in Arrays for display & insert Programming Web Development by MCP check out php's array_values function, which will essentially reindex the arrays Re: Storing dynamic form values in Arrays for display & insert Programming Web Development by assgar Thanks I will check out your suggestion. [B]Solution part C[/B] I think I have the method of accomplishing what I need. Do you see and down side to using this code or have another suggestion that would be best? [php] <?php> $code_id = (array_filter($code_id)); $fee1_unit = (array_filter($fee1_unit)); $fee1_money = (array_filter($fee1_money… Re: Storing dynamic form values in Arrays for display & insert Programming Web Development by MCP yup, either way is probably fine -- whichever way works.. I can't see any benefits of doing it one way or the other Re: Storing dynamic form values in Arrays for display & insert Programming Web Development by assgar Thanks for replying Re: UI Developement Programming Software Development by Ancient Dragon moved Re: UI Developement Programming Software Development by nottoshabi Thanks Dragon sorry about the mix up. Re: UI Developement Programming Software Development by nottoshabi Wow! No one knows anything about this? So how are we suposed to learn it if there is no documantation on it? Re: UI Developement Programming Software Development by waynespangler What do you mean UI - User Interface. That is what vb does. Adding controls to a form makes it a user interface. If you are talking about design of the user interface then I have seen no documentation on that. It is something you just work on until it looks right or hire a designer. Re: UI Developement Programming Software Development by nottoshabi Ok thats what I'm asking. I did not know VB does that. So in order for me to build a user interface for a program I write using DevC++. I have to learn how to use and incorporate VB? Or can I write the code directlly in VB? How can I build a user inteface for a program I just wrote?