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
Login page problems
I developed a website a few months ago and I am now having an issue with logging into it. The place that it is hosted just did some upgrades to their servers and for some reason, now my login page
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there is a way to track uploading with APC and php 5.2 + ?? any suggestions thanks
Can php detect connection speed and thereafter swap out elements?
No code to post, lads, yet. Just looking for a yay or nay at this stage:Can a php script be written to make a judgement call on whether or not to display a flash animation or *jpeg based on a
How to sum these output values
Hi
Storing/displaying image urls in a database?
HiBasically I have the following scenario:User chooses picture from list. Picture info is added into the db, including url.However I can't figure out how exactly i should be storing the url for the
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.the following code yields me the correct order and number of votes for each movie$compare = array_count_values
Compare user input to flat file data
Help...Am a complete newbie to programming so my code is prolly quite long. Am trying to verify a users details entered into a login form against details stored in an existing flat file.No matter what
Trying to add functions to table
I have this list of characters and I'm trying to figure out what I have to do to put the results of these functions into the table or what not. Keep in mine that these functions are included in a file
Storing Values taken from a DB...
Using this code it will generate a short list from my database <?phpmysql_connect('localhost','root','');mysql_select_db("clients");$fname = $_POST['firstname'];$SQL = "SELECT *
Linux socket programming
Where can I find a good introduction to socket programming?