199 Posted Topics

Member Avatar for rpv_sen

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 …

Member Avatar for cereal
0
735
Member Avatar for rpv_sen

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 …

Member Avatar for rpv_sen
0
1K
Member Avatar for miyotz

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

Member Avatar for diafol
0
1K
Member Avatar for LRNPHP

I think the below link will help you. http://viralpatel.net/blogs/dynamically-add-remove-rows-in-html-table-using-javascript/

Member Avatar for LRNPHP
0
261
Member Avatar for rpv_sen

Hi Friends I am working on Payment integration. Can any one help me, how to integrate HDFC payment gateway in php.

Member Avatar for pritaeas
0
621
Member Avatar for rpv_sen

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

Member Avatar for rpv_sen
0
187
Member Avatar for rpv_sen

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

Member Avatar for rpv_sen
0
277
Member Avatar for rpv_sen

[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 = …

Member Avatar for monalia
0
4K
Member Avatar for rpv_sen

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)

Member Avatar for pritaeas
0
382
Member Avatar for rpv_sen

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"); …

Member Avatar for rpv_sen
0
290
Member Avatar for stokie-rich

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

Member Avatar for stokie-rich
0
344
Member Avatar for davy_yg

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

Member Avatar for rpv_sen
0
128
Member Avatar for isaac.iji.5

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)

Member Avatar for isaac.iji.5
0
120
Member Avatar for vbdotnetlover
Member Avatar for rpv_sen
0
97
Member Avatar for erminasrcutp

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>

Member Avatar for rpv_sen
0
253
Member Avatar for erminasrcutp

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]";

Member Avatar for rpv_sen
0
209
Member Avatar for narasimha9

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

Member Avatar for diafol
0
2K
Member Avatar for rpv_sen

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.

Member Avatar for diafol
0
109
Member Avatar for rpv_sen

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

Member Avatar for dom246
0
306
Member Avatar for csshacker

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 = …

Member Avatar for diafol
1
611
Member Avatar for rpv_sen

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 …

Member Avatar for rpv_sen
0
187
Member Avatar for nalage priyanka

As JorgeM said, we have to store the video file in hosted place is good and safe

Member Avatar for rpv_sen
0
143
Member Avatar for rpv_sen

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.

Member Avatar for rpv_sen
0
274
Member Avatar for rpv_sen

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 …

Member Avatar for JorgeM
0
180
Member Avatar for nnehadixit

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

Member Avatar for nnehadixit
0
308
Member Avatar for geneh23

no event is called in submit button. So its getting insert automatically. Try to use the insert query under submit button click event

Member Avatar for LastMitch
0
145
Member Avatar for rpv_sen

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.

Member Avatar for pritaeas
0
294
Member Avatar for vizz
Member Avatar for vizz
0
309
Member Avatar for MMadhavi

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

Member Avatar for rpv_sen
0
440
Member Avatar for dean.ong.14

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* …

Member Avatar for rpv_sen
0
261
Member Avatar for rpv_sen

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.

Member Avatar for rpv_sen
0
259
Member Avatar for rpv_sen

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.

Member Avatar for rotten69
0
245
Member Avatar for rpv_sen

Hi Friends i like to know more about the difference between mysql, Phpmyadmin, sql and also which one is more safe and secure for webpage. Can any one help me to know about it.

Member Avatar for pritaeas
0
1K
Member Avatar for Dani
Member Avatar for labhijitp

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 * …

Member Avatar for leardas
0
1K
Member Avatar for zcj125
Member Avatar for rpv_sen

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 …

Member Avatar for rpv_sen
0
202
Member Avatar for rpv_sen

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 …

Member Avatar for rpv_sen
0
203
Member Avatar for rajandass65

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

Member Avatar for jpdeleon
0
124
Member Avatar for garyrichard

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]

Member Avatar for decade
0
750
Member Avatar for Motifaithed

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]

Member Avatar for rpv_sen
0
336
Member Avatar for rpv_sen

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

Member Avatar for rpv_sen
0
143
Member Avatar for shujat132
Member Avatar for twoods99

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]

Member Avatar for cwarn23
0
156
Member Avatar for aijazali12

Hi Visit the below link [URL="http://www.longtailvideo.com/players"]www.longtailvideo.com/players[/URL] you can have more example and player

Member Avatar for rpv_sen
0
2K
Member Avatar for rpv_sen

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 …

Member Avatar for diafol
0
195
Member Avatar for vinothaviji

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]

Member Avatar for rpv_sen
0
160
Member Avatar for aecha

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

Member Avatar for rpv_sen
0
2K
Member Avatar for axxxpua

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 /> …

Member Avatar for axxxpua
0
205
Member Avatar for httpgal

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.

Member Avatar for httpgal
0
208

The End.