How to rectify json_encode returns null in php web services

Hi friends,
In this post i would like to explain about How to rectify json_encode returns null in php web services. In the previous post we know about How to write a webservices using php with json format . There is small issue with some special character return null when convert the string into json_encode format. Those strings return.

How to rectify json_encode returns null in php web services | Anil Labs

How to rectify json_encode returns null in php web services | Anil Labs

(more…)

Agile Project Methodology: Streamlining Success

Agile project methodology is a dynamic and adaptable approach to project management that prioritizes flexibility, collaboration, and rapid iterations. It is widely regarded for its ability to respond to changing requirements and deliver value to stakeholders quickly. In this guide, we’ll walk you through the key phases and principles of Agile project methodology.

Agile Project methodology

Agile Project Methodology: Streamlining Success | Anil Labs


(more…)

How to share each posts facebook and twitter in wordpress

Hi friends, This post explains how to share each posts to social sharing sites like twitter and facebook , with a simple scripts. To share post with facebook : <a name=”fb_share” type=”button_count” href=”http://www.facebook.com/sharer.php”>Share</a> <script src=”http://static.ak.fbcdn.net/connect.php/js/FB.Share” type=”text/javascript”> </script> Share with Twitter: <b> <a href=”http://twitter.com/home?status=<?php the_title(); echo “:”; the_permalink(); ?>” title=”Click to Read more…

how to configure ctp,thtml in dreamweaver8

Hi friends, ctp and thtml extension files, are not properly displayed  at dreamweaver, if we want to code difference between php codes and normal text, then  we have to configure. in C:/program files/dreamweaver/configuration/documentTypes/ open the file MMDocumentTypes.xml <documenttype id=”PHP_MySQL” servermodel=”PHP MySQL” internaltype=”Dynamic” winfileextension=”php,php3,php4,php5l” macfileextension=”php,php3,php4,php5″ file=”Default.php” writebyteordermark=”false”> to <documenttype id=”PHP_MySQL” servermodel=”PHP Read more…

Father of PHP – Rasmus Lerdorf

Rasmus Lerdorf is created PHP at that time PHP  stands for  “Personal Home Page”. It was later changed to “Hypertext Preprocessor” by Suraaski and Gutmans during the rewrite to PHP3 as it’s use extended beyond html page manipulation.