PHP skills - reading the article on the Lotus Notes

  N wrote years ago, the two methods: 

  First, it will directly NOTES, in a written view, and then use <IFRAME> included, such as: 

  <iframe Src="news.nsf/newinfo?OpenPage&Start=1&Count=1000&Collapse=1.1" width="150" height="120" vspace=0 hspace=0 frameborder="no" scrolling="no"> </ iframe> 

  Second, NOTES, built agents, and then use PHP in the FOPEN output, such as: 

  $ Fp = fopen ( "http://……./news.nsf/agentnotice?openagent", "r"); 
  $ Data = fread ($ fp, 10000); 
  $ Data = substr ($ data, 115, (strlen ($ data) -131)); 
  Echo $ data; 

Bookmark it: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Google
  • DotNetKicks
  • DZone
  • Furl
  • Netvouz

Tags:

Releated Articles


0 Comments to “PHP skills - reading the article on the Lotus Notes”

No Comments. Send your comment.

Leave a Reply

You must be logged in to post a comment.