- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
11 Posted Topics
i want to display the stored image in fdpf. | |
How can i show my website only display on a mobile phone not in pc. Here the sample website 2gud.com,this website content only shows in mobile not in desktop.Is there any plugin in wordpress? | |
How to display cart totals in right side in cart page Here the image link: https://prnt.sc/kys6oj In the above image link the cart page total display in left side i want to show cart totals in right side in cart page | |
My question is how to add a trust seal in WooCommerce after Add to Cart button could you pleaseany one tell me the code. | |
i am looking for Auto-Complete list email address on register page please tell me the code or plugin Example site :https://www.banggood.com/login.html | |
I am building an e-commerce website i found one error in last night in my site Error: If user enters the zipcode in zip code field & without clicking on CHECK OR GO Button, when he clicks on ADD TO CART button then products are getting added in Shopping cart. … | |
my question is how push menus from bottom to up are displayed. this is example site http://www.askaspension.gr/ i have no idea about that code. please help me. i want same as it as code in that web site | |
How to add the string before increment values with letters like A0001 increment to A0002---- please help me | |
Re: I think this link is help to u [Click Here](http://www.daniweb.com/web-development/php/threads/461121/how-can-a-insert-image-in-database-using-mysql#) image are stored in database. | |
I had uploaded the image(blob field used) in DB.i want to show that image in pdf.how to write the code, please help me | |
Hello sir iam trying to upload the image in database..this is my code <html> <head> <body> <form action="" method="POST" enctype="multipart/form-data"> <input type="file" name="image" accept="image/jpeg"> <input type="Submit" name="submit"/> </form> <?php if(isset($_POST['submit'])) //connecting to database $db = mysql_connect("localhost:3306","root","") or die(mysql_error()); //selecting our database $db_select = mysql_select_db("tutorial",$db) or die(mysql_error()); $imageName = mysql_real_escape_string($_FILES["image"]["name"]); $imageData … |
The End.