Welcome to weblogs.com.pk Sign in | Join | Help

Adnan Siddiqi

Lets get technical

News



  • View Adnan Siddiqi's profile on LinkedIn

Browse by Tags

All Tags » PHP   (RSS)
php 5.2.x and short open tags
Those who have not worked on 5.2.x yet and comfortable with using <? ?> tags instead of <?php ?> tags, they might face weired issue of php processing. No error will generate and after check source of file, they will find php written rather Read More...
PHP.JS: Use php functions in Javascript
If you are a fan of PHP(like me) and pretty much used to of its useful functions and want to use similar things in Javascript as well, I would like tell you about a project which is trying to bridge gap between javascript and php programmers. PHP.JS is Read More...
Use Twitter as Alert system
Twitter is a very handy system to send alerts to your friends on mobile,email or Instant Messengers. Twitter API providers an easy way to send your web site related alerts to your subscriber. You don't need to get worried about target system. Twitter Read More...