Something wrong ? using backtics to back up data base

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

pizzipie
Forum Commoner
Posts: 87
Joined: Wed Feb 10, 2010 10:59 pm
Location: Hayden. ID

Re: Something wrong ? using backtics to back up data base

Post by pizzipie »

:D :D :D SOLVED.

Thanks everyone. With your ideas and hints I was able to fix this.

1. I created a VirtualHost in apache2.
2. I had the permissions set to 755 for the directory to write to. Changed this to 755.
3. Instead of calling with 'backtics' I used system($command).

Again, thanks, R
Post Reply