- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
26 Posted Topics
Hello, Am doin a web application.How can i implement sms service in my website?? Please show me some references..and guidence please.. Thanks | |
Hello, Am doing a web application which have multiple file uploads.My problem is,when i click upload..file is uploading successfully but,the progressbar is not moving.Here is my code.. ` $('#gallery_uploader').uploadify({ 'uploader' : '<?=base_url()?>uploadify/uploadify.swf', 'cancelImg' : '<?=base_url()?>uploadify/cancel.png', 'folder' : '<?=base_url()?>uploads', 'auto' : false, 'multi' : true, 'buttonText' : 'Browse Images', 'fileExt' : … | |
See am doing an android application,it has a web back end,am using wordpress,but how can i code web services in wordpress?suppose i need to fetch some contents from database and pass it as json to android phones.So where should i place the php script or how can i do this?Is … | |
Hello, How can i access a code igniter website by without specifying the controller name? I have given the base_URL as [url]http://example.in/[/url] and default controller as "home".. Am calling a view in the home controller.. but i can't access the website...Please help me..how can i solve this? Thanks | |
Hello guys, Am working on phonegap(jquerymobile) for an android application.I want to implement a map which shows a marker at a particular location and when i click on the marker,it should show a window and a description about the location inside the window..The below code is working when i run … | |
Hello, Am working on an Adobe AIR application.See i have two type of users in my application ,"nurses and patients".I jus create the UI ie,both of them have a login and register pages..when both of them get logged in they have there own home pages..In their home page they have … | |
Hello guys, Am searching for an open source mobile framework which can support voice and video calls for example (phonegap,mobl,rhomobile...etc).Will you please list out the frameworks??Show me some references...will be appreciated... Thanks | |
Hello, Am working on joomla website,I have some uploaded videos in the directory administrator/images.So in the admin side administrator could download the videos from the above directory and have to check the video is offensive or not.How to do the download part?provide me the reference,code or idea to download a … | |
Hello guys, Am working with Joomla component building in the administrator section.I have created a component named "com_lessons" inside the component folder..k?so what should i need to know is how can i access that component ?ie,the URL to access that component. I have tried this URL "http://localhost/Joomla/administrator/index.php?option=com_lessons" but it is … | |
Hello, I am working in a joomla component.i have some uploaded videos in my PC and the name od the video in the database.how can i add a flow player and fetch the videos from the folder and play those videos in my joomla website ?? | |
See this is the URL path to access my local server.. "http://localhost/CodeIgniter/" I need to change this URL and need to give my own URL..after adding my URL i need to access my local server using my own URL... How can i do that??please help me... | |
See,am working with joomla 1.5 component,i want to create a component so that it can submit some datas to database...so i have a folder "com_lessons" inside the "component" folder.so u know,we have controller,model,view, for creating a component...sn't it?? [CODE] <form action=""> <table width="400" border="0"> <tr> <td>Lesson Title</td> <td><input type="text" name="lesson_title" … | |
Hello,Can anybody show the work flow (working) of MVC architecture with example??Provide me the code...if you can.. | |
[CODE]<form method="post" action="check.php" onsubmit="return validate()"> <table width="200" border="0"> <tr> <td>Username</td> <td><input type="text" name="uname" id="u"/></td> </tr> <tr> <td>Password</td> <td><input type="password" name="paswd" id="p"/></td> </tr> <tr> <tr> <td>Select Location</td> <td><a href="http://maps.google.co.in/">Click Here</a></td> </tr> <tr> <td><input type="submit" value="Submit" /></td> </tr> </table> </form>[/CODE] Hello friends, how can i implement this form using joomla mvc architecture?? … | |
how can i create an xml file of datas in a database??see actually i have a database "data" and 3 tables named "gold","silver","normal".These three tables contains a lot of records as well...i just want the code to generate the xml file of the database "data". i want to retrieve the … | |
How can i select a data (any location) from Google map and also i want to store that data in database in order to list that contents in another page... Please provide me the idea,explanation and code.. Thanks | |
Hello, Please provide me the query to join 3 tables using INNER JOIN... Thanks ![]() | |
please clear the syntax error... [CODE] $locker_query ="update tbl_locker set locker_title='".$locker_title."',headline_text='".$locker_headline."',introductory_text='".$locker_intro_text."',popup_delay='". $locker_delay ."',repopup_frequency='".$locker_frequency."',forced_completion='".$locker_force_offer."',email_id='".$locker_email."',created_date=now(),guid='" . md5(time()). "' where locker_id='".20."'"; [/CODE] Thanks ![]() | |
Re: Try this code.. [CODE]<?php function MonthDays($someMonth, $someYear) { return date("t", strtotime($someYear . "-" . $someMonth . "-01")); } //for example $someMonth=4; $someYear=2011; $d=MonthDays($someMonth, $someYear); echo $d; use 'explode' function to grab month and year from the date!! ?>[/CODE] | |
id name 1 A4_HUMAN 2 ABC3H_HUMAN 3 22P1_RAT 4 5HT1E_HUMAN Hello , See above shows a database table contains 2 fields id and name.. I need to search these values and display the names with a keyword entered by user. The key word may b a string or even a … | |
what will be the output of below queries if $option='name' where 'name' is a coloumn name of a database table which contains the value "GHTY_bbbb" 1.LOCATE('_', '$option'); 2.SUBSTR('$option',0,LOCATE('_', '$option')); i need to fetch the value before "_" from "GHTY_bbbb".if any error in above query please provide me the correct query. … ![]() | |
SELECT name,SUBSTRING(name,1,LOCATE('_',name)-1) FROM `student` how to echo the substring?? ![]() | |
hello, See "ABC4_HUMAN" is a database value.i need to search this value using a character say"A" or by a word say"ABC".But i need to check this value only in "ABC4" part of the value "ABC4_HUMAN". please provide me the query using "like" operator.. thanks | |
Re: hello, See "ABC4_HUMAN" is a database value.i need to search this value using a character say"A" or by a word say"ABC".But i need to check this value only in "ABC4" part of the value "ABC4_HUMAN". please provide me the query using "like" operator.. thanks |
The End.