|
|
Viewing 0 - 20 out of 14 Articles |
- The easy use of free service management software written by php
Service management software, IT departments can use it to set up an IT service management website to manage IT services. Other departments can also offer and manage their services on a Servi......
Posted in:
PHP | By:
Telly | Date: 11 May 2012 2:46 pm |
Comments (0)
- Free Service Management Software That Written In PHP
Whu use service management software on your site?
A Service management software does the following:
Help request management.
· Help request tracking.
· ......
Posted in:
PHP | By:
bizboy12 | Date: 02 Mar 2012 2:12 pm |
Comments (1)
- PHP Newsletter Script To Add A Subscribe Form On Your Site
A newsletter would keep your clients or visitors reminding about your brand and also it would keep them updated about the latest offers and discounts in your brand. There are various steps involved if......
Posted in:
PHP | By:
bizboy12 | Date: 02 Mar 2012 1:38 pm |
Comments (1)
- Database connection error in Installing Magento
I got the database connection error while installing Magento in the 3 Screen where it ask u for the database username and password.
i done the google and find this solutions
1. Give write perm......
Posted in:
PHP | By:
Shalesh | Date: 27 Apr 2011 4:17 pm |
Comments (3)
- Where can we get some free PHP Project Management Software?
Project management project is not just for managing software based project. It can be used for varity of other tasks too. The web-based software must provide tools for planning. organizing and managin......
Posted in:
PHP | By:
bizboy12 | Date: 12 Apr 2011 9:27 am |
Comments (1)
- Why should you using a Framework?
Frameworks should be used when constructing web applications. Any application that involves a database, forms, sessions, cookies or a remote service (such as Twitter or Facebook) will benefit from bei......
Posted in:
PHP | By:
| Date: 28 Apr 2011 8:37 am |
Comments (1)
- PHP Tutorial - How to creat a calendar in PHP?
As a php progarmmer. You need make a calendar on your blog or your website.
Glad to share the tutoial about how to make a calendar in PHP and some free PHP calendar script.
More information you can ......
Posted in:
PHP | By:
bizboy12 | Date: 12 Apr 2011 9:31 am |
Comments (1)
- How to Edit php.ini file on Linux server
Hi,
I dont know much about the Linux server can any one tell me the Procedure of editing php.ini in linux server
Bye......
Posted in:
PHP | By:
Shailesh Singh | Date: 01 Sep 2008 2:13 pm |
Comments (1)
- 10 Easy steps to add an awesome Picasa or Flickr slideshow to your website
Picasa is awesome. The way that it integrates with Web Albums is very convenient, and the process of selecting your best images and uploading them to an online album is extremely polished. However, wh......
Posted in:
PHP | By:
rekha singh | Date: 23 Apr 2010 12:19 pm |
Comments (3)
- Mod rewrite
A crawler extracts all links of the site untill no new links are found. It keeps the links either in the database or in a file. By
comparing the links and the 'keyword' of search the search engine pr......
Posted in:
PHP | By:
Admin | Date: 10 Sep 2008 4:27 pm |
Comments (1)
- crawler
A crawler extracts all links of the site untill no new links are found. It keeps the links either in the database or in a file. By
comparing the links and the 'keyword' of search the search engine pr......
Posted in:
PHP | By:
Admin | Date: 10 Sep 2008 4:29 pm |
Comments (2)
- Accessing data in forms
You can use Javascript that access the forms elements
via its ID or its name and retrieve the value;
Or, you can use PHP $_POST to access the data
after they were submitted.
So, what condition mee......
Posted in:
PHP | By:
Manoj | Date: 02 Jan 2009 9:09 am |
Comments (0)
- How to Store password in Databse
Whenever I make a site or application that involves any kind of user validation, I use login/password combinations. Login and password get stored in a database, the login in plain text......
Posted in:
PHP | By:
Manoj | Date: 22 Sep 2008 2:09 pm |
Comments (0)
- How to Print the structure of array
print_r();
Will Print the structure of the array
<?php
$Names = array ('a' => 'Angela', 'b' => 'Bradley', 'c' => array ('Cade', 'Caleb'));
print_r......
Posted in:
PHP | By:
Shailesh Singh | Date: 05 Sep 2008 4:42 pm |
Comments (0)