DiigIT | IT Community
No Profile Image
Welcome Guest
New User? Register | Login
Viewing 0 - 20 out of 6 Articles

Tutorials | PHP

  • 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 3:57 am | 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 3:59 am | 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: 01 Jan 2009 7:39 pm | 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 1:39 am | 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:12 am | Comments (0)
  • 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 1:43 am | Comments (0)
1
Close Move