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 6985 - 7014 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6985
Hi u simply use teh same scrip for upload files and you can test teh extention of the file u upload and only allowed type of files will be uploaded. u simply...
Priyantha Gunawardena
pgdesigning
Online Now Send Email
Apr 1, 2008
9:13 am
6986
use WAMP SERVER and its include all php apache and mysql for windows thanks priya ... [Non-text portions of this message have been removed]...
Priyantha Gunawardena
pgdesigning
Online Now Send Email
Apr 1, 2008
9:13 am
6987
Hello, Thanks for reply, I did same way and its working fine. Thank you so much! Arshi ... extention ... for each...
arvindsri123
Offline Send Email
Apr 1, 2008
9:30 am
6988
Hitesh, Simply use the following <?php echo $_SERVER['HTTP_HOST']; ?> Always check phpinfo() for this kinda stuff though as it has a lot of interesting...
Tom Whitbread
tom@...
Send Email
Apr 1, 2008
9:41 am
6989
If you do not know the path, put echo `pwd`; in a file and upload to that directory, then visit in a web browser you can also check by file_exists() this will...
Tom Whitbread
tom@...
Send Email
Apr 1, 2008
9:42 am
6990
hey this is Viraj, I'm working on php for last 8 months. U can use "unlink('../upload/'.file_Name);" to remove any kingd of file from that folder n it's really...
Viraj Panchal
viraj_ict
Offline Send Email
Apr 1, 2008
9:42 am
6991
Krishna, Whats wrong with a good old for($array as $key => $value){ echo $key; //returns Krishna echo $value; //returns 23rd March } ? Not sure if spaces are...
Tom Whitbread
tom@...
Send Email
Apr 1, 2008
9:42 am
6992
Hi, Thank you for reply.....here i m pasting code which i m using to delete file, can u modify ? <?php // Connecting, selecting database require_once...
arvindsri123
Offline Send Email
Apr 1, 2008
9:53 am
6993
hi this is dhana..can i know the file name for Images which u have stored? arvindsri123 <arvindsri123@...> wrote: Hi, Thank you for...
dhana lakshmi
dhana_1706
Offline Send Email
Apr 1, 2008
10:12 am
6994
The folder name is uploads under admin folder! ... stored? ... color:#628c2a;font-size:85%;font-weight:bold;line-height:122%;margin:10px ... ...
arvindsri123
Offline Send Email
Apr 1, 2008
10:43 am
6995
$uploaddir = "imgfilename1.jpg"; [or] $uploaddir = "imgfilename-$id-1.jpg";//$id - unique no unlink("/admin/" . $uploaddir); "unlink" function is used to...
dhana lakshmi
dhana_1706
Offline Send Email
Apr 1, 2008
10:59 am
6996
Hi Try this echo "Welcome to the website".$_SERVER['HTTP_HOST']; or echo "Welcome to the website".$_SERVER[' SERVER_NAME']; Thanks, Muthukumar Selvarasu, ...
Muthukumar Selvarasu
muthukumar_se
Online Now Send Email
Apr 1, 2008
11:30 am
6997
You could also try AppServ just in case this is the one I use myself and can get it from the link below...... http://appserv.en.softonic.com/ JS...
Joseph Samukute
renyudharajoe
Offline Send Email
Apr 2, 2008
12:54 am
6998
function extractCSV2($files_csv2, $files_csv1){ $url_extracted = array(); if(!empty($files_csv2) && !empty($files_csv1)){ $filesToBe =...
Raul Berina
raul_berina_fq
Offline Send Email
Apr 3, 2008
5:06 am
6999
I suggest you to perform a step by step test in each instance of foreach, before the if structure and verify its content. Doing so, you can be sure the problem...
Altamiro Teixeira de ...
altamiro.tei...
Offline Send Email
Apr 3, 2008
11:29 am
7000
Hello, How can a check if the a string is content, like this: <META HTTP-EQUIV="refresh" CONTENT="0; url=http://www.redyam.com/1.html"> and remove that entire...
Raul Berina
raul_berina_fq
Offline Send Email
Apr 5, 2008
6:55 am
7001
Hi you need to use preg_replace: $variable is the variable containing the string. preg_replace('<META HTTP-EQUIV=" refresh" CONTENT="0; url=http://www.redyam....
abhishek jain
ejaincom
Offline Send Email
Apr 5, 2008
1:01 pm
7002
This will not work because starting delimiter < and ending delimiter > are not the same. Better to use: preg_replace('#<META HTTP-EQUIV=" refresh" CONTENT="0; ...
Stephan Schulze
nahpeps
Offline Send Email
Apr 5, 2008
1:25 pm
7003
Thanks for the help. What about I don't know exactly the the other string behind <META HTTP-EQUIV= ???????????????????????> Is that possible in preg_replace? ...
Raul Berina
raul_berina_fq
Offline Send Email
Apr 5, 2008
2:05 pm
7004
Yes of course... Without trying it out, I think it should be something like preg_replace('#<META HTTP-EQUIV=.+>#','',$variable); That would replace any string...
Stephan Schulze
nahpeps
Offline Send Email
Apr 5, 2008
3:07 pm
7005
My simple question is that i have made image up loader for website without using MySQL ... upload images in folder display from the folder ... 1)i took folder...
Umer Talha
umer.zuberi
Offline Send Email
Apr 5, 2008
8:15 pm
7006
Even i have not tried, but i would have used ? after .+ . so the expression now becomes: preg_replace( '/<META HTTP-EQUIV=. +?>/','',$variable) ; If i am not...
abhishek jain
ejaincom
Offline Send Email
Apr 5, 2008
10:53 pm
7007
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
Apr 6, 2008
12:09 pm
7008
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
Apr 6, 2008
12:09 pm
7009
HI Friends, Thanks for your idea's and instructions. Now i have prepare the documentation work going on after i tell this. ThakQ Gopi.P ... Download...
gopi nath
gopivsb
Offline Send Email
Apr 7, 2008
5:14 am
7010
I need the following code: copy() error: warning(): no such files or directores. echo $filename1 (this variable is correct display the path) echo...
gopi nath
gopivsb
Offline Send Email
Apr 7, 2008
5:20 am
7011
Guys do me a fovour Just give fews clicks on the google adds of this page i will be really thankful to you * http://fakharsherazi.googlepages.com* [Non-text...
FAKHAR ABBAS
fakhir_007
Offline Send Email
Apr 7, 2008
4:04 pm
7012
I NEED A PHP MAILER LINK TO SEND BULK EMAIL. PLEASE ASSIST ME THE MAILER LINK TO BE ABLE TO SEND BULK EMAIL. I DON'T KNOW HOW TO CREATE THE MAILER LINK, PLEASE...
jon_ann1
Offline Send Email
Apr 8, 2008
4:09 am
7013
Hi Friends, I have a requirement. In my site user can raise catering order. There are several steps to order catering Let me explain in detail so that u can...
Ramesh Babu
p.rameshbabu
Offline Send Email
Apr 9, 2008
6:48 am
7014
This is usually achieved with Session variables - http://uk2.php.net/manual/en/function.session-start.php Rob. ... From: php-objects@yahoogroups.com...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 9, 2008
9:30 am
Messages 6985 - 7014 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