Jump to content

rajmohan

Members
  • Posts

    169
  • Joined

  • Last visited

    Never

Everything posted by rajmohan

  1. i think it will work try it <? while($result = @mysql_fetch_array($sel_query)) { ?>     <tr>       <td width="56%" colspan="2" class="nav_off3"><? print $result['sub_category'];?></td>       <td width="22%"><a href="add_sub_category.php?id=<? print $result['id'];?>" class="nav_off1" target="_parent">Edit</a></td>       <td width="22%"><a href="view_sub_category.php?del_id=<? print $result['id'];?>" class="nav_off1" onClick="javascript: return confirm('Are you Sure to DELETE <? print $result['sub_category'];?>');">Delete</a></td>     </tr>     <? } ?>
  2. Hai guy i am having on doudt in my project i am using two list box. If i select category from listbox1 i want to display sub_category in  listbox2 without page refresh(it is posible) i am doing that onchange i pass value to the url then i get the sub_Category throught the GET method Help me
  3. $display_query = mysql_query("select * from trade_category"); $no =mysql_num_rows($display_query); [b]o/p will be one,two,three,four,five,six,..............etc[/b] i want to display it as one    two three  four five    six ....... while($res = mysql_fetch_array($display_query)) { // what should want to come here } past one is not working ya
  4. i want answer for this one $query = (select * from category); o/p will be one,two,three,four,five,six,..............etc i want to display it as one    two three  four five    six ....... like this please
  5. Hai guys now i am facing a problem in printing a values in td i want to display a bunch of values from database(countless), that should display it in two td's please help me.
  6. i dont know ajex is there any javascript or queries for this problem
  7. hello guys i met one confustion please retify me please i want to get values from database whilie choosing the listbox values through onchange function?
  8. Thank jank i am realy happy ya . Is there any method available
  9. Hai guys i need a help now in my project i want to get the last [b]index.php[/b] from below one (http://localhost/mohan/Aug06/26Aug06/gallery/admin/index.php), not only index.php there are lot of files are there how to get the last one
  10. you are correct but if they give me a big module how can i express them? if i give more commands that will be disturb to view all lines. putting commant line will be help full for if any one coming to modify the coding. but how to express the interviewer
  11. Thank you my friends this will be very usefull way to follow coding structure. and if i am attending an interview they ask me to write a simple coding how can i express my coding to them.
  12. yes man you are correct. because the coding what we are doing should be understand by others.
  13. i am asking about procedure the way of expression. Example if my coding is wided by another programmer how to they understand?
  14. Can any one help me how to write the coding format? And how to use functions and classes
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.