- Upvotes Received
- 5
- Posts with Upvotes
- 3
- Upvoting Members
- 5
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
True Friendship
- Interests
- Tourism ,reading books and magazine , social work ,net surfing .
- PC Specs
- Windows XP, Win 7, Linux.
53 Posted Topics
Re: Hi, suppose you are accessing a machine having machine name "w5" just type [url]http://w5/localhost/index.php[/url] | |
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) … | |
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 | |
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 … ![]() | |
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(); // … | |
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 ? | |
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 … | |
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 … | |
Re: Hi , I want to do the same like website loading and making it fast .. | |
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 … | |
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 … | |
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 … | |
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 … ![]() | |
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 … ![]() | |
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 … | |
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 … | |
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' => … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
Re: 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 … | |
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 … | |
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 … ![]() | |
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 … | |
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 | |
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 … | |
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 … | |
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 | |
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 . | |
Re: Cyre, write like this [CODE]if(!empty($_POST['student'])) { $stud=$_POST['student']; echo $stud; }[/CODE] | |
Re: codes are available in this forum because I got from it. | |
Re: 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 | |
Re: [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] ) | |
Re: 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..... | |
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 … | |
Re: [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] ![]() | |
Re: Hi aquilax, This is good link you posted ,that help me a lot . thanks | |
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 | |
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. | |
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 | |
Re: 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 . ![]() | |
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 | |
Re: 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 , | |
Re: Hi, I think this link will help you. [url]http://php.net/manual/en/function.preg-match.php[/url] | |
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 | |
Re: 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. … | |
Hi, I am trying to develop a autocad like software in C/C++. Can any one suggest me how to start it with ? Subrata |
The End.