I hope someone can help....
I'm new at all this, so please bear with me. I created a website and did
this all in php using dreamweaver. I later hired a programmer to connect
some forms and reports to an sql database. I later had him upload all the
files to the server.
Now, I need to be able to go in and edit some of the content - not touching
the database. When i download the files from the server and open them again
in Dreamweaver, all the content within the body tags seem to be replaced
with something like:
<? view_content(78 ) ? -each php page will have a different number - this
one happens to be 78.
Does this mean that the programmer took all my content out and put that into
the database as well?
If so...why would they do that? Any reaon from a programming view point?
Or just making the pages load faster? Or making it impossible for me to
edit content so I need to re-hire him each time I need changes?
Thanks everyone,
Abe
I'm new at all this, so please bear with me. I created a website and did
this all in php using dreamweaver. I later hired a programmer to connect
some forms and reports to an sql database. I later had him upload all the
files to the server.
Now, I need to be able to go in and edit some of the content - not touching
the database. When i download the files from the server and open them again
in Dreamweaver, all the content within the body tags seem to be replaced
with something like:
<? view_content(78 ) ? -each php page will have a different number - this
one happens to be 78.
Does this mean that the programmer took all my content out and put that into
the database as well?
If so...why would they do that? Any reaon from a programming view point?
Or just making the pages load faster? Or making it impossible for me to
edit content so I need to re-hire him each time I need changes?
Thanks everyone,
Abe
Comment