I do have php scripts that will convert php to array . You could do this the easier way using php5 dom document. What if the server support below php5. Is this sciprt is the convinient...
I had the same problem as well before. The problem is MySql.Data.Dll uses sockets and under the default permissions of the medium trust settings. Sockets aren’t allowed. Follow this instruction to...
function Set_Cookie( name, value, expires, path, domain, secure )
{
// set time, it’s in milliseconds
var today = new Date();
today.setTime( today.getTime() );