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!
Im making a script for my webhost because he never updates the hosted site page. so i want to make him a script where all he has todo is update the database via my form which is fine i can do that.
the only thing that is troubling me is that.
The urls that have to be out putted onto the page have to have the http:// in them. and when i try add that bit to the array part of the php script it comments out the rest of the script.
Eg.
I think maybe what's happening is that his editor is showing him that it is a commented out line, when really it's completely valid because it's inside quotes.