|
Hello all, I am writing a series of PHP functions for my site and I wanted an easy way to backup my databases however I am not sure if this will work and my server is broken at the moment (no external css files work when the file is .php but do when the files are .html) and can't test this. Would you mind having a look at it and telling me any problems you see in it:
The parts I am most doubtful about are the file name. Thank you for your time and I hope you will be generous enough to look through the code for me. Dom Chester |
I'm not sure whether or not you're running a VPS or just have shared hosting but this definitely wouldn't work on shared, I'd suggest doing it through phpMyAdmin if you can as that's generally the easiest way of doing it, otherwise you should try doing it with a MySQL query. |
|
Don't really know much about MySQL, but perhaps this template can help get your external CSS showing up on your .php pages. Not sure what you've tried, or if this will help, but just thought I would try to help. :)
|
|
Ok Thank you for your help, its a localhost server but I have since set up PHPMyAdmin - It makes life so much easier!!! Thanks |
