DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Saidur Rahman's picture

Unregistered

Feeds

aliases

  • Saidur Rahman
  • Saidur Rahman
  • bijon
  • Saidur Rahman
  • Saidur

Saidur Rahman

5 months ago

in First Person Singular Number, at The End of The Year, 2008 on Junal on the run
Nice to know all of your works past year. Best wishes for the 2009.

6 months ago

in php class for Unicode Manipulation on GS Design
very cool application . It will help me lots. Thanks for releasing nice class.

9 months ago

in Becoming a Kick-ass PHP ninja | Md Emran Hasan (phpfour) on Md Emran Hasan (phpfour)
Very helpful guidelines for the developers. These guidelines are very standard, unique and latest. I am sure so many developers get this direction from here. Thanks a lot for sharing these.

9 months ago

in Becoming a Kick-ass PHP ninja on Md Emran Hasan (phpfour)
Very helpful guidelines for the developers. These guidelines are very standard, unique and latest. I am sure so many developers get this direction from here. Thanks a lot for sharing these.

1 year ago

in Flash multiple file uploader on Tarek Mahmud Apu
Nice demo. Cool.

1 year ago

in jQuery Essentials - Round 3 | Md Emran Hasan (phpfour) on Md Emran Hasan (phpfour)
Nice listings of jquery plugin . Also thanks that include my jquery youtube plugin here. This inspire me to more work on that. I have plan to support more flexible there. Like add lightbox, media plugin and also user has option to add his own box to play the video .

1 year ago

in jQuery Essentials - Round 3 on Md Emran Hasan (phpfour)
Nice listings of jquery plugin . Also thanks that include my jquery youtube plugin here. This inspire me to more work on that. I have plan to support more flexible there. Like add lightbox, media plugin and also user has option to add his own box to play the video .

1 year ago

in Cross-Domain AJAX calls using PHP on Md Emran Hasan (phpfour)
This is a nice tutorial with explanation. Well I want t o show if you want to use jquery (http://jquery.com/).

If you want to get json data , then you can easily use getJSON.

$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?",
function(data){
$.each(data.items, function(i,item){
$("").attr("src", item.media.m).appendTo("#images");
});
});


Or if you don’t want to get other type of data like XML or other type, then you have to use cURL in PHP:

$.ajax({
type: "GET",
url : ”http://myserver.com/transport.php?action=’ +
urlencode(‘different-server.com/return_call.php’) +
‘&method=get&data1=101&data2=pass”,
success: function(serverResponse)
/*parse serverResponse data */
});

1 year ago

in Cross-Domain AJAX calls using PHP | Md Emran Hasan (phpfour) on Md Emran Hasan (phpfour)
This is a nice tutorial with explanation. Well I want t o show if you want to use jquery (http://jquery.com/).

If you want to get json data , then you can easily use getJSON.

$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?",
function(data){
$.each(data.items, function(i,item){
$("").attr("src", item.media.m).appendTo("#images");
});
});


Or if you don’t want to get other type of data like XML or other type, then you have to use cURL in PHP:

$.ajax({
type: "GET",
url : ”http://myserver.com/transport.php?action=’ +
urlencode(‘different-server.com/return_call.php’) +
‘&method=get&data1=101&data2=pass”,
success: function(serverResponse)
/*parse serverResponse data */
});

1 year ago

in My Time with RBS on php programmer of bangladesh
Hi,
Recently me also visit RBS like you. I also think they have a strong dream. After meet with Mr. Emran, i found that he not only an outstanding programmer,also has a good managerial thought. That is very lacking in technical person. As far as i know that RBS is not an Outsourcing firm .

I am also very pleased to visit RBS. Best of luck for you.

1 year ago

in An Introduction to XDebug on php programmer of bangladesh
Hi,

Can you tell me how to install xdebug2.0 in xampp for windows

Thanks
saidur
web Developer
ECBB Bangaldesh Limited

1 year ago

in Htpasswd protection library for Code Igniter on Md Emran Hasan (phpfour)
This example and article is very nice. However i get a problem when i run the code in the line $this->AuthHtpasswd->protect(.....)
but i check the $this->load->library('AuthHtpasswd');
is ok . But i do not know why it gets error. However to check your example i try it different way $auth=new AuthHtpasswd();
and it works. but i know it must be work , in the way done. Can u tell me what type mistake may be i have done to run your script.
Thanks
http://saidur.wordpress.com

1 year ago

in Htpasswd protection library for Code Igniter | Md Emran Hasan (phpfour) on Md Emran Hasan (phpfour)
This example and article is very nice. However i get a problem when i run the code in the line $this->AuthHtpasswd->protect(.....)
but i check the $this->load->library('AuthHtpasswd');
is ok . But i do not know why it gets error. However to check your example i try it different way $auth=new AuthHtpasswd();
and it works. but i know it must be work , in the way done. Can u tell me what type mistake may be i have done to run your script.
Thanks
http://saidur.wordpress.com
Returning? Login