Hello,
I coded a relatively simple MII application that allows data from a form to be added to a display grid and database. A user notified me that she "couldn't get data in"--I verified that the data was in fact going into the database even though it wasn't being displayed, and after some trial and error I determined that rows with all numbers without decimals would show, but any number with decimals would prevent the row from displaying.
And the strange thing is that the exact same application, with the exact same data, works fine on my own PC. When I enter the specific data the user was trying to put in, not only do I see my own row appear in the grid, but I see all the rows she had put in (this is how the system should correctly work).
Does anyone know why a display grid wouldn't like decimals, and/or why the application works fine on some PCs but not on others?
Let me stress, this is a very simple application. It's really just a grid and a form, with MII queries (that test fine) behind the scenes.
Thanks
Confused with Loop
guys, i got confused with Looping...this is the caseI have 3 stocks, let say "Stock A", "Stock B", "Stock C" and the owner of each stock A --> Mr.Jamesstock B
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.Im building a shopping cart and i created and Item object already and using it to hold data for each item. But this
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal customer information, it must be secure.
problem with query error
First Thanks to those who helped me on my previous posts, and the following code i'm using is not mine, i grabbed it from here http://www.phpfreaks.com/tutorial/basic-paginationNow onto the
simple php table loop
Hi all,I've the following code <?php // Create category options $query = "SELECT * FROM categories ORDER BY category ASC"; $result = mysql_query
Array question
Does anyone know how to create a program that takes the $ amount for 8 different departments and give the total amount of sales?
gettext translates ALWAYS?
I'm using gettext with the new version of XAMPP (5.3.0) on Windows Seven RTM (build 7600)gettext-support is enabled.It used to work perfectly a few weeks ago.I'm not quite sure what changed this. Be
disabling a button server-side then re-enabling client-side breaks button postback
I have a tabbed container and a button (not in the container) on a page. If the first tab is selected, I want the button enabled. If the second is selected, I want the button disabled. I have created
with clause
hi all, i have a big query that usually access the same table more than once. for example, i have something like this
PHP4 to PHP5 Conversion
Hi Everyone,I am working on a site that is built up on PHP4 and each page is being started from <? instead of <?php as of PHP5.I want to convert this <? to <?php on every