No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
hi please help me, there is example "thsi is paragraph A 20 .thsi in another paragraph A 40 and end now" how can i get the value of A from paragraph it may be 1-> many in a paragraph i want to get value of A either it may 1,2 … | |
hey guys i m new in mysql can u tell tat how select data through a store proceedure in mysql or how i hvae to put a select query in store proceedure of mysql pls help me........ thanks | |
[CODE]DROP PROCEDURE IF EXISTS `uniqueId`; DELIMITER $$ CREATE PROCEDURE `unique`(IN deepak VARCHAR(100),OUT UNIQUEID INT) BEGIN SELECT UNIQUEID FROM products WHERE PRODNUM='deepak'; END$$ DELIMITER ;[/CODE] how to select uery work in this procedure.............help me | |
Re: [CODE]DELIMITER $$ CREATE PROCEDURE `inserttest`(IN name VARCHAR(100), IN class VARCHAR(100)) BEGIN INSERT INTO test set `name`=name, `class`=Class; END$$ DELIMITER ; ///////////// way to call the store proceedure CALL inserttest('TEST','class');[/CODE] | |
how we can delete a uploaded from its source folder when it is deleted from database pls tell me | |
<?php require("db-connect.php"); $slt ="SELECT * FROM assingment2 ORDER BY user_id asc"; $qry =mysql_query($slt); ?> <html> <head><title> </title> <script language="javascript" type="text/javascript"> function setcourse() { var index_name=document.frmselect.name.selectedIndex; document.frmselect.course.selectedIndex=index_name; } </script> </head> <body> <form name="frmselect" id="frmselect" action="" method="post"> <table align="center"> <tr> <td><b>NAME</b></td><td> <?php while($ftch =mysql_fetch_array($qry)) { echo'<select name="name" id='.$ftch['user_id'].' onChange="javascript:return setcourse();">'; echo '<option … | |
hi i have two listbox that contain values in its list and from two diffrent table when i will select any value in first drop down box than second listbox will automaticaly load all related valus of i.e +---------------+ ! ---select--- ! !_______________! +---------------+ ! ---select--- ! !_______________! see it … | |
help me to autodecrement a field in a table when delete any entry from table example: !-------------------------- !id name userno !-------------------------- ! 1 harry 101 !-------------------------- ! 2 abc 102 !-------------------------- ! 3 xyz 103 !-------------------------- ! 4 xyz 104 !------------------------- if we delete 3rd entry from table than 104 … | |
if we delete any entry in a table in mysql than there has another field that has serialise no and if one entry is deleted from whole entry than another fiels entry will automaticaly searlized.......pls help | |
can u help me by sending me some example of validation tha how we can put server side validation in php just one example.........? | |
her is the code and please tll me that how can i save the directory file in same location that is opend in textarea pls tell me soon[code]<?php if(empty($_GET['dir'])) $currdir = '.'; else $currdir = $_GET['dir']; // open this directory $myDirectory = opendir($currdir); // get each entry while($entryName = readdir($myDirectory)) … | |
Re: i want to open the file of directory it should be onclick open and want to show file content in textarea it should be editable and form post should be through url | |
![]() | Re: <?php while($c = mysql_fetch_array($b)) {echo "<tr> <td width=\"800\" align='center'>"?><img src=\"images/<?php echo $c['photo'];?>\" height="60" width="100"> <?php echo "</td> <td>CHANGE</td> </tr> "; } ?> this is the way to show the image in the tr untill loop is running |
Re: how can we print the whole images of database in a single page with the help of while loop pls telll me |
The End.