Hi,  I have a Sales Data in Excel Sheet, i want to import that data to database, i cannot convert the file to CSV. Please see the attached for the sample...
Hi, You can add these line end of your select sentences , For example : Select * from test into outfile 'c:/outfile.tet' fields Terminated by ',' Enclosed by...
Hi people, I am creating a furniture website for myself. I have data already in the database with respect to the type of furniture, cost, guarantee, ...
Well Wish , you need to use HTML Table for displaying data and using AJAX would be a good idea for it and as you want the data to be retrieved on the basis of...
HI Friends, Â i have a doubt in my script. my error is: cannot delete the multiple rows. <?php $host="localhost"; // Host name $username=""; // Mysql username ...
Hello Gopi, The key value of your database record should be in the field name of your checkbox (<INPUT NAME='delkey[keyVal]' TYPE='checkbox' ...>.) When...
You are not putting anything in the $count variable. Kindly make it $count = count($_REQUEST[‘Checkbox’]) before running the for loop for delete. Thanks &...
Dear Shehzad, Gopi has assigned the variable count already $result=mysql_query($sql); $count=mysql_num_rows($result); but of course with wrong values. this...
Hi,  I have a Sales Data in Excel Sheet, i want to import that data to database, Please see the attached for the sample data in Excel format and you will...
http://www.php.net/ Search for date. It is the only thing that shows up. Hit page down a few times and there are even examples. -- Joe ... [Non-text portions...
Joe Forsythe
jforsythe@...
Aug 5, 2008 2:37 pm
7573
... date("Y-m-d", mktime(date("H"),date("m"),date("s"),date("m"),date("d"),date("Y"))); This show ex.: 2008-07-05 this mktime consists in: hour, minute,...
LuCiaNo - CeTre
web@...
Aug 5, 2008 4:06 pm
7574
Hi all, I’m trying to update a table that I have in mysql database (utf-8 encoding), when I insert it everything is ok, but when I edit, I load the...
Caros colegas... Será que alguém poderia me dar uma ajuda com esse XSL? Estou tendo o seguite problema: Tenho um XML lista de Clientes que vem do banco. ...
Hi friends, In my company, we are recruitting php programmers with 1+ year experience. Job Details: Company Name: Rhytha Web Solutions. Place: Chennai, India. ...
Hey Friends Please help to code for display MsWord file in web browser with as it is format using php or javascript . i have used fread and fopen and also...
Hi All, We are primarily into application development for the web. We specialize in .NET, PHP and Java technologies. We are right now looking for PHP profiles....
Hi I have an excel sheet with mutiple worksheets in it. I want to read the names of all the sheets in the excel file. Can anyone please tell me how to do this?...
I need to make an asynchronous post to another php script. How do I specify that? Can I specify that? The ideal would be for me to be able to post to a php...
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Aug 10, 2008 11:34 am
7584
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
Hi folks I came across this amazing class in the PHP classes forum. I have got the class running on my machine without any problem. I would like to achieve...
Hi Experts, I have some queries, can you please clarify it. 1. I have created HTML form with textbox, text area, radio button, check box, dropdown box. How to...