hw_Document_SetContent -- Sets/replaces content of hw_document
Syntax
string hw_document_setcontent ( int hw_document, string content )
Sets or replaces the content of the document. If the document is an HTML
document the content is everything after the BODY tag. Information
from the HEAD and BODY tag is in the stored in the object record.
If you provide this information in the content of the document too,
the Hyperwave server will change the object record accordingly when
the document is inserted. Probably not a very good idea.
If this functions fails the document will retain its old content.
hw document setcontent php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php hw document setcontent syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.