|
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 ]
|
|
|
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 ]
|
|
|