Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sugikrish

Hi frnds, I want activate the textbox when i select the particular checkbox in php.Anybody know send that coding ......

Member Avatar for billy147
0
239
Member Avatar for sugikrish

hi.... I want populate combo box based on another combobox selection in php. for eg: If we select 'tamilnadu' in one combobox then tamilnadu district are displayed in another combobox. If you know send that coding. Thanks in advance

Member Avatar for Daiva
0
76
Member Avatar for sugikrish

Hi frnds, I need display mysql field as check box value. <?php mysql_connect("localhost","root",""); mysql_select_db("postal") or die(mysql_error()); $query = mysql_query("SELECT name FROM register"); while ($row = mysql_fetch_assoc($query)) { $tag = $row['name']; echo "<input type='checkbox' name='register[]' [U]value='$tag'[/U] />\n"; } ?> here i paste my code here. it displayed only checkboxes. not value.any …

Member Avatar for hielo
0
49
Member Avatar for sugikrish

i frnds, Many times i try to retrieve image from database. Successfully it upload to database. but cant retrieve. any one know this? Thanks in advance....

Member Avatar for MindSter
0
52
Member Avatar for sugikrish

Hi frnds, I want the source codew for converting any one format to pdf. Any one know abt this pls help to me. Thanks in advance.

Member Avatar for Daiva
0
56
Member Avatar for sugikrish

Hi Frnds, I created session for index page. I passed session variable to next page like "about us" page. But in index page it displayed some errors. Notice: Undefined index: myusername in C:\wamp\www\fc2\index.php on line 136 Notice: Undefined index: mypassword in C:\wamp\www\fc2\index.php on line 137 Line 136 : $myusername=$_POST['myusername']; Line …

Member Avatar for rajarajan2017
0
57
Member Avatar for sugikrish

Hi frnds, I want to store images in database and retrieve. I can successfully stored. But i dont know how retrieve it. If any one know pls help me. I paste my code here. [B]fimg.php[/B] [code] <body> <form enctype="multipart/form-data" action="insert.php" method="post" name="changer"> <input name="MAX_FILE_SIZE" value="102400" type="hidden"> <input name="image" accept="image/jpeg" type="file"> …

Member Avatar for sugikrish
0
332
Member Avatar for sugikrish

Hi frnds, I need to select some values in old table and send it into newtable. Here i placed my program. Anybody know say the corrections. <?php mysql_connect("localhost","root",""); mysql_select_db("menus") or die(mysql_error()); $idvalue=$_REQUEST['id']; //$iv=$_REQUEST['z']; $result=mysql_query("select * from smenu where id='$idvalue'"); while($row=mysql_fetch_array($result)) { $projectid=$row['id']; $projectname=$row['main']; $projectcat= $row['itemm']; $scope=$row['descrip']; $location=$row['Category']; $rate=$row['Rate']; } echo …

Member Avatar for sugikrish
0
91
Member Avatar for sugikrish

i want to create cart system in php. it need maintain invoice number. customer select many items each time they click "add to cart". When they click "finish purchase" then only invoice number wil be increment. how to do this..

Member Avatar for scaiferw
0
50
Member Avatar for sugikrish

hi friends, i want calculating values in two text box , result display in another text box and this result will be stored in database. if anybody know this say to me..

Member Avatar for rajarajan2017
0
50
Member Avatar for sugikrish

Hi .......... I attached screen shot with this thread. is this possible for calculating these two values and display the same page. This values retrieve from database.

Member Avatar for rajarajan2017
0
99
Member Avatar for sugikrish

Hi friends, I get some error for storing into database. I given that coding.any body know pls say to me. accep.php <?php $check=$_REQUEST['submit']; mysql_connect("localhost","root",""); mysql_select_db("menus") or die(mysql_error()); $projectid=$_REQUEST['pid']; $projectname= $_REQUEST['pname']; $projectcat= $_REQUEST['pcat']; $scope=$_REQUEST['psco']; $location=$_REQUEST['plo']; $rate=$_REQUEST['prate']; $query="insert into order values('$projectid','$projectname','$projectcat','$scope','$location','$rate')"; $dbase=mysql_query($query) or die(mysql_error()); if($dbase==TRUE) { include("congrat.php"); } ?> Detail.php <body> <h3> …

Member Avatar for rajarajan2017
1
241
Member Avatar for sugikrish

i want select values in list ,then it automatically stored in database. how to do ? if anybody know say to me....

Member Avatar for qualitybrains
0
66
Member Avatar for sugikrish

I attached screen shot with this thread. how we display data from database without null values.

Member Avatar for rajarajan2017
0
95
Member Avatar for sugikrish

hi........ I want display data from database. I done it. but some fields have null values. it display empty field . I attached screen shot with this. If you know the solution pls say to me.

Member Avatar for sugikrish
0
48
Member Avatar for sugikrish

hi friends, I used following code for automatically incrementing value and stored in database. This working but it have small problem. when I submit value then only incrementing. ex, i entered details for invoice number 2, but it showing invoice number 1. <?php mysql_connect("localhost","root","") or die(mysql_error()); mysql_select_db("menus") or die(mysql_error()); $query2=mysql_query("select …

Member Avatar for rajarajan2017
0
104
Member Avatar for sugikrish

Hi friend, I want passing the selected text from list into text. i dont know how to do nu. I attached screenshot with this thread. if you can say to me. Thanks......

Member Avatar for sugikrish
0
107
Member Avatar for sugikrish

Hi friends, How we check text box data with database data in php. If suppose we entered any one number in text box, it compared with database , this already available means give any error message. how we do this.

Member Avatar for sugikrish
0
67
Member Avatar for sugikrish

Hi friends, Is this possible. i want to make link in this list. if you know pls say your suggestion. <select> <option>Report</option> <option><a href="program.php">Billing information</a></option> </select>

Member Avatar for sugikrish
0
76
Member Avatar for sugikrish

Hi friends, How is assigning the value to text box which is selected in the list.and then in .NET or VB have crystal report and grid view for showing report from. like this any other option in php? Only using table wil we show the report?

Member Avatar for rajarajan2017
0
78
Member Avatar for sugikrish

hi friends, Assume , I create 4 fields in tables.3rd field contain some null values. How we reporting this . If i use "mysql_fetch_array" means it showing many empty spaces. If you know send that coding.

Member Avatar for rajarajan2017
0
32
Member Avatar for sugikrish

hi friends, i cant able do perfect design in php using html. if any spaces allocate means i use only "&nbsp;". if you know any other way for successfully doing this pls send to me.

Member Avatar for urtrivedi
0
76