Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

php-objects · Discussions about Object Oriented Programming in PHP

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 9419 - 9448 of 10490   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9419 hno
hno2005@... Send Email
Jan 10, 2010
5:13 am
Thank you,But how can make cache files? HNO ... From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On Behalf Of Davide Baglieri Sent:...
9420 Davide Baglieri
davidonzoblog Send Email
Jan 10, 2010
9:48 am
Try using the right charset, or best way to solve encoding problems is to use UTF8 ... -- Davide Baglieri +39 333 1673643 http://www.digitalside.it [Non-text...
9421 Davide Baglieri
davidonzoblog Send Email
Jan 10, 2010
9:51 am
You can use some output control function to buffering the content e flush it in a cache file. http://www.php.net/manual/en/ref.outcontrol.php ... [Non-text...
9422 php-objects@yahoogrou... Send Email Jan 10, 2010
11:20 am
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...
9423 php-objects@yahoogrou... Send Email Jan 10, 2010
11:20 am
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...
9424 binoy
binoymvee Send Email
Jan 11, 2010
10:28 am
creloaded With Regards Binoy.M.V ... From: Reji Jayan <for_rejijayan@...> Subject: [php-objects] En quiry ... Help ... suggestions To:...
9425 imran rahi
imranforphp Send Email
Jan 11, 2010
2:42 pm
Hi All, I would like to know how to solve my below problem. 1. My server should be able to send more then a million emails at a time. What server or email...
9426 imran rahi
imranforphp Send Email
Jan 11, 2010
2:51 pm
Hi All, I would like to know how to solve my below problem. 1. My server should be able to send more then a million emails at a time. What server or email...
9427 jan
jan_condal Send Email
Jan 11, 2010
3:24 pm
If you are going to send millions of mails "at a time" then you are a spammer. I doubt you manage a millions of suscriptions, or that you are ready to get...
9428 Rahul Bamotra
rahul1bamotr... Send Email
Jan 11, 2010
4:45 pm
http://funsmobi.net/project how i can resize all those images into one size dimension with the help of php function ... plz help me......
9429 Pradeep Kumar
pradeepinvnb Send Email
Jan 11, 2010
4:47 pm
Hello reji,  Regards from Pradeep Kumar. You can go with Joomla for creating better Wishlist & greetings. S.Pradeep Kumar ... From: binoy...
9430 Sovichea SOU
svch_sou Send Email
Jan 12, 2010
12:23 pm
Hi, I want to retrieve meta tag from some websites by using php. Any helps? Many thanks, Sovichea [Non-text portions of this message have been removed]...
9431 kranthi
u_kranthi001 Send Email
Jan 12, 2010
12:28 pm
use cURL to fetch the web pages in question. Then use http://code.google.com/p/phpquery/ on the fetched web page [Non-text portions of this message have been...
9432 rahul dongre
mady_dongre Send Email
Jan 12, 2010
5:42 pm
hello all i have to make a sms site . any one can tell me how i purchase sms api & what are its packages. Rahul Dongre     The INTERNET now has a...
9433 hno
hno2005@... Send Email
Jan 12, 2010
6:30 pm
HI I want each time a picture uploaded in my site one copy of that transfer to another host. how can do that with ftp? Thanks image002 HNO [Non-text portions...
9434 Sovichea SOU
svch_sou Send Email
Jan 13, 2010
2:02 am
thanks kranthi, but i am not clever enough to understand it all. do you have other easy way? sovichea ... -- Sovichea SOU Email: chhit@... ...
9435 Edward Willekens
edwardwillekens Send Email
Jan 13, 2010
2:49 am
It really depends on your operating system and ftp program once the file is transfered to the system (using php) extend the code: on unix/linux systems the...
9436 Edward Willekens
edwardwillekens Send Email
Jan 13, 2010
3:51 am
<?php # get the website page into a string $webPageAsString=file_get_contents("websiteUrl"); $startScanAt=0; while...
9437 Sovichea SOU
svch_sou Send Email
Jan 13, 2010
4:00 am
Thanks for your reply. I get an error: *Notice*: Undefined variable: s in *C:\wamp&#92;www\test3.php*on line *8 *any idea? Many thanks, Vichea On Wed, Jan 13, 2010...
9438 Udayakumar Sarangapani
udayakumaar Send Email
Jan 13, 2010
4:11 am
Use PHP GD Library functions to resize the image and replace it with the old. Thanks & Regards Udayakumar Sarangapani Sr. PHP Developer CompIndia Infotech Pvt....
9439 hno
hno2005@... Send Email
Jan 13, 2010
4:32 am
Thanks, I have a question .Where should I put another host ftp information because I want my files to transfers to another host by using ftp and I will...
9440 doneatlast1000 Send Email Jan 13, 2010
1:08 pm
I write the script below for users to retrieve their password when forgotten, but the echo result is not brining out the password as it output: Your password...
9441 Michael Reaves
mreaves53 Send Email
Jan 13, 2010
1:37 pm
Group, My wamp install will run php using localhost. If I use the IP address of the machine, not 127.0.0.1, I can access what ever is in the www folder, but ...
9442 bahalul kabir
bahar_aub Send Email
Jan 13, 2010
2:16 pm
Check red line below on u'r code ________________________________ From: doneatlast1000 <doneatlast1000@...> To: php-objects@yahoogroups.com Sent: Wed,...
9443 Joe Forsythe
jforsythe@... Send Email
Jan 13, 2010
3:23 pm
Unless I've missed it somewhere, $row[pass] doesn't really do anything. You're just setting $pass to another variable that does nothing. -- Joe ... [Non-text...
9444 bahalul kabir
bahar_aub Send Email
Jan 13, 2010
5:32 pm
You missed $row=mysql_fetch_assoc($check); ________________________________ From: Joe Forsythe <jforsythe@...> To: php-objects@yahoogroups.com ...
9445 Joe Forsythe
jforsythe@... Send Email
Jan 13, 2010
5:38 pm
Was that directed at me? I assume so, since you replied to me rather than doneatlast. If so, that line of code is not in there. Maybe you meant that doneatlast...
9446 Chaitanya Yanamadala
y_chaitu... Send Email
Jan 13, 2010
8:16 pm
U are using the $pass=$row[pass]; before the $row being defined. the code should be like this *<?php if (!empty($_POST[Submit])) { include ("connect.php"); ...
9447 Jobin Mani
jobinmani@... Send Email
Jan 13, 2010
8:16 pm
function get_meta_content($file){ $h1count = preg_match_all('/(<meta)(.*="(.*)").\/>/ix',$file,$patterns); $res = array(); array_push($res,$patterns[2]); ...
9448 G.M. Nazmul Hossain.
gmnazmul_cse Send Email
Jan 14, 2010
5:27 am
Please help me I need to run a software exe from web server. how can i do it. ->Regards -G.M. Nazmul Hossain. [Non-text portions of this message have been...
Messages 9419 - 9448 of 10490   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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