Category: FromSitesTree.com

IT Startup ideas #155

Some IT startup ideas http://paulgraham.com/startupideas.html http://www.paulgraham.com/ambitious.html http://www.paulgraham.com/ideas.html http://www.paulgraham.com/organic.html http://ycombinator.com/ideas.html From: http://sitestree.com/?p=5338 Categories:155Tags: Post Data:2008-12-19 06:44:39 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: …

Continue reading

Create sitemap with PHP #16

From: http://sitestree.com/?p=5331 Categories:16Tags: Post Data:2011-07-05 06:10:13 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: <a href=’https://www.ShopForSoul.com’> https://www.ShopForSoul.com/</a> Medium: <a href=’https://medium.com/@SayedAhmedCanada’ target=’new’ rel=”noopener”> https://medium.com/@SayedAhmedCanada …

Continue reading

Stored Procedure: PHP & MySQL #16

Stored Procedure: PHP & MySQL. Stored Procedures are new additions to MySQL 5. PHP has supports for Store Procedure as well (with some limitations). Using Stored procedure with mySQL and PHP CODE TUTORIAL: MySql Stored Procedures PHP Resources at JustETC MySQL Resources at JustETC From: http://sitestree.com/?p=5263 Categories:16Tags: Post Data:2009-10-27 05:05:14 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ …

Continue reading

PHP Network Programming Related Functions #16

What can you do with them? For example 1. Asterisk (http://www.asterisk.org/) is a telephony/telecommunication/PBX system management software – itr must be using many of these functions. An ISP (like shaw, mts) may write applications to monitor your modem/router activities, your bandwidth, or the activities in the wireless access points – all these will use a …

Continue reading

Code Example: Utilizing Web Services in PHP #16

PHP code to grab the best provincial mortgage rate:function find_mortgaze_rate($url){ // create a new cURL resource $ch = curl_init(); // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_USERPWD, “username:password”); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // grab URL and pass it to the browser $result = curl_exec($ch); $bestRates = json_decode($result, true); return …

Continue reading

Debugging PHP code under Eclipse PDT #16

Click Here to Download: This is a great manual to understand clearly how to debug PHP code under eclipse PDT. However, remember that you need to install XDebugger or Zend Debugger along with Eclipse PDT. One option is, you download and install the right package with all components. Download the Eclipse PDT from my site …

Continue reading

PHP String Related Built in Functions #16

Check the following string manipulation related functions in PHP. String manipulation is pretty common in Software Development (esp. in high level, even in low level applications say you are working with network protocols – you need to interpret/parse the protocol language). Memorizing library functions is always a good thing – it’s a matter of productivity. …

Continue reading

PHP Functions for SQL Server #16

The name of the functions may closely resemble the functionality. # mssql_ bind # mssql_ close # mssql_ connect# mssql_ data_ seek# mssql_ execute# mssql_ fetch_ array# mssql_ fetch_ assoc# mssql_ fetch_ batch# mssql_ fetch_ field# mssql_ fetch_ object# mssql_ fetch_ row# mssql_ field_ length# mssql_ field_ name# mssql_ field_ seek# mssql_ field_ type# mssql_ …

Continue reading

PHP SQL Server Stored Procedure #16

/* prepare the statement resource */$stmt=mssql_init(“your_stored_procedure”, $conn);/* now bind the parameters to it */mssql_bind($stmt, “@id”, $id, SQLINT4, FALSE);mssql_bind($stmt, “@name”, $name, SQLVARCHAR, FALSE);mssql_bind($stmt, “@email”, $email, SQLVARCHAR, FALSE); /* now execute the procedure */$result = mssql_execute($stmt); Another Example $conn = mssql_connect($db_host,$db_user,$db_password);if ($conn===false){ echo ‘Cannot connect.’; exit;} if (mssql_select_db(“YourDatabase”,$conn) === false) { echo ‘no database’; exit;}$proc = mssql_init(‘YourStoredProcedure’,$conn);mssql_bind($proc,’@ParameterOne’,$ParameterOne,SQLVARCHAR);mssql_bind($proc,’@ParameterTwo’,$ParameterTwo,SQLVARCHAR);mssql_bind($proc,’@ParameterThree’,$ParameterThree,SQLVARCHAR);if …

Continue reading

Software/Packages for Creating PHP Development Platform #16

WAMP5 From: http://sitestree.com/?p=5171 Categories:16Tags: Post Data:2011-05-06 14:48:51 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: <a href=’https://www.ShopForSoul.com’> https://www.ShopForSoul.com/</a> Medium: <a href=’https://medium.com/@SayedAhmedCanada’ target=’new’ rel=”noopener”> …

Continue reading