Installing Selenium Server 2.0b1 and PHPUnit in xampplite on Windows

Following is kept out of the scope of this blog Java Installation xampplite installation pear installation Steps to instal Selenium Server 2.0b1: Go to Selenium HQ Downloads and download the Selenium Server version 2.0b1 Save the file in C:\Selenium From

Posted in General

Applying PHP filter to a simple array input

Yesterday, while studying the PHP filter tutorials on w3schools.com, I came across a problem while applying a filter (filter_var_array()) to a simple array (not an associative array). However, while applying the filter_var_array() the first parameter should be an associative array.

Tagged with: , , , , ,
Posted in General

Sending email in PHP using XAMPP Lite 1.7.3 on Windows

I have been unsuccessfully trying to send an email in PHP on XAMPP Lite version 1.7.3 on Windows since yesterday. However today after going through some other blogs and a little bit of my own research I was able to

Tagged with: , , , , , , , , ,
Posted in General