I'm trying to get a CakePHP application to work on a website and I just can't get any files to display. The site is set up on a shared hosting account and the location of the CakePHP files is...
I need to force the user of a web page to accept the terms of use agreement before being allowed to proceed. To accept the terms, the user just needs to click a checkbox. I then want the "Next"...
So if we went the route of storing them on a separate server, do we get another domain name that points to that server? And how do you move the uploaded files to another server?
I have an application where registered users will upload various files (.doc, .pdf) and I need them stored somewhere secure so somebody who isn't registered can't access them. Normally I've just had...
I have a form that needs to be spread across several pages, with each page being a separate category. On the final page the user can click "Submit" and all the form data is processed. I'm just...
I'm told by a web developer that he's going to build a site of mine using the "Python Framework". I looked it up online but can't find any explanation for what this framework is. Does anyone here...
How do you make drop-down menus work on mobile devices when a hover action is required to make the menu appear? I'm currently using a JavaScript drop-down navigation bar, and on mobile devices, the...
I have a catalog of products that each can exist in multiple sub_categories. The products are displayed across several pages with pagination. The problem is that there is a sort order associated...
I've got a website with a catalog of products that are displayed through pagination. It takes the limit and offset, and applies it to the search. The issue is that it's searching two tables, one is...
I hate to push my luck but I have a similar code that allows an increment of 12 as long as it's 12 or 24, and then anything over 25 it rounds up or down to the...
It rounds up or down to the nearest increment of 25. So if someone types in 60, it'll round down to 50. Unfortunately, if someone types in 0, it rounds up to 25 as it is set now.
I have a form field which only allows increments of 25 to be entered into the form field, but now I need it to also allow the number 0. Here is the existing code:
I have a website with a fairly basic layout that is aligning left in smart phones - or at least in the iPhone. If anyone has any idea how to remedy this then I'd HUGELY appreciate it!
I have a select field which allows people to select multiple options, and then those option values get stored in the database. But I need to be able to display that select field with those options...
I have a form which needs to accept the size of an item. The input should be done as: 12" x 15". I pass this info through a "cleaning" function and then insert it into the database. In the...
I have a website that is fairly basic that displays perfectly on PC's, but on iPads and iPhones it appears to have a float issue which I can't figure out.
I have dozens of pages that are dynamically generated through an administration section, that I need to be able to be printed off by visitors to the website. The number of pages will constantly...