Hi, I want to write php code to do the following: 1) read a page (by name) and store it in a variable (say $text) 2) modify $text (I known how to do this) 3) save the page with $text as the new content Can someone give me some guidelines to do 1) and 2)? Thanks in advance Guillermo