I have a website (website1) which is built and have users and everything. I'm building a section of (website1) called (website2) which is hosted on a new server and using Drupal as a platform.
Now i want it to work like this: if a user make an action (comment, etc..) on (website2) check if logged on (website1) through web services .. if not then add the username and info to the Drupal's users table and log him on.
Any ideas how to do this? .. is there any ready module to do something similar to this?
I have been converting our old static web pages into Drupal and have encountered a problem when I turned on clean urls. I initially did all development using the ?q=node formats and all files that I uploaded into the drupal sites/default/files/ folder were linked on pages using the following html:
Page not found error if i want to change index.php?q=search.php or any other node5 Just I want to know how to create node or search.php as query in url http://localhost/custom?q=search/search.php as passing parameters
Please keep how to solve this error
I am trying to migrating three different PHP forms to Drupal. All three forms have a common field, location, that is build from a mysql database table. The form, when submitted, processes the data in traditional cgi fashion and produces some results. The results and the request are never stored in the database. What is the best way to emulate this in drupal?