Welcome, Guest [LogIn] / [Register] / [Forgot Password ?]
Home > Technical Tips >  PHP

 

Reference assigning in php
Reference assigning is actually slightly slower than copy assigning if large variables are not used, so it is best to stick with normal copy assigning unless there is a good reason to switch. A refer....
by Mitesh Gunjan on 29 Aug, 2010 [ 0 comments ]

How to connect MSAccess to PHP through ODBC connection?
you can connect to any database, on any computer in your network, as long as an ODBC connection is available. how to create an ODBC connection to a MS Access Database: Open the Administrative Tool....
by Saurabh Kumar on 19 Nov, 2009 [ 0 comments ]

Using htaccess in PHP for Friendly URL
This is the problem - you have a website or content management system that works happily, but the addresses that it produces are something like this:www.mysite.com/page/page.php?id=3This is fine - but....
by Saurabh Kumar on 19 Oct, 2009 [ 0 comments ]

Why are you using PHP ?
PHP runs(support) on different Operating System (windows,unix,linux,Mac and etc.) seamlessly, being an interpreted scripting language. PHP is easy to learn and runs effciently on any compatible Web....
by Saurabh Kumar on 10 Oct, 2009 [ 0 comments ]

How to use cURL functions in PHP ?
cURL is a library which allows you to connect and communicate to many different types of servers with many different types of protocols. Using cURL you can:* Implement payment gateways’ payment ....
by Saurabh Kumar on 30 Sep, 2009 [ 2 comments ]

Results 1 - 5 of about 5 Records
 


©Copyright 2010 saurabhdeveloper.com