Posts Tagged ‘problem’

Move uploaded file problem


Today I faced a new problem in php coding. I was coding a simple file uploader class. I used regular script as I do. A warning is found at move_uploaded_file() function. I passed some time googling about it. I found that the function cannot access the directory I have mentioned. I made a command on [...]

No Comments

HTML frameset problem


Today I have tried HTML frameset in one of my site under construction. I put the whole frameset tag in the the html body. The problem is that the code is not running the frameset part. I go to w3schools again where I had learnt HTML two years ago. And saw the HTML frameset example. [...]

Tags: , ,

No Comments