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
~9K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for dev.vini

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 …

Member Avatar for smantscheff
0
59
Member Avatar for dev.vini

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

Member Avatar for hielo
0
60
Member Avatar for dev.vini

[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

Member Avatar for smantscheff
0
61
Member Avatar for it_1

[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]

Member Avatar for dev.vini
0
294
Member Avatar for dev.vini

how we can delete a uploaded from its source folder when it is deleted from database pls tell me

Member Avatar for richieking
0
88
Member Avatar for dev.vini

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

Member Avatar for Andrey Luiz
0
118
Member Avatar for dev.vini
Member Avatar for Stefano Mtangoo
0
57
Member Avatar for dev.vini

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 …

Member Avatar for Airshow
0
60
Member Avatar for dev.vini

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 …

Member Avatar for peter_budo
0
128
Member Avatar for dev.vini

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

0
56
Member Avatar for dev.vini

can u help me by sending me some example of validation tha how we can put server side validation in php just one example.........?

Member Avatar for Triztian
0
62
Member Avatar for dev.vini

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

0
63
Member Avatar for trihaitran

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

Member Avatar for dev.vini
0
735
Member Avatar for doctorphp

<?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

Member Avatar for dev.vini
0
7K
Member Avatar for mastermind2

how can we print the whole images of database in a single page with the help of while loop pls telll me

Member Avatar for dev.vini
0
189

The End.