• 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

AngelIdiot

Should it be safe to return drupal_not_found() from a form function?

Should it be safe to return drupal_not_found() from a form function? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: function drupal form - 296 Views
  • Posted by AngelIdiot

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 - 182 Views
  • Posted by Jill

AngelIdiot

How can U se a function from my module in other modules?

How can U se a function from my module in other modules? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: function module - 509 Views
  • Posted by AngelIdiot

Tonchi

How do I use the "on" validation function when using custom admin routing?

How do I use the "on" validation function when using custom admin routing? Tried with 'on' => 'customeradmin_add' but it dosent work. Expand

  • In CakePHP 1 month ago
  • 0  Replies
  • Tags: custom function routing admin validation - 370 Views
  • Posted by Tonchi

Jill

If I have a callback open function on a dialog, how do I rpint out the ui.text ?

If I have a callback open function on a dialog, how do I rpint out the ui.text ? open: function(event, ui) { alert(ui.text());}, Expand

  • In SQL 1 month ago
  • 0  Replies
  • Tags: function dialog callback rpint text - 269 Views
  • Posted by Jill

Janet

What I did was (horribly, I might say), put THAT statement inside an "in-line"?

What I did was (horribly, I might say), put THAT statement inside an "in-line"? self-executing function (sorry my lack of proper tems): var foo; (function() { foo = bar.match(); }); Expand

  • In SQL 1 month ago
  • 0  Replies
  • Tags: function lack foo var statement - 59 Views
  • Posted by Janet

CuteClutch

Should $('body').keyup(function(event) { ... }) work?

Should $('body').keyup(function(event) { ... }) work? Expand

  • In jQuery 1 month ago
  • 0  Replies
  • Tags: function event keyup body work - 160 Views
  • Posted by CuteClutch

YellowR...

What's the function to get the path to the current site's files directory?

What's the function to get the path to the current site's files directory? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: function path directory site - 169 Views
  • Posted by YellowR...

AngelIdiot

What's the function to replace the value / content of something?

What's the function to replace the value / content of something? I tried $('h4').val, but that does't work. I'm not sure how to search for it >. Expand

  • In jQuery 1 month ago
  • 0  Replies
  • Tags: function something value val content - 68 Views
  • Posted by AngelIdiot

Janet

Does jQuery have anything for firing a function every X seconds?

Does jQuery have anything for firing a function every X seconds? Expand

  • In jQuery 1 month ago
  • 0  Replies
  • Tags: function jQuery anything - 72 Views
  • Posted by Janet

YellowR...

How can I print variables in a theme function?

How can I print variables in a theme function? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: function theme - 92 Views
  • Posted by YellowR...

StarTalker

Is there a javascript/jquery function to check a string against a regexp?

Is there a javascript/jquery function to check a string against a regexp? Expand

  • In jQuery 1 month ago
  • 0  Replies
  • Tags: function regexp jquery string javascript - 249 Views
  • Posted by StarTalker

StarTalker

What is the correct function to escape the value="" property of an input type="text"?

What is the correct function to escape the value="" property of an input type="text"? is it htmlentities() ? Expand

  • In PHP 1 month ago
  • 0  Replies
  • Tags: function type property value input - 309 Views
  • Posted by StarTalker

Sandy

Is there a function like substr() that will work on an integer?

Is there a function like substr() that will work on an integer? for example, var numbr = 2011; var newnum = numbr.substr(2, 2); Expand

  • In jQuery 1 month ago
  • Tags: numbr function substr var integer - 1100 Views
  • Posted by Sandy

Tram

Does php have a function to force a string to be output through single quotes?

Does php have a function to force a string to be output through single quotes? eg $x = "n"; single_quote_render($x); // prints literal n Expand

  • In PHP 1 month ago
  • Tags: function output string php quote - 940 Views
  • Posted by Tram

LiveGra...

Is there any way to know why method_exists and is_callable is reporting false?

Is there any way to know why method_exists and is_callable is reporting false? It reports true at another point for the same function. Expand

  • In PHP 1 month ago
  • Tags: function method way point - 676 Views
  • Posted by LiveGra...

Rebecca

Is there a function to take a column and turn it into a string?

Is there a function to take a column and turn it into a string? like array_to_string but for the result of a single column Expand

  • In PostgreSQL 1 month ago
  • Tags: array function column string result - 1147 Views
  • Posted by Rebecca

Cutie101

Is there a function or idiom to return the first non-null value from an array?

Is there a function or idiom to return the first non-null value from an array? What I really need, I think, is an aggregating coalesce; array_accum + something to process the array will work, though. Expand

  • In PostgreSQL 1 month ago
  • Tags: function array value idiom coalesce - 1443 Views
  • Posted by Cutie101

Tram

How did people achieve a window-esque lag() function, before it existed?

How did people achieve a window-esque lag() function, before it existed? I need something similar in 8.3 Expand

  • In PostgreSQL 1 month ago
  • Tags: function something lag - 2798 Views
  • Posted by Tram

Rebecca

Is there any way to debug the function set as an "installation hook"?

Is there any way to debug the function set as an "installation hook"? it seems that all its output is hidden.. Expand

  • In Wordpress 1 month ago
  • Tags: function debug way hook installation - 1350 Views
  • Posted by Rebecca
  • 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.