Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
5
Posts with Upvotes
3
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~76.3K People Reached
About Me

True Friendship

Interests
Tourism ,reading books and magazine , social work ,net surfing .
PC Specs
Windows XP, Win 7, Linux.
Favorite Tags
Member Avatar for ushajase
Member Avatar for Imam_5
3
43K
Member Avatar for subrata_ushasi

Hi all, I am trying to start date and end date which is running in my local machine but when I am trying to run online it is not working . here is the code: echo " ONE"; $pDate = date('Y-m-d'); $curdate= (explode("-",$pDate)); echo $curdate[1]."<br>"; echo $curdate[2]."<br>"; $date=$curdate[1]; switch ($date) …

Member Avatar for subrata_ushasi
0
535
Member Avatar for subrata_ushasi

Hi all, I installed wamp server as well as oracle in my computer where oracle 9i is opening but wamp server is not working . very urgent. Subrata

Member Avatar for rageesh.pk
0
243
Member Avatar for subrata_ushasi

Dear all , I want a purchase order form where item , description ,unit price , quantity and amount an additional on load discount field has to be present which will be disabled from putting inputs . The value will directly come from the database depending upon the count value …

Member Avatar for diafol
0
799
Member Avatar for subrata_ushasi

Hi all , I have written code for sending mail with pdf file as attachment , but mail sending is not working. I used class.phpmailer.php. The files are attached herewith . Please kindly see if any solution is possible . Hence appreciated. //$mailpdf=$pdf->Output('exam_schedule.pdf', 'I'); require_once('class.phpmailer.php'); require_once('class.smtp.php'); $mail= new PHPMailer(); // …

Member Avatar for Jaycee_1
0
10K
Member Avatar for subrata_ushasi

Hi, In coldfusion we print as <cfoutput>#variable#</cfoutput> but if I want to print # sign that is output will be #. how to do that ?

Member Avatar for EfrainGonzalezBermudez
0
351
Member Avatar for subrata_ushasi

Dear All , In my website there is an inputbox . When I click on it ,light box will be opened where list of products and its product is will come from database . Now when I select any product ,this product come(ie visible ) in my inputbox. Here is …

Member Avatar for nauticalmac
0
235
Member Avatar for subrata_ushasi

Hi all , After a long googling I am raising this issue. I want an online invoice from distribut to customer using tripletex but every one used using magento or drupal and I want it from website in php using tripletex.Is there any way to do it because I did …

Member Avatar for jani5
0
809
Member Avatar for Austinlanger

I want to know from your end will these tips help to maintain website loading time Allow CSS files to top and JavaScript at the bottom Remove unwanted Plugins Expend browser caching Imperfect Rendering Make use of CDNs Gzip Compression Size does matter

Member Avatar for Amol555
0
164
Member Avatar for subrata_ushasi

Hi , I am creating a search page where searching from databaes against a field .From the string "**Birdnesting is the common hobby with the English boys**.And boys are playing in the ground .Again the boys are playing in the ground. **But Birdnesting is not a cake** . " if …

Member Avatar for flashhtml5
0
163
Member Avatar for subrata_ushasi

Hi , I have an website from where I want to view image using any image viewer . Images are uploaded in cloud server from where I want to show images by clicking on a link . Images are downloaded but taking much time . What I want is to …

Member Avatar for almostbob
0
191
Member Avatar for subrata_ushasi

Hi , I am trying to send news letter through outlook express with html from my website as follows : I have a news letter icon in my website ,When I click , it will open outlook express with html (news letter) and just fill up the email id and …

Member Avatar for mattster
0
223
Member Avatar for subrata_ushasi

Hi all , I developed an website and the same trying to for mobile where clicking on menu will open menu items (to see menu items click using mounse and scroll) and clicking on menu items like "about us" , "services","solutions" etc will open the contents. I think it can …

Member Avatar for LastMitch
0
163
Member Avatar for subrata_ushasi

Hi, I developed an website having interactive world map . When I rollover / mouse over a country ,it displays country's information. It is ok but when it is viewed on tablet or mini laptop with screen resolution 1028 x 600 then country rollover information partially going out of screen …

Member Avatar for LastMitch
0
107
Member Avatar for subrata_ushasi

Hi , I am struggling for two to make test payment through paypal sandbox but after entering user and password simply received this image attached.I want to pay through paypal using paypal's sandbox for testing and retrund to my website (localhost) giving confirmation in "confirm.php" , here is my paypal …

Member Avatar for subrata_ushasi
0
4K
Member Avatar for subrata_ushasi

hi all , I want to display partner list from database which is done.Now I want to display it's customers list by clicking on each parter using ajax. here is ajax code : <script language="javascript" type="text/javascript"> function getXMLHTTP() { //fuction to return the xml http object var xmlhttp=false; try{ xmlhttp=new …

