Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7558 - 7587 of 9229   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7558
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...
SUBASH B
subash_tvmalai
Offline Send Email
Aug 1, 2008
8:42 am
7559
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...
Ali Jamali
ali.jamali
Offline Send Email
Aug 1, 2008
9:11 am
7560
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, ...
Vishal Subandh
vishals81
Offline Send Email
Aug 2, 2008
8:11 am
7561
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...
Shehzad Asghar Saddiq
shehzad_preston
Offline Send Email
Aug 2, 2008
9:01 am
7562
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 ...
gopi nath
gopivsb
Offline Send Email
Aug 2, 2008
1:49 pm
7563
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...
Carlo Post (prive)
carlop260259
Offline Send Email
Aug 2, 2008
2:16 pm
7564
You are not putting anything in the $count variable. Kindly make it $count = count($_REQUEST[‘Checkbox’]) before running the for loop for delete. Thanks &...
Shehzad Asghar Saddiq
shehzad_preston
Offline Send Email
Aug 2, 2008
2:53 pm
7565
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...
Neeraj jain
neerajjain_80
Online Now Send Email
Aug 2, 2008
3:12 pm
7566
Is there any sample code that I could look at to get an idea? Kind regards, Vishal...
Vishal Subandh
vishals81
Offline Send Email
Aug 2, 2008
3:55 pm
7567
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...
SUBASH B
subash_tvmalai
Offline Send Email
Aug 4, 2008
7:37 am
7568
I found this very COMPLETE walkthru in 2 seconds - literally. GOOGLE needs to become your best friend! ...
Larry Helms
larr_helms
Online Now Send Email
Aug 4, 2008
2:33 pm
7569
how to show date?...
mauritius_titiyan
mauritius_ti...
Offline Send Email
Aug 5, 2008
9:36 am
7570
hello mauritius does www.google.com is banned in your area? http://www.w3schools.com/PHP/php_date.asp Anees Muhammed ... From: mauritius_titiyan...
Anees
anees_muhd
Offline Send Email
Aug 5, 2008
10:14 am
7571
echo(date("Y-m-d")); ... On Mon, Aug 4, 2008 at 9:26 AM, mauritius_titiyan < ... [Non-text portions of this message have been removed]...
Swatantra Bhargava
koolswans
Offline Send Email
Aug 5, 2008
10:44 am
7572
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@...
Send Email
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@...
Send Email
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...
Jean Carlo
jeansalas19
Offline Send Email
Aug 5, 2008
5:04 pm
7575
Hello visit this site for details about php date function http://www.php.net/date S.M. Saidur Rahman Software Engineer Work: +8801911731214 Mobile:...
Saidur Rahman
rana_0036
Offline Send Email
Aug 6, 2008
5:28 am
7576
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. ...
Francisco Abrantes
chiko_abrantes
Offline Send Email
Aug 6, 2008
9:30 pm
7577
Hi friends, In my company, we are recruitting php programmers with 1+ year experience. Job Details: Company Name: Rhytha Web Solutions. Place: Chennai, India. ...
s.c.vinod kumar
scvinobaby
Offline Send Email
Aug 6, 2008
10:05 pm
7578
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...
Umer Talha
umer.zuberi
Offline Send Email
Aug 7, 2008
5:22 pm
7579
Hi folks! would like to know if anyone has used this class before and whether if anyone has come up with any issues using this class? ...
Vishal Subandh
vishals81
Offline Send Email
Aug 7, 2008
7:03 pm
7580
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....
saniya_recruiter
saniya_recru...
Offline Send Email
Aug 8, 2008
7:14 am
7581
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?...
deepa
deepadevan
Offline Send Email
Aug 8, 2008
10:42 pm
7582
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...
robison
forblindmice
Offline Send Email
Aug 9, 2008
8:43 pm
7583
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...
Send Email
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...
php-objects@yahoogrou...
Send Email
Aug 10, 2008
11:34 am
7585 azi_cs
Offline Send Email
Aug 11, 2008
1:24 pm
7586
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...
Vishal Subandh
vishals81
Offline Send Email
Aug 11, 2008
1:28 pm
7587
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...
gangadhara prasad
ngprasad20
Offline Send Email
Aug 11, 2008
7:26 pm
Messages 7558 - 7587 of 9229   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help