Click here to Skip to main content
15,881,809 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Example web sites Pin
Bradml12-Feb-07 12:01
Bradml12-Feb-07 12:01 
AnswerRe: Example web sites Pin
MatrixCoder12-Feb-07 12:23
MatrixCoder12-Feb-07 12:23 
QuestionDrag/drop Pin
Jerry Evans12-Feb-07 3:49
Jerry Evans12-Feb-07 3:49 
AnswerRe: Drag/drop Pin
Bradml12-Feb-07 12:02
Bradml12-Feb-07 12:02 
QuestionRotbots.txt Pin
militiaware12-Feb-07 3:17
militiaware12-Feb-07 3:17 
QuestionRefresh and unload ? Pin
ALAQUNAIBI12-Feb-07 2:23
ALAQUNAIBI12-Feb-07 2:23 
Questionconnection with Microsoft Active Directory.. Pin
hiral_shah11-Feb-07 21:25
hiral_shah11-Feb-07 21:25 
AnswerRe: connection with Microsoft Active Directory.. Pin
hiral_shah9-Mar-07 20:13
hiral_shah9-Mar-07 20:13 
I have found the answer and I am putting it over here just because if other person will have same type of problem then he can find the sollution.

$ldap_conn = ldap_connect("server_name");
$ldap_bind = @ldap_bind($ldap_conn, "$userId@server_name", "$password")

if(!$ldap_bind)
$returnString = "false";
else
$returnString = "true";


Hope it will be useful for anybody else. Big Grin | :-D

--------------------------------------------------------------------------------------------------
Hiral Shah
India


If you think that my answer is good enough and can be helpful for other then don't forget to vote. Smile | :)

QuestionWeb-service enforced authentication Pin
alabax11-Feb-07 20:45
alabax11-Feb-07 20:45 
AnswerHttp basic authentication for web-services Pin
alabax12-Feb-07 2:19
alabax12-Feb-07 2:19 
Questionclicking on a button Pin
liorep11-Feb-07 7:45
liorep11-Feb-07 7:45 
AnswerRe: clicking on a button Pin
Bradml11-Feb-07 19:31
Bradml11-Feb-07 19:31 
GeneralRe: clicking on a button Pin
liorep11-Feb-07 19:48
liorep11-Feb-07 19:48 
GeneralRe: clicking on a button Pin
Bradml11-Feb-07 19:53
Bradml11-Feb-07 19:53 
GeneralRe: clicking on a button Pin
liorep12-Feb-07 10:01
liorep12-Feb-07 10:01 
GeneralRe: clicking on a button Pin
Bradml12-Feb-07 11:17
Bradml12-Feb-07 11:17 
GeneralRe: clicking on a button Pin
liorep12-Feb-07 12:12
liorep12-Feb-07 12:12 
GeneralRe: clicking on a button Pin
Bradml12-Feb-07 12:14
Bradml12-Feb-07 12:14 
GeneralRe: clicking on a button Pin
liorep12-Feb-07 12:37
liorep12-Feb-07 12:37 
GeneralRe: clicking on a button Pin
Bradml12-Feb-07 12:43
Bradml12-Feb-07 12:43 
QuestionDisable selection [modified] Pin
SoftDeveloper10-Feb-07 18:01
SoftDeveloper10-Feb-07 18:01 
AnswerRe: Disable selection Pin
Bradml10-Feb-07 18:31
Bradml10-Feb-07 18:31 
GeneralRe: Disable selection Pin
SoftDeveloper12-Feb-07 1:03
SoftDeveloper12-Feb-07 1:03 
GeneralRe: Disable selection Pin
Bradml12-Feb-07 1:06
Bradml12-Feb-07 1:06 
Questionhow to implement editable table with several fixed columns? Pin
xiao bin bin10-Feb-07 6:55
xiao bin bin10-Feb-07 6:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.