I am running a pretty simple project using PHP cake. I have got to grips with everything fine, and at the moment am only using it to perform basic add/edit to simple database tables.
...
This issue has been SOLVED. The max var limit was set to 1000. I simply uploaded a php.ini file to my main directory and changed this to 2000. Everything works well now.
I would like to display some high resolution images on my website. The problem is, the file sizes are ending up around 100kb. When I have 4/5 images on the screen, this is going to make the...
I have an excel doc. which is updated by many people through the day. I would like this to be converted to a web page every hour, and then saved to a directory where it can be pulled onto a...
I have this code, which works as part of some ajax i am writing, however, anything i put after the for loop isnt triggering. I have highlighted this in red. Any ideas?? It must go after the...
Please please please could some one help me out with this. I tried what Fang suggested, but i seem to get the same problem i.e. leaves a white box where the div should go and it is not aligned...