PHP/MySQL/LDap authentication





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

7
This class allows the developer to change the current impersonated user. This is not my code originally, so I cannot take credit for it. I thought it may be useful to someone so I am posting it here.
7
Three little functions to return the Windows Identity, The Envoronment Identoty and the Environment Domain.
7
Date Submitted Wed. Oct. 18th, 2006 8:22 AM
Revision 1
Beginner elderfo
Tags "image" | "php" | "resize',
Comments 2 comments
Simple class i wrote to output or save jpeg files. Could easily be adapted to work for other formats, but at design time i only needed JPEG support. I may revise it at some point.
8
Date Submitted Mon. Oct. 9th, 2006 8:44 AM
Revision 1
Beginner shortkid422
Tags "Address" | "Email" | "Expressions" | "php" | "Regular"
Comments 3 comments
This will return a boolean (true/false) if the email address is valid or not.
-11
Date Submitted Thu. Sep. 28th, 2006 3:43 PM
Revision 1
Helper ffxfiend
Tags "php" | PHP | phpcode | RegExp
Comments 1 comments
This is a faily simple function to validate a URL being passed into your scripts. It will allow for http, https, and ftp. The beginning www. of a URL is optional as well. It will also validate if you have an IP address in place of the domain name. I'm sure this can be improved upon as this is my first attempt at regular expressions but it has worked good for me so far. Please comment or improve if your able.

Thanks!