DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
node_load
Trying to make this code do the equivalent of clicking "edit" and "save" on the indicated node. Help?
February 21, 2009 - 10:23pm — Anonymous
<?php
// Bootstrap Drupal
require
'includes/bootstrap.inc'
;
drupal_bootstrap
(
DRUPAL_BOOTSTRAP_FULL
)
;
// Attempt the DB query
$node
=
node_load
(
12
)
;
node_save
(
$node
)
;
?>
node_load
node_save