Recent content by Dennichio

  1. D

    Does somebody know how to download Helloox2 signed for symbian s60?

    You can download the unsigned version and get it signed for free on http://cer.s603rd.cn/. This website is completely in Chinese. This might help: http://i42.tinypic.com/11k9wrl.jpg After about 24h you can download your certificate for your mobile phone. (http://i40.tinypic.com/29x7ymf.jpg)...
  2. D

    Does somebody know how to download Helloox2 signed for symbian s60?

    You can download the unsigned version and get it signed for free on http://cer.s603rd.cn/. This website is completely in Chinese. This might help: http://i42.tinypic.com/11k9wrl.jpg After about 24h you can download your certificate for your mobile phone. (http://i40.tinypic.com/29x7ymf.jpg)...
  3. D

    Which one is best in terms of job opportunities...PHP or ASP .Net ?

    Best is to get a hold of both of them. I started working knowing PHP en Classic ASP. Our companies works with Windows server so I preferred using ASP. I just started learning and using ASP.NET. But what's the best in terms of a job opportunity? Depends on the company...
  4. D

    How can i connect to microsoft sqlserver from php?

    <?php $con = mysql_connect("localhost","peter","abc123"); if (!$con) { die('Could not connect: ' . mysql_error()); } // some code ?> You can find a good manual on http://www.w3schools.com/PHP
Back
Top