I got question from my student : “Is it possible to try PHP5 and Oracle ? I already have working Xampp in my computer . I my self install Oracle XE on my computer and grant access for my student . But I have problem when installing Oracle Client , Oracle XE client need 256 […]
Author: alamster
Faster browsing with MaraDNS
DNS, playing big part in internet . When it’s not work or behaves ugly nothing you got than famous message ” Can’t resolve hostname ” or ” Unable to find IP address of …. ” I used to use my freebsd dns server or Linux dns server in the office but when it come to […]
PHP 5.2 released
PHP News PHP 5.2 release PHP Manual (chm, last update 5 Sep 2006) NetBSD 3.1 release, NetBSD 3.1 contains many bug fixes, security updates, new drivers and new features like support for Xen3 DomU Wait XAMPP for update to last version 🙂
Testing mail() function with agrosoft mail server 2
In my last post I have introduce about Agrosoft mail server (AMS) . Since this day isn’t end yet, I’ll start by word “Lets continue today lesson” 🙂 I start by opening MS-Frontpage then make simple form mail which generate HTML code for me and I save it as contact.htm Code in send_mail.php : <?php […]
Testing mail() function with agrosoft mail server …
Soon or later every people who learn php will meet PHP lovely function for sending email mail() Unfortunately many beginner who install only PHP, MYSQL and Apache in windows don’t know how to test their email script like contact form, mailing list etc. Today, I’ll show how to install mail server software available in internet […]