Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~10K People Reached
Favorite Tags

23 Posted Topics

Member Avatar for devindamenuka

Hi all, I have a problem , I use codeiniter framework. it shows an error from the framework file. I got the following error A PHP Error was encountered Severity: Warning Message: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer Filename: core/MY_Lang.php Line Number: 155 …

Member Avatar for LastMitch
0
275
Member Avatar for devindamenuka

Hi all, I was planning to give a feature of hotel booking in mysite. (still I didnt start). What I want to know is whether drupal or joomla has the best module that fit for my requirement.n IF you know please not down the module name and CMS name. Any …

Member Avatar for LastMitch
0
63
Member Avatar for devindamenuka

I have seen lot of questions regarding this issue.I think from myside I have tried everything to make it works and it works but not as coustomer expects. let me explain everything. here is the compatibility of my android application <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" /> this means minimum version is 2.2. …

0
59
Member Avatar for devindamenuka

Hi, I was trying to implement select text feature in a android application. Currently,in my application I have implemented to get all text-view content is copied. But I want to give a facilty to select only part of text too.I have seen this feature in iphone applications. in my application …

0
61
Member Avatar for devindamenuka

Hi all, I just started joomla module writing (1.5 version). I have some knoweledge about this module writing now. problem is I want to select country name from a one module and load country flag in another module.which second module is in another region(or div). I know only to handle …

Member Avatar for devindamenuka
0
167
Member Avatar for devindamenuka

Hi all, I am using codeigniter freamwork. The following is a list of all the native rules that are available to use: required No Returns FALSE if the form element is empty. matches Yes Returns FALSE if the form element does not match the one in the parameter. matches[form_item] is_unique …

Member Avatar for cereal
0
132
Member Avatar for devindamenuka

Hi all, I use codeiniter framework and I am still new to the framework. I settup a project in a localhost in my pc and I use netbeans id. I setup route.php in config folder , as $route['default_controller'] = "welcome"; when the project is started it shows the url as …

Member Avatar for deceptikon
0
129
Member Avatar for devindamenuka

hi all, here with I attach a programe written from using C++ language. I am new to C++. problem is I want to be a good programmer and I think I still do mistakes in witting programes. what I want is check my code and criticize my mistakes. tell me …

Member Avatar for Zcool31
0
872
Member Avatar for devindamenuka

hi all, I am new to c++. I want to return array. I found that I have to use pointers but doesnt have idea. here is my code [code] // test2.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> using namespace std; const int …

Member Avatar for cool_zephyr
0
401
Member Avatar for devindamenuka

Hi, I have to develop a C++ programme for airplane booking company where I have a one plane and 42 seats in the plane There are 1st class and 2nd class and somking and nonsmoking areas. this is a assignment I have to do. I dont need any code but …

Member Avatar for VernonDozier
0
158
Member Avatar for devindamenuka

Hi all, In my web site I wanted use a facebook plugins. my site back ground is dark color. so when I set a plugin in my site, unfortunaltly fonts are not visible since they are also dark color. So I try to override css in the face book plugin …

Member Avatar for niranga
0
73
Member Avatar for devindamenuka

hi all, i am new to javascript i was trying to passe text input to javascript. but code is not working here is the code [code] <script type="text/javascript"> function val(){ if(document.a.email.value=="" ||document.a.email.value==null ){ alert("sssss"); return false; } if(document.a.email.value!="" ||document.a.email.value!=null ){ alert("sssss"+document.a.email.value); return true; } } </script> [/code] and here is …

Member Avatar for TomH.PG
0
170
Member Avatar for devindamenuka

hi all, i am new to php. i am developing a login where i compare encrepted password and set session to the user and login to the system. but I need mote to do with this. I need to know how to lock IP if a user try more than …

Member Avatar for sDJh
0
110
Member Avatar for devindamenuka

hi all, i wanted passe multiple variable to php file from get methode here is the code [CODE]<div onmouseover="show(document.getElementById('link<?php echo $cmId.$poId?>'));" onmouseout="hide(document.getElementById('link<?php echo $cmId.$poId?>'));"> <form> <?php echo $row['comment_cm']?><br><a href="editComment.php? var1=$cmId&var2=$poId" id="link<?php echo $cmId.$poId?>">Edit</a> </form> </div> [/CODE]

Member Avatar for HITMANOF44th
0
154
Member Avatar for devindamenuka

hi all, I am developing a blog where in the administrator controlled panel I can view users comments in a table format. the problem is now i want to view a link to edit page when i bring the mouse pointer to on a comment then i wish to click …

Member Avatar for devindamenuka
0
178
Member Avatar for devindamenuka

hi all, I am new to php and was trying to send an email . i got the code from w3school site. [url]http://www.w3schools...hp/php_mail.asp[/url] but when I run the code i got this error. Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" …

Member Avatar for devindamenuka
0
115
Member Avatar for devindamenuka

hi all, IN my web site Users can put comments, Administrartor can view them and give permistion to print or not. problem is when user put comments with out braking the lines. then comment will be printed in a single line and it wil jumble the format of the site. …

Member Avatar for diafol
0
2K
Member Avatar for devindamenuka

hi all , I was developing a blog where in admin control panel i can view the new comments. i want to set the approval to view the comments in the blog. problem is I used radio buttons to set permision but it did n't work properly. I need to …

Member Avatar for P0lT10n
0
209
Member Avatar for brandonboyce

I too have this problem. y did nt u passe values in qutoes i mean here like this. $row2['CompetencyLevel']

Member Avatar for devindamenuka
0
3K
Member Avatar for devindamenuka

hi all, I was developing a blog where I used classes. but I met a problem when I try to include config.php to my classes and use global variables in the methodes. Normally without classes it works pretty much well. here is the code [code]<?php /* * To change this …

Member Avatar for ddymacek
0
302
Member Avatar for trbograndnat
Member Avatar for devindamenuka

hi all, first i want to say I am new to php. I'm developing a blog where administrator can get all comments replied by the users. I can view it in a html table. But now what I need is dynamically delete , edit them. i tried this [CODE] include …

Member Avatar for leakbali
0
360
Member Avatar for devindamenuka

hi, I have settup relative paths now work it on localhost properly.THank you for ur upport but I got another problem when I host it 000wbhost server. I configure the passwords and username and other stuff and run the site. then I got this error PHP Error Message Warning: include() …

Member Avatar for broj1
0
168

The End.