Posts by Anderson Souza • 131 points
3 posts
-
0
votes2
answers82
viewsA: Join a lot of selects into one
BUDDY RS COME ON! Even correct would be your tables having relationships with each other... However I believe you have not thought about it before, but I will try to help you... Ideally you create a…
-
3
votes1
answer1542
viewsA: How to connect a script made in PHP LDAP with Windows AD using SSL connection?
Friend first SSL has to be configured on your LDAP server. Once this configuration exists 2 details to be noticed the link ldap:// will be with S at the end ldaps://... And it is necessary that the…
-
0
votes1
answer281
viewsA: Store dynamic form data
Friend first try to work with OO + PDO. Create a DAO class and write there your CRUD and will have better control and result... I in your case would create two methods insert example: public…