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.

~11.0K People Reached
Favorite Forums

19 Posted Topics

Member Avatar for LloydFarrell

hey i cant see anything wrong with that session_start(); me also getiing same problem in this header function... plz let me no how you debug this thing.... thnxxx

Member Avatar for Kadafiz
0
539
Member Avatar for Kadafiz

hey ... how can i delete multiple raws in a table at once using check box.. i mean if i want to delete all data i can select all check boxes and click delete button.. plz help me..

Member Avatar for diafol
0
72
Member Avatar for Kadafiz

i have ID numbers that i want to enter it into my database using filling form by user. so i need to validate this number format. number format should be like this. first 9 numbers and after nine numbers it must have a letter V. (123456789V) i need to validate …

Member Avatar for lyrico
0
2K
Member Avatar for coervivekmca
Member Avatar for coervivekmca
0
154
Member Avatar for LWS

first thing is you need to write correct php syntax. <?php ?> like this.. bt <? ?> is ok.. bt it will give u unexpected errors.

Member Avatar for LWS
0
177
Member Avatar for Aser Gado
Member Avatar for bangla
Member Avatar for 84hd0ns
0
142
Member Avatar for rohit b k

put your array data into a <table> <tr> instead of <table> <td> . then it display in a column.

Member Avatar for showman13
0
100
Member Avatar for Kadafiz

[CODE] class test{ function load($mailID,$message){ echo $mailID; echo $mesage; } function test1($arr,$message){ foreach($arr as $mailID){ $mailID = $mailID.","; $this ->load($mailID,$message); } } }[/CODE] this is my code ... bt this is nt correct.. actually i need is function test1 get mailadresses and message for the mail.. arr is a array. …

Member Avatar for Kadafiz
0
169
Member Avatar for Kadafiz

heyy... i need to knw how to update many values from one submit. problem is i have 10 fields and every text field has same table field value.assume that my 10 fields have 10 quantity values. i need to update quantity field by all 10 fields. like this ; 10 …

Member Avatar for Huakalero
0
167
Member Avatar for Kadafiz

heyy... i need to print a form and validate data . for both actions i need only one submit button. i did like this.[CODE]<input name="btnSubmit" type="submit" onclick="return validate(); window.print() " value="Print Bill" />[/CODE] bt it is not working.. please can some one give me a help..

Member Avatar for saideepthi.bits
0
214
Member Avatar for Kadafiz

[CODE=PHP]<select name="item8" id="item8" onchange="getPrice(this.id)" /> <option value="" >Select here</option> <?php $sql = "SELECT ItemID, ItemName, Price FROM itemavail ORDER BY ItemName"; $rs = mysql_query($sql); while($row = mysql_fetch_array($rs)) { echo "<option value=\"".$row['Price']."\">".$row['ItemName']."\n "; } ?> </span> </div> </select>[/CODE] im using this code to make selection field. Here i want to get …

Member Avatar for Kadafiz
0
180
Member Avatar for Kadafiz

heyy... i need to knw how to update some table value to default value automatically after some period of time. assume that user update table value to "false" today. then it will be update to its default value "true" to tommorow by automatically. please help...

Member Avatar for chrishea
0
80
Member Avatar for Kadafiz

heyy... i need to knw how to update some table value to default value automatically after some period of time. assume that user update table value to "false" today. then it will be update to its default value "true" to tommorow by automatically. some one told me this can be …

Member Avatar for griswolf
0
99
Member Avatar for Kadafiz

i made a PHP page that calculating bill of medical institute. i need to print the bill from this page. bt using window.print command it print whole page with buttons also.. bt i dont need no buttons.plz help me to print bill.. thnkuuu

Member Avatar for Kadafiz
0
175
Member Avatar for Kadafiz

[CODE] <select name="item2" id="item2" onchange="getPrice(this.id)" /> <option value="">Select medicine</option> <?php $sql = "SELECT ItemID, ItemName, Price FROM itemavail ORDER BY ItemName"; $rs = mysql_query($sql); while($row = mysql_fetch_array($rs)) { echo "<option value=\"".$row['Price']."\">".$row['ItemName']."</option> \n "; } ?> </select>[/CODE] this is selection menu to get item name. Here i need to get Item …

Member Avatar for vibhaJ
0
127
Member Avatar for Kadafiz

i used this code to adding multiple values.. bt it dsnt work . it didnt give me real answer.. plz some one can help me up.. [CODE] function calc(y){ answer="0"; for(var co=1;co<=y;co++){ answer+=parseInt(document.getElementById(co).value); } document.getElementById("total").value=answer; }[/CODE] this code didnt give me sum of values. it gave like this.. (10101010). not …

Member Avatar for dhanapal86mca
0
143
Member Avatar for Kadafiz

im trying to develop a search form. my target is when someone select date attribute on combo box he want to get calender to enter date for search form. can anyone help me... thnxx..

Member Avatar for Kadafiz
0
98
Member Avatar for Kadafiz

Hi.. im PHP user.. i want to get a text box value to the Php variable by clicking hyperlink and i want to send that value to database using mysql query. i want to know that is how can i get text box value to the PHP variable clicking by …

Member Avatar for Kadafiz
0
6K

The End.