I want to import from excel sheet to mysql database through phpmyadmin importing option. I understand that we need to convert the format to csv format first before we can import to the phpmyadmin. But unfortunately if I change to csv some special character or symbol will become question mark (?) or other different character/symbol. Please advise me on this
Thanks
User Profile
Collapse
-
How to insert excel file into mysql database
-
now i can send email to more people but now i am getting new problem when i send mail then first email will go to one person, the second email sent will go to that same person plus another, the third one will go to those two plus one more, and so on. -
-
the output is
abc1@gmail.com Message sent!
abc2@gmail.com Message sent!
abc3@gmail.com
abc4@gmail.com
abc5@gmail.com
and only 2 email id receive mailLeave a comment:
-
i have check all my code which you suggest but still i am not able to send more than 2 mailLeave a comment:
-
There is 5 e-mail id's are in my Database but only 2 e-mail id's receive mail but other one didn't receive mailLeave a comment:
-
send multiple email using phpmailer, i am using Gmail SMTP
i am trying to send multiple mail using phpmailer. I have a problem. When i click send button, just zxc@gmail.com and abc@yahoo.com receives the message.
How to change it? I'm use Gmail SMTP send out.
There are 5 records in the database:
Here is my code:
Code:<?php $body=$_POST['message']; $subject=$_POST['sub']; //error_reporting(E_ALL);
-
Upload multiple image in mysql
I am trying to upload multiple image in mysql when i upload multiple image image is not uploading in my image folder
this is my code
Code:<?PHP $db = mysql_connect("localhost", "root",""); mysql_select_db("brightweb"); $uploadDir = 'images/'; //Image Upload Folder if(isset($_POST['Submit'])) { $fileName = $_FILES['Photo']['name'];
-
-
Create Dynamic page using php and mysql
i am trying to create cms and i want to make new page when i fill create page form using php and mysql -
i have already tried this one but this code not show any resultLeave a comment:
-
-
fetch multiple image from mysql in php
i am trying to fetch all images which is store in my mysql database this is my code but not able to fetch please help
Code:<?php mysql_connect("localhost", "root", "") or die("Can not connect to database: ".mysql_error()); mysql_select_db('brightweb') or die("Can not select the database: ".mysql_error()); $sql = "select * from portfolio";
-
HTML Write Hindi Font on Web Page
Hello to all
I need to write hindi font on my web page and i have already used this code
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
but this is not working please help me if anyone have solution -
afroz ahmad replied to i want the value of the firstname and lastname to appear on the email textfieldin JavascriptFriend you can use
placeholder:"Fi rst Name"
in css in particular input type
ex- <input type="text" placeholder="fi rst Name">
if any problem u can askLeave a comment:
-
this is possible in css u can use
float:left;
in div if facing any problem you can askLeave a comment:
-
hi frnd you can use this code for shadow and adjest acording you
code is
Code:div { width:300px; height:100px; background-color:yellow; box-shadow: 5px 15px 5px 25px #888888; }
Leave a comment:
-
Decrease and Increase Product Quantity
I am creating a billing application for medicine shop i want to do when any product sold then product quantity will be decrease from the database
ex- if total quantity of any product is 200 pc when 5 pc are sold then total quantity will show 195
No activity results to display
Show More
Leave a comment: