No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
sensitive, keep calm and cool ....
19 Posted Topics
hai i need php code for simply drop and drop to create website coding ...pls help me ... | |
I have 2 sheets in same Excel. First excel sheet contains the following fields No Material 10th july 11th july 1 DATUM DCP ESD Black 2 DATUM DCP ESD Blue My second worksheet contains the following fields No Date Material Stock size+Wastage 1 10th july DATUM DCP ESD Black 283.47 … | |
I was write code for excel vba xml database values write into text file. when i using without any special characters xml values parsed into their text file without any issues but when i using special characters xml cannot parse special characters (&,- etc) error getting on my macro page. … | |
I am facing problem about while running macro in cam 350 software. In every time import file from system & running if any macros the active tab is minimised & tab switching between other tabs. But this happened only when i using two or more windows tabs. If no any … | |
i need a code for php changing image in every 2 hours at a time ... | |
i need one form textbox value change, In that value pass into another form textbox in my website.... ![]() | |
I need to update my records normal password into Md5 passwords.my query was like that UPDATE testing SET password = MD5('Manojano234') This query was working fine but i need to add plain text also | |
I have an error in crystal report select export formula in vb.net saying "A string is required here " My code : {databaseTable.databaseField} =({?DateFrom} to {?DateTo}) | |
Here is my Php script redirect into admin page ...this code working fine in localhost but i will go the server is not redirected i dont know ehy its happening right now ... any help guys... if ($this->session->userdata('admin_login') == 1) redirect(base_url() . 'index.php?admin/dashboard', 'refresh'); | |
my php code working fine in localhost ...but i have uploaded on server my php administratr login page only validated but not redirect to admin page system browser says error occured ...but other users login page is working fine ...wat can i do >>> wats actually problem ?? | |
<?php $edit_data = $this->db->get_where('prescription', array('prescription_id' => $param2))->result_array(); foreach ($edit_data as $row): $patient_info = $this->db->get_where('patient' , array('patient_id' => $row['patient_id'] ))->result_array(); ?> <div id="prescription_print"> <table width="100%" border="0"> <tr> <td align="left" valign="top"> <?php foreach ($patient_info as $row2){ ?> <?php echo 'Patient Name: '.$row2['name']; ?><br> <?php echo 'Age: '.$row2['age']; ?><br> <?php echo 'Sex: '.$row2['sex']; … | |
i need an query for update my record added by old value and new updated value \ here is my query : conn.Execute ("Update Medicine_Details SET UnitsInStock='" & rs3.Fields.Item(3).Value & "' where ProductID='" & rs3.Fields.Item(2).Value & "'") but i dont know how to use sum in function these query working … | |
i need to disable my combobox dropdown database values when another combobox value is clicked ...any help plss ... | |
1. <input type="hidden" name="BKIRIM" id="txt" value=""/> 2. <input type="text" name="BKIRIM1" id="txt2" value=""/> 3. <input type="hidden" name="distance" id="distance" value=""/> 4. <input type="hidden" name="distance1" id="txt1" value=""/> 5. <input type="hidden" name="distance2" id="txt1" value=""/> 6. <td><span class="man"></span>From:</td> 7. <td> 8. <?php 9. $query = "SELECT * from sfc"; 10. $res = @mysql_query($query); 11. echo'<select … ![]() | |
I need code for upload images for php as well as to edit that image | |
1. <?php 3. /* 4. $con = mysql_connect("localhost","root",""); 5. if (!$con) 6. { 7. die('Could not connect: ' . mysql_error()); 8. } 9. mysql_select_db("nvron",$con); 10. */ 13. $con = mysql_connect("localhost","nvronusr","DBpwd!@#"); 14. if (!$con) 15. { 16. die('Could not connect: ' . mysql_error()); 17. } 19. mysql_select_db("nvron", $con); 20. $DOWNLOADPATH='C:\Users\LENOVO\Desktop'; // … | |
i have connect xxamp server remote host ....show this error .....pls help me .... Could not connect: Access denied for user 'root'@'localhost' (using password: NO) | |
<script> var mins = 0.10; var secs = mins * 60; function countdown() { setTimeout('Decrement()',1000); } function Decrement() { if (document.getElementById) { minutes = document.getElementById("minutes"); seconds = document.getElementById("seconds"); // if less than a minute remaining if (seconds < 59) { seconds.value = secs; } else { minutes.value = getminutes(); seconds.value … | |
<form name="form1" method="POST" action="#" onSubmit="return check();"> <?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("shg", $con); $result = mysql_query("SELECT * FROM consumer"); $email=$_POST['myusername']; $password=$_POST['mypassword']; $query="select * from consumer where email='$email' and password='$password'"; $result=mysql_query($query); if(mysql_num_rows($result)==1) { $count=mysql_num_rows($result); // If result matched $myusername and $mypassword, table … |
The End.