- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Blogging
13 Posted Topics
I have designed my own template and now i want to add that template to opencart so that i can use the ecommerce features of the open cart so can any one explain me how is it possible or else give me the link of best website which gives me … | |
i am working through an purchase & sales report.i want to display the purchase report for daily basis using rdlc report how can i do that...can any one help me.....i use date.today to pass in database to fetch the record but how to display that record in report.. sqlcommand=" select … | |
this is the below code in which when user press enter then the details of textbox go into gridview then again when user press enter then if that record is already available then not allow to insert in gridview.i a unable to do this please help any one... If Asc(e.KeyChar) … | |
hii i am stuck with a problem as i am using VS 2010 and developing an app in vb.net. i require crystal report so i downloaded from SAP the exe and installed but i cannot find the crystal report menu in add new item of right click of application so … | |
hiii am just gong to start the coding for barcode generator so can any one help me or guide me how to start and what to do... | |
how to use array in shellscript...how array r declared and used can anybody reply me...pls | |
can any body explain how to manage sessions in the pages that without login no user must access any page and if tries to access using browser address bar then redirect it's location to login page.....pls do reply what to check to manage this by using session...... ![]() | |
starting to develop a new website on online examination system..in php...so please provide any guide lines that waht to include and what should happen overall in ur way...pls.....rply...... ![]() | |
i am working with php and trying something new that if user inputs "a" than all the records of name starting with "a" in employee table should be displayed... $letter=$_POST["letter"]; sql="select * from emp where emp_name='".$letter."'* " //is above query write and the wild character to be used is write … | |
Re: echo "<th><a href=edit-teacher.php>EDIT</a></th> <th><a href=edit-teacher.php>DELETE</a></th>"; use the above code it can work... | |
can any body give me the correct syntax of for loop to be used in vi editor in ubuntu..... i know like this....:- for (( initialisation;condition;increment )) do "statements for do" done | |
<?php connection check; select database; $sql="select * from category" mysql_query($sql); $prod_name=$_POST["prod_name"]; /*pls tell me what to pass in cat_id down i have to take the select tag's value property then what should i pass pls help me.........*/ $cat_id="What to write here...." sql1="insert into product(prod_name,cat_id) values('".$prod_name."','".$cat_id."'); $r=mysql_query($sql1); ?> <html> <form> <select … | |
Re: hey please solve this.......... <?php connection check; select database; $sql="select * from category" mysql_query($sql); $prod_name=$_POST["prod_name"]; $cat_id="What to write here...." sql1="insert into product(prod_name,cat_id) values('".$prod_name."','".$cat_id."'); $r=mysql_query($sql1); ?> <html> <form> <select id=prod name=prod> <?php while ($row=mysql_fetch_array($r)) { echo "<option value=".$row["cat_id"].">$row["cat_name"] </option>"; } //can you tell me how to add the above value of … |
The End.