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 4832 - 4861 of 9231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4832
Isn't that the same as saying, I'd never visit a web site that required me to download images..... I know the Internet can be a hateful place, but surely we...
Robert Atkinson
ratkinsonuk
Offline Send Email
Jan 1, 2007
10:51 am
4833
... We could take this to the extreme, we could say that *all* web sites force us to download stuff ... the page itself is 'downloaded' onto our computer for...
Malcolm Spann
malcolmwspann
Offline Send Email
Jan 1, 2007
7:19 pm
4834
Hi Selvi Have a look at the files attached to get your pbm solved. visit this site : http://www.mtdev.com/2002/06/use-php-and-javascript-to-display-local-time/...
ravi chandran
meeraravi11
Offline Send Email
Jan 2, 2007
5:40 pm
4835
Dear all, Can anyone suggest good PHP class/library that can zip client local files and upload to the server? Single package is great as well as separate...
tereswong
Offline Send Email
Jan 2, 2007
5:45 pm
4836
It sound great, but remember that the PHP is a server side script, not a client side. So i think is imposible, you need to upload one by one....
haggard_soft
Offline Send Email
Jan 2, 2007
6:36 pm
4837
Hello... Sounds great.. but remember that PHP is a server side script... not client size.. so you can't do that with PHP... find another tool or languaje that ...
Cesar Rodas
haggard_soft
Offline Send Email
Jan 2, 2007
6:36 pm
4838
Yup, sorry forgetting about server side stuff. It means that I must use mix of language, e.g. javascript in client side and php in server side. By the way, is...
tereswong
Offline Send Email
Jan 3, 2007
12:54 am
4839
Dear all, I've downloaded the convert class to convert 3gp, mov, wmv to flv. As the php file is small, i just posted all the original code at the end of this...
tereswong
Offline Send Email
Jan 3, 2007
4:19 am
4840
hi, can any give some suggestion to rite a module to generate a docment from php. the idea is to generate .doc files from php so that it will be help full to...
nandan n.s
nandan_n_s
Offline Send Email
Jan 4, 2007
5:54 am
4841
MS Office documents can be created on Windows platforms using COM called from PHP :- http://web.informbank.com/articles/technology/php-office-documents.htm ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 4, 2007
9:12 am
4842
See http://openxmldeveloper.org. This is for Microsoft Office 2007 format documents. Dwight Walker www.wwwalker.com.au...
Dwight Walker
roorythmics
Offline Send Email
Jan 4, 2007
6:23 pm
4843
There are different ways to secure login of a user. Sessions are stored on the server normally on flat files. However, session id`s do differ in different...
sonnyG
sonnygauran
Offline Send Email
Jan 4, 2007
6:26 pm
4844
hi check out the code it is working fine <? //get the current server date as timestamp $dat = mktime(date("G"), date("i"), date("s"), date("n"), date("j"),...
Deepak thorat
d_thorat20
Offline Send Email
Jan 4, 2007
6:29 pm
4845
Is it possible to create MS word and MS excel documents wothout COM, for example on linux platform? (Of couse, I'm talking about pre-office2007 formats). ...
Simonas Juodelis
skankas2000
Offline Send Email
Jan 4, 2007
6:31 pm
4846
I am trying to determine if a file exist in a another web server and if it does exist then I will display the link of the file. I tried is_readable(),...
Néstor
sevillar
Offline Send Email
Jan 4, 2007
7:35 pm
4847
Hi dear plz use get_headers() function but it is only avaiable in php5+. for php4.x please use fopen function that can be used to open remote files. Let me...
*^*JUNAID*^*
junaidfcs
Offline Send Email
Jan 4, 2007
8:10 pm
4848
OK, Just in case you are interested, I found a faster solution than fopen() ... <? function url_exists($strURL) { $resURL = curl_init(); curl_setopt($resURL,...
Néstor
sevillar
Offline Send Email
Jan 4, 2007
11:15 pm
4849
Hello Nestor, That's ok you can do the same with cURL. But what if a server do not support cURL library??? Thanks :) Junaid Néstor <rotsen@...> wrote: ...
*^*JUNAID*^*
junaidfcs
Offline Send Email
Jan 5, 2007
1:02 am
4850
Hi there, I'm new to the group and the site. I'm a relative newbie to PHP and have been relying on phpBB and phpNuke for my needs. Now I'm looking to run a...
ashrisen2002
Offline Send Email
Jan 5, 2007
1:13 am
4851
I thank you for your help, but in my case, my server supports cURL and I am using php version 4 and fopen is too slow. See the page I create deals with around...
Néstor
sevillar
Offline Send Email
Jan 5, 2007
1:39 am
4852
Dear all, I'm working on a project with my own server (xampp 1.54a with apache, php and mysql. Safe mode has been turned on. To do the task as in subject, I...
tereswong
Offline Send Email
Jan 5, 2007
8:19 am
4853
There's a class at http://www.phpclasses.org/browse/package/2631.html for Word documents that doesn't require COM, but this just uses the XHTML alternative...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 5, 2007
8:50 am
4854
I reckon the closest you'll get to a pre-written package is a 'Clan' system. There are 58 of these at Sourceforge (http://sourceforge.net/softwaremap/) if you...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 5, 2007
9:01 am
4855
hellooo.. Néstor <rotsen@...> use this and let me know your progress <?php //check if image exists if($img = @GetImageSize("testimage.gif")) { echo...
sujith U
syth_uk
Offline Send Email
Jan 6, 2007
11:48 am
4856
you can try file_exists also http://tr2.php.net/manual/en/function.file-exists.php...
Mert Ă–ztekin
azmodan_sin
Offline Send Email
Jan 6, 2007
1:55 pm
4857
Mert, I mention in previous post that file_exists does not work. It will return false whether the file exists or not. Thanks, Néstor :-) ... [Non-text...
Néstor
sevillar
Offline Send Email
Jan 6, 2007
11:26 pm
4858
It is not good to have emails being printed as a plain text in a website. I have published how to solve this. It simply makes the string harder for spiders and...
bimal_kcmit
Offline Send Email
Jan 8, 2007
3:55 am
4859
hi everybody, can anybody plz tell me how to call MySQL stored procedure in PHP with output parameter. Thanks in advance Mahesh ...
Mahesh Mahesh
mah_btech
Offline Send Email
Jan 8, 2007
6:21 am
4860
hi everybody, can anybody plz tell me how to call MySQL stored procedure in PHP with output parameter. Thanks in advance Mahesh ...
Mahesh Mahesh
mah_btech
Offline Send Email
Jan 8, 2007
6:48 am
4861
Hi Mahesh, Do check out this URL. http://forums.mysql.com/read.php?52,11091,112785#msg-112785 Priya...
vanila2000
Online Now Send Email
Jan 8, 2007
7:22 am
Messages 4832 - 4861 of 9231   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