can anyone help me convert this asp code into php code please.
For Each sForm in Request.Form
field1 = sForm
content = Server.HTMLEncode( Request.Form(sForm) )
pagename = replace(Request.Form("pagename"), "'", "''")
content = replace(Request.Form("EditorDefault"), "'", "''")
id = Request.Querystring("id")
next
cheers aron.