199 Posted Topics
Hi I am selecting wdays1 checkbox is checked and remaining checkbox is unchecked after submitting, i am getting an error message as below can any one please help me to resolve the issue **Error** `1 Notice: Undefined index: wdays2 in C:\xampp\htdocs\smart\checkvalue.php on line 10 0 Notice: Undefined index: wdays3 in … | |
Hi I am trying to enable the fileds with help of radio button is selected below are my code, its working fine for inserting a value in database. I can able to fetch the datas from database for display except the radio button is not getting selected from the database … | |
Re: Hi You can refer the below link for your reference http://www.daniweb.com/web-development/php/threads/365673/how-to-add-dynamic-text-box-value-in-database ![]() | |
Re: I think the below link will help you. http://viralpatel.net/blogs/dynamically-add-remove-rows-in-html-table-using-javascript/ | |
Hi Friends I am working on Payment integration. Can any one help me, how to integrate HDFC payment gateway in php. | |
Hi Please any help me on the below issue i am having a interger as below the formate is CYYDDD 114024 i want to change the above line as 24-01-2014 | |
Hi can any one pls help on the below thing I am having a value as 91819.0 But I required the above data should be converted as time as below 9:18:19 Likewise it should be viceversa | |
[CODE]Hi Friends, I have written a code with some example script for generating report in PDF with PHP and MYSQL. But i am unable to fetch the data from my table. So Please help me to solve this issue. Thanks <?php $today=date('Y-m-d'); $hostname = "localhost"; $database = "bdname"; $username = … | |
Hi I am trying to convert julian date in to date format. can any one please help me. **For Example:** Julian date - 114021 Output Should be as below 2014/01/21 - (YYYY/MM/DD) | |
Hi Friend I am trying to connect my MSSql server 2008 R2 server using php. I am getting an error as below `Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\test\connect.php on line 4` and the code is below <?php $serverName = "servername\sqlexpress"; //serverName\instanceName $connectionInfo = array( "Database"=>"dbname", "UID"=>"us", "PWD"=>"ps"); … | |
Re: Hi Better use ur IP address of your website or Database DEFINE ('DB_NAME', 'ip address'); Eg. IP address must be like 192.168.0.1 | |
Re: Hi Order by column_name is missing. check the syntax for reference SELECT column_name(s) FROM table_name ORDER BY column_name(s) ASC|DESC | |
Re: Hi You have to store the image in folder, just save the file name only in database. like wise retrive the folderpath and database stored(filename) | |
| |
Re: Hi change line 81. because if you want to edit you have pass value in edit.php example if complaint no is id then we have to write the code as below <a href=Edit.php?id='<?php echo $row['id']; ?>'>Update</a> | |
Re: hi i think you have missed '=' in line 21 $u="UPDATE myaduan SET nama_pengadu='$_POST[inputName]', aduan_details'$_POST[inputDec]' WHERE ID=$_POST[id]"; replace the above code as below $u="UPDATE myaduan SET nama_pengadu='$_POST[inputName]', aduan_details='$_POST[inputDec]' WHERE ID=$_POST[id]"; | |
Re: The below link will be more helpful to solve your issue http://roshanbh.com.np/2008/01/populate-triple-drop-down-list-change-options-value-from-database-using-ajax-and-php.html http://www.downloadjavascripts.com/list/javasiteaaa34/Details.aspx ![]() | |
Hi Friends Please can any one help me. How to create a local database for HTML5 Concept and we have to access the local data store to view the datas using HTML5. ![]() | |
Hi I need an help on showing related post in an website. i want to display my related posts with help of keywords column. Below is my database structure id int(12) title varchar(250) content varchar(250) image_path varchar(250) type varchar(250) keywords varchar(250) can any one please help me. Thanks | |
Re: I think the below code will help you.. i found it in website [CODE] // // establish database connection // $conn = mysql_connect( ‘MYSQL_HOST’, ‘MYSQL_USERNAME’, ‘MYSQL_PASSWORD’ ) or die( mysql_error( ) ); mysql_select_db( ‘MYSQL_DATABASE’, $conn ) or die( mysql_error( $conn ) ); // // execute sql query // $query = … ![]() | |
Hi Friends i am working for association management project. my database is mssql i am having 2 tables as below **1. table name is community_username** ASCN_NAME COM_NAME URFNAM Email_id URAC Name1 Commname1 Name1 Email1 Yes Name1 Commname1 Name2 Email2 Yes Name1 Commname1 Name3 Email3 Yes Name2 Commname1 Name1 Email1 Yes … | |
Re: As JorgeM said, we have to store the video file in hosted place is good and safe | |
Hi I am planning to create web based association Management project. Can any one please provide me some sample or details which would me more helpful for me to develop the project. | |
Hi Friends I am having a domain with name **domainname.com**, and its working fine. i have create a sub domain named **cds.domainname.com** and i have upload some set of asp.net files. when i was trying to access **cds.domainname.com** it is showing the domainname.com web content. Can any one please help … | |
Re: Hi can you check the below details in your code Line 16 - $fmcg application there should not be any blank space Line 121 - methode - should be method Line 130 - **Input Name ='Option 3'** - replace Option3 by Categories name Like wise replace all checkbox name | |
Re: no event is called in submit button. So its getting insert automatically. Try to use the insert query under submit button click event ![]() | |
Hi i want to know, how to display the datas simultaniously in twitter and in my webpage. Example: If i am posting one article in my cms, it will also post in my twitter account. Please can any one help me to solve this issue. | |
Re: I think the below link may help http://www.webvideozone.com/public/280print.cfm | |
Re: http://roshanbh.com.np/2008/01/populate-triple-drop-down-list-change-options-value-from-database-using-ajax-and-php.html http://www.downloadjavascripts.com/list/javasiteaaa34/Details.aspx http://php-ajax-code.blogspot.in/2007/07/ajax-triple-dropdown-with-states-cities.html | |
Re: Hi Try to keep the database connection page seperately like below, I hope this will help you want you expect. Check the syntax **Step:1** *config.php* <?php $hostname = 'localhost'; $dusername = 'root'; $password = ''; $database = 'ong_assessment'; $conn = mysql_connect($hostname, $dusername, $password) or die(mysql_error()); mysql_select_db($database, $conn); ?> **Step:2** *main.php* … | |
Hi Friends I am new to asp.net, i want to display menu title from database using VB in asp.net, the display should be done in list format while href tag, i am expecting the display as below menu1 menu2 menu3 Please can any one help me to solve this issue. | |
Hi Friends **Example:** URL: http://localhost/sitename/page=name i want to print **name** in my page. like You Are Here: Home » **name** Please can any one help me. | |
Re: Thanks for Good Information | |
Re: Hi If interested please try the below code for csv <?php // // establish database connection // $conn = mysql_connect( 'hostname', 'username', 'password' ) or die( mysql_error( ) ); mysql_select_db( 'dbname', $conn ) or die( mysql_error( $conn ) ); // // execute sql query // $query = sprintf( 'SELECT * … | |
Re: Hi Try to Remove $con from line 72 | |
Hi friends i am having n number check box, if i checked one check box it has to select all the similar values of the check box and the other check box should be disable. can any one help me to solve the issue i am having a java script … | |
Hi friends i am having n number check box, if i checked one check box it has to select all the similar values of the check box and the other check box should be disable. can any one help me to solve the issue i am having a java script … | |
Re: HI Required List 1. Flash Media Server. 2. Flash Media Encoder. 3. Player for Live Stream - you can also use JWPlayer. 4. Live Streaming Delay depends on the server. If you need more information. let me know | |
Re: Hi Try on the below URL [URL="http://roshanbh.com.np/2008/01/populate-triple-drop-down-list-change-options-value-from-database-using-ajax-and-php.html"]http://roshanbh.com.np/2008/01/populate-triple-drop-down-list-change-options-value-from-database-using-ajax-and-php.html[/URL] | |
Re: Hi if you are having id in your table [CODE]<a href='fetchDBAssetsWhole.php'>[/CODE] Replace the above URL as below [CODE]<a href='fetchDBAssetsWhole.php?id=id='".$row['id']."''>[/CODE] | |
Dear Friends i am having n textbox. I want to validate the text box, So please any can help me to solve my issue. I have also enclosed the screen shot of the design | |
Re: Hi Can you provide your error msg | |
Re: Hi Check on the link for more information [URL="http://php.net/manual/en/function.odbc-connect.php"]http://php.net/manual/en/function.odbc-connect.php[/URL] | |
Re: Hi Visit the below link [URL="http://www.longtailvideo.com/players"]www.longtailvideo.com/players[/URL] you can have more example and player | |
I am facing problem on sum of dynamic array value. For example : [B]tablename : totalamt[/B] ref_no | Amount 1 | 58 2 | 12 3 | 11 i am using check box to select the ref_no. now i am selecting 3 check box now and submit it. Now it … ![]() | |
Re: Hi Pass the id value in line number 66 & 67 for update and Delete option. example: [CODE]<a href="delete.php?id=$row['id']">Delete</a>[/CODE] | |
Re: Hi [CODE]<img src=\"barcode.php?barcode=$b&width=300&height=80\">[/CODE] The above the line should be replace as below [CODE]<img src="barcode.php?codetype=Code39&size=50&text=$b" alt="$b" />[/CODE] you have missed the parameters where the value has to pass | |
Re: Hi I think the below coding will help you to solve the issue [CODE]<html> <head> <title>Form 7A</title> </head> <body> <form action="Form7B.php" method="POST"> <p>Client ID:<input name="clientid" type="text" /></p> <p>Company Name:<input name="name" type="text" /></p> <input type="checkbox" name="worktype[]" value="Construction" />Construction<br /> <input type="checkbox" name="worktype[]" value="Civil" />Civil<br /> <input type="checkbox" name="worktype[]" value="Demolition" />Demolition<br /> … | |
Re: Hi you have to get the cid value [CODE]$cid = $_GET['cid'];[/CODE] insert the above line before your code starts in the page. Let we check. |
The End.