A lot of those using COBOL are for legacy systems, mostly because they have a lot of data and money invested in those systems back then and it would be costly...
Depending on whether or not you want to save the data of your clients (so you can refer back to them in the case of recurring clients), what you're thinking of may be a bit more complicated than just...
When I'm in a certain php page that contains data passed via POST from another page, and I reload the page by pressing the <enter> in the address bar I notice the page reloads but with all the...
I'm trying to figure out what is the best way to replace an array with a new one considering that the contents and size of the new array may not be the same as the original.
I'm trying to create an invoice where you have 4 columns (QTY, CODE, UNIT COST, AMOUNT), where QTY * UNIT COST = AMOUNT for each row item. Then to totals of the QTY & AMOUNT columns have totals at...
Would anyone know if there is a function in php that compares files to get the % similarity of the 2 files (in string array form, ie. 1 line is an entry in the string array), that does the same thing...
I came across a strange thing today. In some browsers or in some pcs, parts of a site do not come out. I 'm not sure if a setting is off of not, but since the pcs i saw the problem isnt mine,...
I am wondering how you guys control user login such that when a user is logged in at a given machine isnt logged out, then logs in to another machine with the same user name.
I am trying to put up a session timeout facility that will log out a user if he/she is inactive after 30 minutes. My current login uses sessions to store user variables.
I was just wondering how most of you guys develop your php applications. Obviously, the front end of the apps often have html/css and possibly lots of design to make the user interface nice, what I...
I'm in the initial stages of building a software for a financial institution. The main criteria needed are able to etract and update a large database. real-time validation of form entries, multiuser...
is it possible to have a certain text in the the contents of the html page and on load of the page, the focus will be set to the text itself (assuming the text is not an element, ie. it is just...
i'm still learning the ins and outs of iframes and was wondering if you are in an iframe is it possible to have an action (for forms) or a link that changes the whole page (including the page holding...
i'm trying to make an installer that will setup mysql databases for the application, for example, install.php where when run, the script creates a database and runs scripts to create the tables and...