Character increment
Hi,
I am facing a scenario like above,but in my case i want to show up like Col A,Col B etc..
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
Is this possible? If one file assigned to an ID...
I have a page that lists property listings assigned to a specific user (a manage page), with brief t
generate seo frienly url from a text like wordpress
Convert: "åäö" to "aao", "space" to "-", "!?&q
styling a RadioButtonList
HiI need to have a radio button and close to it, its lable, then a space then another set of those.
Cache PHP Objects/Classes?
Does anyone have ideas about caching PHP objects using something like: http://memcached.org/
php web service error
hey guys,
I'm working on a project requires the use of web services. I've been trying a few tutor
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However
cstdatomic (c++0x std::atomic) / g++ 4.4
Hello,
I'm trying to use cstdatomic (std::atomic in the upcoming c++0x standard) in g++
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug