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
~77.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

53 Posted Topics

Member Avatar for ushajase

Hi, suppose you are accessing a machine having machine name "w5" just type [url]http://w5/localhost/index.php[/url]

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
548
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
247
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
802
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
363
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
237
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
834
Member Avatar for Austinlanger
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
168
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
195
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
225
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
167
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
109
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
218
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
212
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
268
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
336
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
342
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
246
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
173
Member Avatar for sarithak

Hi, I have multiple table in a database . One of the tables fileds are pagecode,pagetitle,pagecontent having data like HM,PT,SP for pagecode field and HOME,PRODUCTS ,SUPPORTS for pagecontent field finally big contents for pagecontent field.I want to search from all the tables along with this table like the given website …

Member Avatar for Bachu
0
121
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
368
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
344
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
201
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
150
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
175
Member Avatar for gopi17
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
Member Avatar for subrata_ushasi

Hi, I am trying to install Magento in Win XP but not been installed. I tried so many times but that was erroneous. If any one can suggest the steps... thanks in advance. Subrata

Member Avatar for veedeoo
0
381
Member Avatar for subrata_ushasi

Hi, I have one text box and one submit button.What I want is ,if I enter value in text box and press submit one by one that will echo on the form .

Member Avatar for subrata_ushasi
0
153
Member Avatar for Cyre
Member Avatar for mohamedasif18
0
137
Member Avatar for zack654
Member Avatar for n3xtgen

download and use ckeditor and its code which available in any forum or google . yes you should have an idea of mysql ,php ,html. If you can't I can post a project

Member Avatar for subrata_ushasi
0
147
Member Avatar for alinbabba

[url]http://www.firstload.com/?uniq=8304f3c97b63ea2d&log=47382&fn=coldfusion+mx+bible+pdf[/url] then sing up. I think this is very good book for coldfusion learners. or I can send you pdf what I have. [url]ftp://194.44.214.3/pub/e-books/john%20wiley%20&%20sons%20-%20coldfusion%20mx%20bible.pdf(Available[/url] )

Member Avatar for subrata_ushasi
0
749
Member Avatar for stevenbeatsmith

In index.php page is [CODE] <td><select id="[B]mailto[/B]" name="[B]mailto[/B]" class="InputUserBg" > <option id="0" value="" class="UserNameText" selected="selected" >Select Topic</option></select[/CODE] In the process.php page write this [CODE]$topic=$_REQUEST['mailto']; $sql="select * from mytable where email='$topic'";[/CODE] or update code etc.....

Member Avatar for stevenbeatsmith
0
237
Member Avatar for subrata_ushasi

Hi all, I am creating an cms/admin where I want a drop down consists of list of product and an another drop down consists of list of sub products. On selection a product ,the corresponding lists of sub product will be generated in sub product drop down. using javascript I …

Member Avatar for subrata_ushasi
0
267
Member Avatar for adityamadhira

[CODE]<SCRIPT LANGUAGE="javascript"> function update_post() { document.frm.submit(); } </SCRIPT> <select id="productid" name="productid" onChange="update_post();"> <?php $sql_all ="select * from product"; $qry_selectall=mysql_query($sql_all); while($res_selectall=mysql_fetch_array($qry_selectall)) { $content_all=$res_selectall['id']; $code = $res_selectall['page_title']; ?> <option id="prodid" value="<?php echo $content_all;?>" <?php if($content_all==$page_id) echo 'selected' ?> ><?php echo $code;?></option> <?php } ?> </select>[/CODE]

Member Avatar for diafol
0
2K
Member Avatar for karthik_ppts
Member Avatar for subrata_ushasi
0
3K
Member Avatar for subrata_ushasi

Hi all, I am trying to implement Oracle autovue in asp.net or vb.net . If any one suggest how to use Oracle Autovue in asp.net or vb.net . If any document is provided in pdf or any link. thanks in advance

0
88
Member Avatar for subrata_ushasi

Hi all, I am trying to implement Oracle autovue in my project . Can any one post any pdf file or any link regarding Oracle Autovue. thanks in advance.

0
86
Member Avatar for subrata_ushasi

Hi all , I am trying to develope an autocad like application in C++ using code::block 10.05 and directx but code::block 10.05 is not supporting graphics . Any one can suggest ? Thanks in advance

Member Avatar for jbennet
0
262
Member Avatar for Aser Gado

md5 is used for encryption and stored as encrypted data that is why user enter his/her password but while retrieving the entered password and stored password is not matching .

Member Avatar for diafol
0
142
Member Avatar for subrata_ushasi

Hi all, I have dropdown in html consisting value country name. Instead of entering country name one by one into the mysql table I want to transfer by php programming . Is it possible ? If so ,any one can suggest....... Thanks in advance. Subrata

Member Avatar for subrata_ushasi
0
146
Member Avatar for Warl30ck

Hi, Syntax is correct still Check before the sql statement line if ok you can try as: store the sql statement in a variable ,execute the query then retrieve the value ,

Member Avatar for vaultdweller123
0
302
Member Avatar for baig772

Hi, I think this link will help you. [url]http://php.net/manual/en/function.preg-match.php[/url]

Member Avatar for baig772
0
155
Member Avatar for subrata_ushasi

Hi all, I have a login page in localhost(website link : [url]www.csoftindia.net[/url]) . When I logged in it is showing alternate html "you are logged in as..." but when moving another page like news or other page session is lost either or it is not destroying session. Subrata

Member Avatar for baig772
0
635
Member Avatar for lovelylaya

lovelylaya, download joomla and place it in htdocs root folder . create a database (say joomla or anything) then in the browser write : [url]http://localhost/joomlafolder/administrator[/url] this will ask you enter some parameter and installed ! parameters are localhost , root and database name etc. I am php and joomla developer. …

Member Avatar for lovelylaya
0
177
Member Avatar for subrata_ushasi

Hi, I am trying to develop a autocad like software in C/C++. Can any one suggest me how to start it with ? Subrata

Member Avatar for myk45
0
300

The End.