English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have share point portal 2003 and in other way i have php and my sql aplication and i want to use the program whit php in share point how can i do this and can i use webpart for it?

2006-06-19 02:11:27 · 2 answers · asked by marshal 1 in Computers & Internet Programming & Design

2 answers

A simple way to provide a URL level link to your PHP program from the Share Point Portal, provided there is no authentication required in your PHP program. In case you have authentication requirements then that layer of PHP must be changed to accept a secure token from Share Point to enable authentication. The token can be passed either from URL or thru cookies. The token could be an encrypted string which is generated from the user name (and/or password) combination from Share Point. The same can be decrypted for a match with in PHP to authenticate.

Hope it works for you... all the best!

2006-06-19 02:19:31 · answer #1 · answered by sks 5 · 0 0

php's main purpose is for web based applications, anyway.
www.php.net

write the php code, save it as .php, then upload it.
easy.

2006-06-19 09:15:30 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers