
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
Basic Idea behind importing user in drupal is:-
1)Create dummy user object...
2)Call drupal's user_save function...
Actually, You need to create the user account array first...and then pass it to function user_save().
<?php
//$account = user_save('',$user_array);
$password = user_password($your_password);
$user = array(
Migrating to Drupal can seem intimidating if you already maintain a database-driven website.When interacting with Drupal, it's a good idea to do things the Drupal way. Fortunately, Drupal core allows you to bootstrap Drupal and use all of its API functionality outside of a normal Drupal instance.
Spending several days for me to find out how to theming Input Form in CCK2 on Drupal 6, hope this can help you and save your time.
To theming CCK2 Input you just need:
InderSingh.com v1.2
(Sep 09, 2010)
Recent comments
3 weeks 6 hours ago
3 weeks 3 days ago
5 weeks 1 day ago
10 weeks 3 days ago
10 weeks 3 days ago
10 weeks 4 days ago
13 weeks 4 days ago
13 weeks 4 days ago
13 weeks 5 days ago
14 weeks 11 hours ago