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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4083 - 4112 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4083
I have this directory structure: cache/accountcache/0 cache/accountcache/0/1 cache/accountcache/0/2 cache/accountcache/0/3 cache/accountcache/0/4 ...
Francisco - São P...
avs1001
Offline Send Email
Jul 1, 2006
10:44 am
4084
... -- /*----------------------------*/ When you have a hammer Everything looks like a nail. /*----------------------------*/...
Francisco - São Pa...
avs1001
Offline Send Email
Jul 1, 2006
11:33 am
4085
I have this array: Array ( [0] => Array ( [account] => 263 [counter] => 1 ) [1] => Array ( [account] => 324 [counter] => 5 ) [2] => Array ( [account] => 972 ...
Francisco - São P...
avs1001
Offline Send Email
Jul 1, 2006
1:13 pm
4086
Re-write each array temporarily to a new array and sort that one. OR pull all counter values out into an array, sort that and then re-write the entire old...
TechLDS
tech@...
Send Email
Jul 1, 2006
6:03 pm
4087
You should be able to achieve this quite simply with a user sort: usort($input, 'mysort'); function mysort($a, $b) { return ($a['counter'] > $b['counter']) ? 1...
Rajesh Kumar
rajeshincanada
Offline Send Email
Jul 1, 2006
7:26 pm
4088
... if ($a['counter'] == $b['counter']) return 0; ... or: function mysort($a,$b) { return ($a['counter'] - $b['counter']); ... -- José Miguel Santibáñez ...
José Miguel Santib...
jms1609
Offline Send Email
Jul 1, 2006
7:57 pm
4089
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
Jul 2, 2006
7:35 pm
4090
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
Jul 2, 2006
7:35 pm
4091
hi all, I want to install PHP documentor. hi i have my local server named linux. in it i have directory phpdocumentor In this directory I have unzipped...
Roshan Shahare
roshan.shahare
Offline Send Email
Jul 4, 2006
8:10 am
4092
I see 2 other posibilities: 1. You could do some hashing of the data... - read from db - create hascode of the read data - process data (might take as long as...
Frederik Meersschaut
frederikmeer...
Offline Send Email
Jul 4, 2006
8:49 pm
4093
Hi everybody, Anyone have the simple chat application code in PHP, MySQL. Please send it to me. Is there any free website for giving source code of "Chat...
Venugopal Rao Boddapadu
venudreems
Offline Send Email
Jul 5, 2006
6:14 am
4094
I tried a few different chat systems, but finally went for X7Chat (http://www.x7chat.com) You can see a working version at ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 5, 2006
8:14 am
4095
Hi All, In my system I want to compare two word documents ,but my server is a Linux one and thats y I cant create COM object . Any othermethods to find this...
Prasanth
prassunair
Offline Send Email
Jul 5, 2006
9:19 am
4096
Hi.... Use the diff command in linux .. it will shows the difference between the two files passed to that command as parameters. if u want more abt diff check...
Asif Ali
itsme_me1
Offline Send Email
Jul 5, 2006
10:04 am
4097
Is there any private chat application is available in PHP. i.e chatting with only two members. "Atkinson, Robert" <ratkinson@...> wrote: I tried a...
gangadhara prasad
ngprasad20
Offline Send Email
Jul 5, 2006
12:16 pm
4098
Try searching for "Chat Room" on this page :- https://sourceforge.net/softwaremap/trove_list.php?form_cat=183 I think you can do Private Rooms on phpMyChat ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 5, 2006
1:09 pm
4099
Dear all I need to create an install file, the purpose is that user don't have to go to CPANEL and add CRON JOBS manually. I need one file, that add CRON JOBS...
Yuan Yudistira
reiki_one4all
Offline Send Email
Jul 6, 2006
2:44 am
4100
hi everybody! can anybody send me orkut membership invitation. i m a software engineer and i work on C++,java and assembly language. thanks bye Mahesh...
mah_btech
Offline Send Email
Jul 6, 2006
6:10 am
4101
Hi, I have used a similar mechanism to that suggested by Frederik. Maintain a change count on the row. This value gets incremented by 1 every time the row is...
Brian Etheridge
contact_bee
Online Now Send Email
Jul 6, 2006
7:55 am
4102
Hi All, Can anyone tell me how to combine two .swf movie into one using PHP. thanks roshan ... Yahoo! India Answers: Share what you know. Learn something new...
Roshan Shahare
roshan.shahare
Offline Send Email
Jul 6, 2006
8:01 am
4103
Hi, For my application i need to mail at a certain time after checking some conditions. lets say everyday at 12:00 PM, i have to check who are newly registered...
Md. Aminul Islam
aminulsumon
Offline Send Email
Jul 6, 2006
10:59 am
4104
Check this site out for simple examples. http://www.linuxhelp.net/guides/cron/ ... __________________________________________________ Do You Yahoo!? Tired of...
Surinder Singh Jangira
surinderjangira
Offline Send Email
Jul 6, 2006
1:46 pm
4105
Dear Friends, I need to display the latest happenings/NEWS/events related to india and world, i cannt manually edit the pages everyday so i need to...
abhishek jain
ejaincom
Offline Send Email
Jul 6, 2006
5:36 pm
4106
Need people with following skills who can work independently only form Bangalore: *1. PHP Software Developer* : - 2-3 years of experience working with PHP -...
Praveen
praveensharma76
Offline Send Email
Jul 6, 2006
6:13 pm
4107
Hi, u can do this if u've feed urls of the resp sites refer http://simplepie.org/ to do this -- Regards, Gayatri. ... [Non-text portions of this message have...
Gayatri Khorate
gayatri_khorate
Offline Send Email
Jul 7, 2006
5:26 am
4108
Hi Gayatri, Thanks for replying , i also had some idea that i will have to use some kiind of RSS reader , but i am not sure from where will i get the Feeds, i...
abhishek jain
ejaincom
Offline Send Email
Jul 7, 2006
6:48 am
4109
Hi all, I am using Apache/1.3.23 (Win32) PHP Version 5.1.2 MySQL 3.23.47 with phpinfo, I get the flwg: CURL support enabled CURL Information libcurl/7.14.0...
Gayatri
gayatri_khorate
Offline Send Email
Jul 7, 2006
9:32 am
4110
Hi Gayatri, ... There's something else missing ... ... echo curl_exec($ch); // or put it into a variable $output = curl_exec($ch); ... // and finally echo...
Martin Samesch
Papp_Nase
Offline Send Email
Jul 7, 2006
10:18 am
4111
Hi Martin, it works on the main server but on the local machine, it works with a remote file & not a page from a different server - Regards, Gayatri ... ...
Gayatri Khorate
gayatri_khorate
Offline Send Email
Jul 7, 2006
10:34 am
4112
Dear Sir, We are Virus Consultants located in Indiranagar, Bangalore. With the mission of eradicating computer viruses from Bangalore and making Bangalore a...
Harish Balakrishnan M...
hb_marar
Offline Send Email
Jul 7, 2006
11:12 am
Messages 4083 - 4112 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