How do I include a & in a D7 site name?

I need to have a site name like "something & someone" when I try it inserts &

I have tried using & or & but they dont work.
I am using Drupal 7.2

Webform module tables and data structure

Where webform keep posted data? I looked att all database tables and I can find only text fields posted. People uploaded also images but there is no link or image itselv in database. How to retrive all data from the forms subited? How webform save images?
Is there any alternative to webform in Drupal 7?

Display total user for Drupal 7

I have try code display total user for drupal6, but it is not work in drupal7.

Please advise the code to put in a block for show total number of user.

$result = db_query("SELECT COUNT(0) AS num FROM {users} u");
while ($blog = db_result($result)) {
print '<ul><li>'.$blog->num .'</li></ul>';
}
print '</table>';

and have error as follows.

Fatal error: Call to undefined function db_result() in F:\AppServ\www\drupal7\modules\php\php.module(74) : eval()'d code on line 3

Render <form> tag manually?

(Drupal 7.2)

I'm working on adding a custom form to a complex page.

Here is the logic i'm using:

$form=drupal_get_form($form)

drupal_render($form['mycheckbox'])  // renders checkbox OK

drupal_render($form) // whatever is left of the form.

The problem is the < form > tag appears when I render the rest of the form. It needs to be rendered before the first form element is rendered.

So my output is:

Magic variables for images and links in Body

I'm having trouble searching for the answer to this question. I'm surprised it's not in the installation instructions. Or if it is, it's well hidden.

Here's the situation... the person holding the reins of the DNS records wants me to develop the website first before he changes the A record of DNS to point to the IP address of the web server.

I edited .htaccess to set the base directory to ~username. This works. It let's me develop the Drupal 7 website fine.

White Screen of Death

Hi Everybody,

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x