• Sign Up
    • OpenID
    • Google
    • Yahoo!
    • Facebook
    • Ning
  • Discuss
  • New Topic
  • Categories
  • Forum
  • Debate
  • Languages
    • English
    • Finnish
    • Arabic
    • Italian
    • Korean
    • French
    • Chinese(Traditional)
    • Chinese(Simplified)
    • Swedish
    • Czech
    • Hindi
    • Dutch
    • Norwegian
    • Russian
    • Croatian
    • German
    • Japanese
    • Bulgarian
    • Portuguese
    • Chinese
    • Spanish
    • Greek
  • Login

Ok

Ads

affordable seo

Ask a Question



Welcome New Members!

zhangwigs

chandan...

jimmy b...

moneyma...

stacyjohn

Emile

Tiffany

CBIL360

Lawsons

christi...

meiwei

kingkhan

brendaj...

swati

sunnyjohn

conniejohn

sunnyping

fengmi

califor...

hengjiao


Hot Topics

array code column content Custom database drupal element field file form function index jquery module MySQl node page PHP query server something SQL string table theme time user VALUE way

 

 
  • First
  • Previous
  • 1
  • 2
  • Next
  • Last

Jill

What's the proper way to retrieve a field value from a node?

What's the proper way to retrieve a field value from a node? I can't find the function call for it. Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: proper retrieve field value function - 188 Views
  • Posted by Jill

Janet

Is there a way to copy field data from one field to another in bulk?

Is there a way to copy field data from one field to another in bulk? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: bulk way field - 350 Views
  • Posted by Janet

Jacket

Is there a way to make draggable/resizable field boxes?

Is there a way to make draggable/resizable field boxes? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: way field - 466 Views
  • Posted by Jacket

Tram

Whats the right way to render a field, after I do a user_load?

Whats the right way to render a field, after I do a user_load? trying to put some user info in a block on his profile page Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: user load way Whats field - 508 Views
  • Posted by Tram

YellowR...

How should I define a boolean field in the hook_schema?

How should I define a boolean field in the hook_schema? MySQL documentation states that BOOL and BOOLEAN are aliases of tinyint(1) but db_type_map shows that int:tiny is translated to smallint Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: boolean MySQL hook schema field - 95 Views
  • Posted by YellowR...

Cutie101

How to render a user profile array field?

How to render a user profile array field? field_view_field? any other function that extracts the value from that field? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: array profile user view field - 114 Views
  • Posted by Cutie101

Jenifer

Is there a way to increment a field in a REPLACE INTO?

Is there a way to increment a field in a REPLACE INTO?> Expand

  • In MySQL 1 month ago
  • 0  Replies
  • Tags: INTO REPLACE way increment field - 66 Views
  • Posted by Jenifer

HotnSexy

How would I make a single rule in a field apply only on create?

How would I make a single rule in a field apply only on create? Expand

  • In CakePHP 1 month ago
  • 0  Replies
  • Tags: rule field - 109 Views
  • Posted by HotnSexy

YellowR...

Are WHERE field IN (foo, ..., bar) clauses considered efficient?

Are WHERE field IN (foo, ..., bar) clauses considered efficient? Expand

  • In MySQL 1 month ago
  • 0  Replies
  • Tags: bar foo WHERE field - 79 Views
  • Posted by YellowR...

Janet

Does joomla have built in support for a form field making system?

Does joomla have built in support for a form field making system? Expand

  • In Joomla 1 month ago
  • 0  Replies
  • Tags: joomla form support system field - 182 Views
  • Posted by Janet

Redskin...

How can I select from a table where a field is NOT equal to a certain value?

How can I select from a table where a field is NOT equal to a certain value? Expand

  • In MySQL 1 month ago
  • 0  Replies
  • Tags: table value NOT field - 117 Views
  • Posted by Redskin...

Jenifer

Is there a way I can theme a custom content field only in d7 ?

Is there a way I can theme a custom content field only in d7 ? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: custom way theme field content - 142 Views
  • Posted by Jenifer

Jenifer

What is the longest possible string field that allows keys ?

What is the longest possible string field that allows keys ? Expand

  • In MySQL 1 month ago
  • 0  Replies
  • Tags: string field - 129 Views
  • Posted by Jenifer

ArtPie

If I want to sort a field of type 'text", what index should I set to optimize?

If I want to sort a field of type 'text", what index should I set to optimize? Expand

  • In MySQL 1 month ago
  • 0  Replies
  • Tags: type index text optimize field - 114 Views
  • Posted by ArtPie

Redskin...

How can I make a taxonomy field show only terms of the lowest depth?

How can I make a taxonomy field show only terms of the lowest depth? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: depth taxonomy show field - 111 Views
  • Posted by Redskin...

Sunmill

How do I reset an id field that auto_increments?

How do I reset an id field that auto_increments? Expand

  • In PHP 1 month ago
  • 0  Replies
  • Tags: auto reset field - 116 Views
  • Posted by Sunmill

BoobGhoul

How do I scriptwise handle a "checkbox" input field?

How do I scriptwise handle a "checkbox" input field? I have tried calling "select()" on it, but it does not do anything it seems... Expand

  • In jQuery 1 month ago
  • 0  Replies
  • Tags: checkbox anything input field scriptwise - 91 Views
  • Posted by BoobGhoul

LaDesti...

Is there a quick way to check if any field is like 'string' for searching?

Is there a quick way to check if any field is like 'string' for searching? without specifying each field individually Expand

  • In MySQL 1 month ago
  • Tags: quick field searching without individually - 1007 Views
  • Posted by LaDesti...

BoobGhoul

Is it possible to do the reverse of IN?

Is it possible to do the reverse of IN? say, you have a field with A,B,C and want to search to see if your variable X (which equals 3) is in that field's array Expand

  • In MySQL 1 month ago
  • Tags: array reverse field - 1075 Views
  • Posted by BoobGhoul

LaDesti...

Is there a reason why you couldn't use the token instead of php entry?

Is there a reason why you couldn't use the token instead of php entry? just something like [field_blog_video_upload] might work if you're not doing processing. Expand

  • In Drupal 1 month ago
  • Tags: something entry php reason field - 291 Views
  • Posted by LaDesti...
  • First
  • Previous
  • 1
  • 2
  • Next
  • Last
Disclaimer | Privacy Policy | Terms | ■ RSS | Sitemap | Contact Us | ■ Invite | Create your Widget | ■ Twitter | ■ Facebook
© 2013 PHPInformer. All rights reserved

PHPInformer does not evaluate or guarantee the accuracy of any PHPInformer content. Click here for the Full Disclaimer.