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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2026 - 2055 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2026
Hi there Is there any way i can get a date part, like in Asp DatePart("D", txt_Date), how do i do it in php Please help.Thanks in advance...
Anuradika
anuradika80
Offline Send Email
Mar 3, 2005
1:46 am
2027
http://www.php.net/date http://www.php.net/mktime Paul Hodel ... From: Anuradika To: php-objects@yahoogroups.com Sent: Wednesday, March 02, 2005 10:46 PM ...
Paul Hodel
paul_hodel
Offline Send Email
Mar 3, 2005
1:59 am
2028
hello when a person registers at the site his membership needs to be approved by the admin on admin page when the admin approves the member the page show no...
Farhan khalid
farhan2kf
Offline Send Email
Mar 3, 2005
7:26 am
2029
Hi http://www.php.net/manual/en/function.date.php Regards Marek ... From: Anuradika To: php-objects@yahoogroups.com Sent: Thursday, March 03, 2005 2:46 AM ...
Marek
marekpraga
Offline Send Email
Mar 3, 2005
7:47 am
2030
hi guys thanks for ur helping hand again marek and for those who helped me to solve my problems thanks have a nice week ahead ... ...
Anuradika Jaganadhan
anuradika80
Offline Send Email
Mar 3, 2005
11:24 am
2031
... http://www.php.net/date...
Brian Cummiskey
delvtecsol
Offline Send Email
Mar 3, 2005
2:09 pm
2032
hi guys anybody know how to display excel sheet data in php and store data in variables...
ram_016in
Offline Send Email
Mar 4, 2005
4:49 pm
2033
Do you mean export Excel data and import it into a script? If so, you can export as CSV data and read the data back into arrays for display. If you mean send...
steve miller
steve@...
Send Email
Mar 4, 2005
5:49 pm
2034
... also, http://www.bigwebmaster.com/1786.html or, if you're looking for the opposite, putting a recordset out to an excel sheet instead of a table, you need...
Brian Cummiskey
delvtecsol
Offline Send Email
Mar 4, 2005
6:15 pm
2035
hi can i implement directory control type of thing using html/php that can be browsed like file control plz help regards suparno ... Celebrate Yahoo!'s 10th...
Cold Fusion
activexfusion
Offline Send Email
Mar 7, 2005
2:25 pm
2036
hi dudes, i am a beginner for php. i am doing a project called library management system which employs php,postgres,apache server with windows...
Madhana Gopal
k_madhana_gopal
Offline Send Email
Mar 7, 2005
2:33 pm
2037
In my opinion you shoud check extension ... From: Madhana Gopal To: php-objects@yahoogroups.com Sent: Monday, March 07, 2005 3:33 PM Subject: [php-objects]...
Marek
marekpraga
Offline Send Email
Mar 7, 2005
2:48 pm
2038
Any one to help me translate this query into MySQL or get any equivalet query for pivot table ... TRANSFORM First(examresult.Grade) AS FirstOfGrade SELECT...
Juma Lungo
jlungo
Offline Send Email
Mar 7, 2005
5:33 pm
2039
Dear All, I am going to develop a search engine in PHP but i have no much knowledge about that, that how the search engine works and how i will handle it using...
soha jabeen
soha_gg
Offline Send Email
Mar 7, 2005
6:39 pm
2040
hi friend u can do like date("Y-m-d H:i:s"); many pther parameters are also available Marek <marekpraga@...> wrote: Hi ...
imran rahi
imranforphp
Offline Send Email
Mar 7, 2005
6:39 pm
2041
check this link http://in.php.net/manual/en/function.pg-connect.php Yahoo! India Matrimony: Find your life partneronline. [Non-text portions of this message...
hima kumar
u2himakumar
Offline Send Email
Mar 7, 2005
6:42 pm
2042
Hi .. i'm new in here.. and this i my first email .. About displaying excel sheet using PHP .. Here's a code I generate for the same purpose: /* ~~~~~~~~~...
dell02oo
Offline Send Email
Mar 7, 2005
6:44 pm
2043
Hi there, I have coded the project using php 5.0.3, with MySQL 4.1. I am using require("Conn_to_Mysql.php"); $query = "Select * from tbl_BBY "; $result =...
Anuradika
anuradika80
Offline Send Email
Mar 7, 2005
11:50 pm
2044
Are you sure the Conn_to_Mysql.php contains the correct username and password and the correct host to where your mysql installation is? I'd say you're failing...
Ryan Sexton
fenzig27
Offline Send Email
Mar 8, 2005
1:05 am
2045
try this require("Conn_to_Mysql.php"); $query = "Select * from tbl_BBY "; $result = mysql_query($query); while($row = mysql_fetch_array($result)) { echo...
Kerem Titiz
keremtitiz@...
Send Email
Mar 8, 2005
5:24 am
2046
hi .. If I got ur point, u could use this function getdate() which returns an array of the date parts, like the following: $today_date = getdate(); $t_year =...
:: Dalal Y ::
dell02oo
Offline Send Email
Mar 8, 2005
6:12 am
2047
sorry there's a mistake in what i wrote..It's been long time since i've used this function... here's the correction: $today_date = getdate(); $t_year =...
:: Dalal Y ::
dell02oo
Offline Send Email
Mar 8, 2005
6:27 am
2048
Hi.. I'm trying to export an excel file using the package published by pear.php.net .. well, it's using header for that, but what I used to use is the way I...
:: Dalal Y ::
dell02oo
Offline Send Email
Mar 8, 2005
6:48 am
2049
do i have to installed Excel on my machine? if i'm going to use openoffice how is it? ... get my key here http://geocities.com/vearn2000/key.txt ************* ...
saad hamid
vearn2000
Offline Send Email
Mar 8, 2005
9:27 am
2050
i have tried to remove the @ which looks like this now $cx = mysql_connect('localhost', 'db', 'password'); mysql_select_db("db") or die( "Unable to select ...
Anuradika Jaganadhan
anuradika80
Offline Send Email
Mar 8, 2005
1:15 pm
2051
This first code is working well, which return the date of the server, but, getting rows from the table tbl_BBY doesnt work, please help $query = "Select NOW()...
Anuradika
anuradika80
Offline Send Email
Mar 8, 2005
1:41 pm
2052
My feeling is there is something wrong the way PHP is set up, try using mysql_fetch_assoc() and see of that works. The reason is that mysql_fetch_array () uses...
Seshasayee Madaboosi
smadaboosi
Offline Send Email
Mar 8, 2005
1:48 pm
2053
i have tried, and its giving erro as such Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource ... ...
Anuradika Jaganadhan
anuradika80
Offline Send Email
Mar 8, 2005
2:10 pm
2054
Have you checked to make sure that table exists in your database? And that it's not corrupted? You might want to issue this command instead of the "Select...
Ryan Sexton
fenzig27
Offline Send Email
Mar 8, 2005
3:06 pm
2055
Hello wonderfull people, i have to different dates and i want to know the difference between them in days. Any ideas?...
David
david@...
Send Email
Mar 9, 2005
2:17 am
Messages 2026 - 2055 of 9235   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