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

php_1 | PHP

  • 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)
  • 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)
  • 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)
  • 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)
  • 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 (0)
    1
Close Move