Member Avatar for subrata_ushasi
0
212
Member Avatar for subrata_ushasi

Hi , I have return type object is "$answer" and I am getting the output by ussing "echo $answer"; is : array 'AnswerId' => int 1 'Comment' => string 'The license is found.OK' 'LicenseInt' => array 'LicenseID' => string 'L005673’. 'Prod_ID' => int 5644 'LicenseDate' => object(DateTime)[35] public 'date' => …

Member Avatar for subrata_ushasi
0
206
Member Avatar for subrata_ushasi

Hi , I have a form having some text fileds and submit button. One more input box and submit button . If a value is entered in input box and button pressed then that will search data from database and displayed in text boxes ,is done . Now I want …

Member Avatar for subrata_ushasi
0
266
Member Avatar for subrata_ushasi

Hi all , I have a wevservice link say http://abc.com/wscom/MKWebService.rem from where I am trying to return value giving some parameters . The method and parameters are given below. method : GetInfo Parameters: string LicenseID string password Return Value: struct AnswerInt Now I have two xml files request.xml and response.xml …

Member Avatar for pritaeas
0
334
Member Avatar for subrata_ushasi

Hi , I am creating an website where I want to create worldwide partner . I got a reference site http://www.ogilvy.com/Offices.aspx which is developed in asp.net and flash but I want the same effect in php,jquery/javascript/ajax which is very urgent to do. Thanks in advance Subrata

Member Avatar for NardCake
0
237
Member Avatar for subrata_ushasi

Hi , In my website , using jquery I animated my banner . I downloaded bumpbox 2.0 from http://www.artviper.net/website-tools/bumpbox-lightbox.php and integrated in website to generate pdf file lightbox . Light box is working but my banner jquery is not working . I mean banner is not animating.Banner animation jquery is …

Member Avatar for subrata_ushasi
0
239
Member Avatar for subrata_ushasi

Hi all , I want to display characterwise display of word in a textbox. I think it is possible in ajax. Like if I enter "A" will show in text box "AMERICA" ,"AFGANISTHAN","AUSTRALIA","AFRICA","AGONY","AMNESTY" etc. again if I enter "M" after "A" will filter only "AMERICA" and "AMNESTY" because only matching …

Member Avatar for JorgeM
0
168
Member Avatar for sarithak

hi frnds, i am doing a project related to food items.. here i took different categories like restaurants,pubs,foodfestivals,hangouts... and also i took diffrent tables for each category in database.. each table having area,rname...now i need to search what ever user typed in textbox(area,rname) from database. plz give any suggestions asap..

Member Avatar for Bachu
0
117
Member Avatar for subrata_ushasi

Hi all , I want to create a search page like csoft.com . Open the site in a browser and enter "wiseimage" in search option left side of the page Search ,search the site and enter "wiseimage" and see the result. According the result of this site I want to …

Member Avatar for subrata_ushasi
0
256
Member Avatar for subrata_ushasi

Hi all, I want to two drop downs ,one is product and on selection of product there will be an another drop down subproduct . Then on selecting sub product ,the content of that sub product will be displayed in ckeditor. When I update the ckeditor content will be updated …

Member Avatar for diafol
0
341
Member Avatar for subrata_ushasi

Hi all, I want to create a login page modal window. Steps are as follows : 1. There will be a login icon(small image). 2. On clicking the icon , a modal window will open having three options (i) Distributor login (ii)Client login. (iii) Employee login .If Distributor login is …

Member Avatar for subrata_ushasi
0
197
Member Avatar for subrata_ushasi

Hi all , I downloaded and installed farcry which is installed successfully . Only I like to know some tutorial links where I can get some help how to create website using farcry CMS and how to handle farcry CMS admin. Thanks in advance, Subrata

0
149
Member Avatar for subrata_ushasi

Hi all , I have one text box and submit button . I want to submit one by one value into the box and these values will be displayed one by one serially on the page . ex. aaaa then bbbb then cccc then will display <input type="text" name="txt" value=""><input …

Member Avatar for subrata_ushasi
0
173
Member Avatar for gopi17

Hey, i'm trying to connect to databases together in a single php, i follow a guide i searched in google, but there is something wrong with it...no error, juz a blank page... [CODE] <?php //This file is to check for the invoice number whether it exists or the field is …

Member Avatar for gopi17
0
85
Member Avatar for subrata_ushasi

Hi all, I am trying to install a project management software "Mantis" but while installing it is giving the error [B]"BAD Does administrative user have access to the database? ( Lost connection to MySQL server at 'reading initial communication packet', system error: 111 )"[/B] urgent ,any body else thanks in …

Member Avatar for subrata_ushasi
0
1K