Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

cool

Favorite Forums
Favorite Tags
Member Avatar for shehnaz20

I want to select a checkbox and delete the selected record i tried the below code but not working can anyone help me out in this <?php $host="localhost"; // Host name $username="root"; // Mysql username $password=""; // Mysql password $db_name="data"; // Database name $tbl_name="register"; // Table name // Connect to …

Member Avatar for ashokkmr22
0
187
Member Avatar for shehnaz20

<?php // Database Connection require_once("condition.php"); $host="localhost"; $uname="root"; $pass=""; $database = "data"; $connection=mysql_connect($host,$uname,$pass); echo mysql_error(); //or die("Database Connection Failed"); $selectdb=mysql_select_db($database) or die("Database could not be selected"); $result=mysql_select_db($database) or die("database cannot be selected <br>"); $projno=$_POST['parameters']; function IsChecked($chkname,$value) { if(!empty($_POST[$chkname])) { foreach($_POST[$chkname] as $chkval) { if($chkval == $value) { return true; } } …

Member Avatar for shehnaz20
0
174
Member Avatar for shehnaz20

i have 4 check boxes in a form and 2 radio buttons i want to select all 4 checkboxes and select one file type that is radio button and download 4 files in eighter csv or excel format please help me na wid an example if i select a single …

Member Avatar for diafol
0
73
Member Avatar for shehnaz20

I have tried importing csv file in database but the problem is it inserts a blank record in the 1st row of database and also the date is not gettin stored in yyyy-mm-dd format also the time is not diplayed in database the datatyse is set one heto date time …

Member Avatar for Alberto Bucur
0
183
Member Avatar for shehnaz20

please send me the code to generate auto generated email for frogot password once the user fills the date of birth and user id he should get back his password through mail how do i do this

Member Avatar for gabrielcastillo
0
1K
Member Avatar for shehnaz20

please help me to generate maps based on given values from the database(eg longitude and latitude,depth,salinity etc) please help me wid the code.

Member Avatar for veedeoo
0
175
Member Avatar for shehnaz20

please send me the code to generate an auto mail once the user clicks on the register button my register fields are first name,last name,date of birth,emailid i need the code to generate the password from the form information and send password and username to this emailid provided by the …

Member Avatar for iamthwee
0
297
Member Avatar for shehnaz20

please give me some easy working code to insert images in database and also also display the same in the gridview also help me how to enter the calendar entries in the database and diplay in the gridview

Member Avatar for JorgeM
0
146