vote up 0 vote down star

I have a simple perl script that via ftp uploads files to the server hosting our website. After I do that I have to login as a Wordpress admin and use the GUI to edit a page so that it reflects the new file I just uploaded. I want to programmatically edit that file to save a few steps, but I can't find the file. Are any Wordpress files sitting on the server? The file in question is basically a subpage of the main site.

flag
Your question is confusing. What you mean by "but I can't find the file"? You can't find the file that you just uploaded? – GmonC Sep 17 at 3:15

1 Answer

vote up 0 vote down

If you want to modify the content of a page, then the content would be in the wp_posts table in the database.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.