I'm attempting to achieve a hover overlay effect, listing objects elements using a basic div ul li a img, and I simply want a black overlay with some white text caption to slide, when hovering over a...
I'm attempting to achieve a hover overlay effect, listing objects elements using a basic div ul li a img, and I simply want a black overlay with some white text caption to slide, when hovering over a...
Can anybody point me in the right direction of what exactly it is im doing wrong please. Im trying to upload a file to a specific location (folder), it works fine when i simply specify the uploads...
Sorted it, was the silliest thing, turns out i was looking at all the wrong places. Never included the = symbol when when assigning the form name field:
Does anybody have any idea why the following code does not execute correctly. I want the fields in the form to be checked for content on submission but the if condition is just passed even when...
Can anybody help with this little problem i have. Im pretty new to PHP im trying to develop a file upload site, and have bumped into a problem when trying to apply, I think the end() function; not...
Okay well thanks anyway you have been very helpful...appreciate you taking the time out to have a look at my post and providing me with some good advice its been educational.
Okay well i tried that, including the if(!query) line you added and no error message has come up. So im assuming this means that the query works fine then?
Thanks i did that and also checked the variables were initialised using isset() and worked but ended up causing another problem with another section of coding in an associated file:
I really dont get it now i keep having this problem and there always seems to be a different solutiion. Im defining variables and yet its telling me that they arent defined; so confusing :s
Hey people, Im new to PHP and MySQL and have bumped into a little problem trying to get my username and password verified. Most of the script is functional for example not granting access if the...