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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4680 - 4709 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4680
hi in PHP 5 there is a built in class called DirectoryIterator, which will help to list all directories and files in a particular directory. but when i used...
Anees
anees_muhd
Offline Send Email
Dec 2, 2006
4:10 am
4681
NGBM Soln Ltd. is an Offshore Software Development firm in INDIA,providing Offshore Software Soln i.e. Web Enabled App. Design and Development, IT Consulting &...
Jaiprakash Kumar
jaiprakash.k...
Offline Send Email
Dec 2, 2006
4:56 am
4682
It's extremely unlikely that just using the DirectoryIterator would cause session_start to not work. More likely there is some sort of output occurring before...
David Stockton
otkcotsd
Offline Send Email
Dec 2, 2006
5:28 am
4683
hi David Thanks to hear me and it came ok tooo actually i given session_start(); then error_reporting(0); and when i changes this to error_reporting(0); then ...
Anees
anees_muhd
Offline Send Email
Dec 2, 2006
8:59 am
4684
Hi, Try following, this works for me... ... <?xml version="1.0" encoding="ISO-8859-1"?> <contacts> <entry uri="sip:vinayg@..."> <name>Vinay</name> ...
Imran Shaikh
imranali_sk
Online Now Send Email
Dec 2, 2006
9:00 pm
4685
Hi JK, Try the following: <?php $word = new COM("word.application") or die("Unable to instanciate Word"); print "Loaded Word, version {$word->Version} \n"; ...
Imran Shaikh
imranali_sk
Online Now Send Email
Dec 2, 2006
9:22 pm
4686
Hi JK, Try the following: <?php $word = new COM("word.application") or die("Unable to instanciate Word"); print "Loaded Word, version {$word->Version} \n"; ...
Imran Shaikh
imranali_sk
Online Now Send Email
Dec 2, 2006
9:26 pm
4687
Hi, please check this code i am trying to give users the ability to download zip files header("Pragma: public"); header("Expires: 0"); header("Cache-Control:...
Farhan khalid
farhan2kf
Offline Send Email
Dec 2, 2006
10:07 pm
4688
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
Dec 3, 2006
1:52 pm
4689
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
Dec 3, 2006
1:52 pm
4690
hi, i am new toh php. actuly iss is installed in my pc and so that apache server is not working . can anyone please tell how to assign port to apache. thanks ...
Ranveer rana
rony_austin09
Offline Send Email
Dec 4, 2006
2:05 pm
4691
Hi, Open the file httpd.conf find the line beginning by "Listen..." There you can set your port. Akoa ... De : Ranveer rana <rony_austin09@...> À :...
eric amougou
americkfr
Offline Send Email
Dec 4, 2006
2:48 pm
4692
Hi, Can anybody help me regarding Rss? I Know upto how to get the Rss feeds on a page, Means i get the news items on the Web page, But when we click the News...
umadhar16
Offline Send Email
Dec 5, 2006
6:07 am
4693
store the latest items into ur database and display it... u can delete each day... umadhar16 <umadhar16@...> wrote: Hi, Can anybody help me regarding...
shiva kumar
k_shiva2001
Offline Send Email
Dec 6, 2006
12:17 am
4694
Hi Imran, Great ! It works. Thanks a lot. Regards tvks Imran Shaikh <imranali_sk@...> wrote: Hi, Try following, this...
kumaraswamy
tvkswamy
Offline Send Email
Dec 6, 2006
9:17 am
4695
Hello All, I am getting following error. What may be the reason? Does anyone know about this? Please its urgent...!!! Warning: Unknown(): Your script possibly...
Roshan Shahare
roshan.shahare
Offline Send Email
Dec 6, 2006
5:40 pm
4696
... From manual: (http://www.php.net/session) ... The following short script causes the bug_compat_42 warning to appear. <?php session_start(); ...
José Miguel Santib...
jms1609
Offline Send Email
Dec 6, 2006
6:00 pm
4697
[quote] Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension ...
agung
kasatmata@...
Send Email
Dec 6, 2006
7:54 pm
4698
Hello to everyone! There is the code, by which i want to take some info out of webservice: <?php include_once('./lib/nusoap.php'); $barcode="00060"; ...
V.Ilonis
ilonis
Offline Send Email
Dec 7, 2006
2:01 am
4699
thanks man ... _________________________________________________________________ Tried the new MSN Messenger? It’s cool! Download now. ...
Ranveer rana
rony_austin09
Offline Send Email
Dec 7, 2006
1:42 pm
4700
Hi Thank YOu for reply, YOu said store the items in the database? which one for are you saying to store? Have i to manually store or any other way is there? ...
umadhar16
Offline Send Email
Dec 8, 2006
1:42 am
4701
Is it posible to get a website done like this using this links below ...
bhupal medishetty
bhupalmedish...
Offline Send Email
Dec 8, 2006
9:28 pm
4702
Hai, I attached one webpage screen shot,in that page "MYSQL" key word is identified and make it as one Ad in tooltip, I want to know how to do this one I am...
bala murugan
bala_god
Offline Send Email
Dec 8, 2006
9:28 pm
4703
In message <381150.13782.qm@...>, bhupal medishetty <bhupalmedishetty@...> writes ... Just copy the javascript, (and hopefully...
Pete
computergeni...
Offline Send Email
Dec 9, 2006
11:12 am
4704
Hi guys!! can anyone please tell me how to convert a audio file size to length. Say I have a file(abc.mpeg) which is 4.6 MB in size & its length is 4.58...
chitara1970
Offline Send Email
Dec 11, 2006
3:35 am
4705
use http://getid3.org/ to get the bitrate of MP3 file, getID3() is a PHP script that extracts useful information from MP3s & other multimedia file formats......
Kapil Gupta
sagitarius2k5
Offline Send Email
Dec 11, 2006
6:50 am
4706
Dear All, I have problem with the class I use class in PHP5 like this: <? calss myPHP{ function sum($x,$y){ return $x+$y; } function all($a,$b,$str){ ...
royalhanbattam
Offline Send Email
Dec 11, 2006
9:04 am
4707
Should be $this->sum() or myPHP::sum(); depends on type of class...
T.Lensselink
admin@...
Send Email
Dec 11, 2006
9:08 am
4708
I assume "calss" is a typo? Can you send the actual code, including where you're calling the function. Rob. ... From: php-objects@yahoogroups.com...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 11, 2006
9:15 am
4709
Group, I am looking for the code/script that opens the file explorer when you click a button like one labeled browse. Thanks, Michael J. Reaves Database...
Michael Reaves
mreaves53
Offline Send Email
Dec 11, 2006
1:21 pm
Messages 4680 - 4709 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