loading...

Tag: php

Latest Posts
PHP4 & XML Generation

<?php // generate xml mime type header (“content-type: text/xml”); // create xml document $doc = domxml_new_doc(‘1.0’); // create xml root…

PHP & LDAP

// get username and password via form scope $user = $_POST[“username”]; $pass = $_POST[“password”]; // format username for uwm ldap…