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:...
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...
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...
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...
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...
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...
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...
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...
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]...
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...
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@...
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...
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...
Thanks for your reply. I get an error: *Notice*: Undefined variable: s in *C:\wamp92;www\test3.php*on line *8 *any idea? Many thanks, Vichea On Wed, Jan 13, 2010...
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@...
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...
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...
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 ...
Check red line below on u'r code ________________________________ From: doneatlast1000 <doneatlast1000@...> To: php-objects@yahoogroups.com Sent: Wed,...
9443
Joe Forsythe
jforsythe@...
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...
You missed $row=mysql_fetch_assoc($check); ________________________________ From: Joe Forsythe <jforsythe@...> To: php-objects@yahoogroups.com ...
9445
Joe Forsythe
jforsythe@...
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...
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@...
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]); ...
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...