But I was wondering...
Say that I want to develop something together with a few other people. Is there a way for us to all connect to the same remote server...
You need to check mysql_num_rows() before you start fetching your results. Because now if there are no rows it will not go into the while loop and therefore not check num rows.
Hope that made sense
From what I understand I should be using Object oriented programming when I'm building my site. I see the value of it, but I don't really know how I should use it.
I have a lot of forms and input boxes. Some of them are readonly and it's not that visible and when some users try to erase what's in them with the backspace button the browser goes back to the...
I was wondering how one best programs support for many different languages on a website.
I suppose every piece of text on the website has to be stored somewhere, variable or database and in the...
I'm developing a web application for writing business offeres. If someone want to sell X they enter it into the application and it shows how much it cost and what it is. And then if you want to add...
I'm going to develop an web application for a company that custom builds interiors in the back of trucks and vans: shelves and toolboxes, etc.
The application should allow customers to design their...
I have this "search" textbox and every time it's been used my browser saves that data and next time I type something similar to that the browser shows me those results.
I want to disable this. How...