Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 1178 - 1207 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1178
Hi, I am doing one FTP project. I have to select Multiple files in browser window at same time. But we can't do that by using HTML File tag. If u have any...
saravanakumar
seesaran2003
Offline Send Email
Sep 8, 2004
3:27 am
1179
... Try Jupload applet - it is not FTP but file upload with HTTP, it is not PHP/HTML either it is Java but works very well HTH Tarique ... -- ...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 8, 2004
5:36 am
1180
hi,   I am wiring a script to create some files in a specific location. Here I need to specifiy a directory using a browse button as like the directory list...
Murugan Krishnamoorthy
kri_karthi
Offline Send Email
Sep 8, 2004
7:09 am
1181
Finally one I know. Just use <input type='file' > here is an example http://cgi-lib.berkeley.edu/ex/perl5/fup.html take a look at the parameters In php you...
Carlos Torres
carlosttm
Offline Send Email
Sep 9, 2004
2:16 pm
1182
Hi, Check this - Salil <!-- html form file --> <html> <body> <form name="form_upload" method="post" action="upload.php" enctype="multipart/form-data"> <table> ...
Salil Kothadia
saliluk
Offline Send Email
Sep 11, 2004
2:16 am
1183
i have some problem about the url rewriting . the problem is ... i have a file index.php when i run this file . then show following for eg. when i click link(...
Arvind baghel
arvind_baghel
Offline Send Email
Sep 13, 2004
6:24 am
1184
I thik the following url may help u. http://www.sitepoint.com/article/guide-url-rewriting/ regards ramesh ... ===== Every obstacle presents an opportunity to...
Ramesh Kumar.C
rameshcrk
Online Now Send Email
Sep 13, 2004
7:04 am
1185
Hello Arvind, ... This is referred to as search engine friendly URLs, and can be implemented in a a variety of ways. 1. Apache URL Rewriting via .htaccess 2....
Nirav Mehta
vrmaster_2000
Offline Send Email
Sep 13, 2004
7:09 am
1186
Hi, You can use the following code in your .htaccess if Apache 1.3.x, use <Files dir> ForceType application/x-httpd-php </Files> if Apache 2.x then use <Files...
Vinay Yadav
vinayras
Offline Send Email
Sep 13, 2004
7:16 am
1187
dear arvind, simply rewriting the url is the easy thing only. U can set a alais name (ie directory name) to this index.php file in the unix command line promt....
Murugan Krishnamoorthy
kri_karthi
Offline Send Email
Sep 13, 2004
8:21 am
1188
Hi All, Wow! This problem has probably got the most number of answers in the shortest time! That really shows that the list has grown really well over the...
Nirav Mehta
vrmaster_2000
Offline Send Email
Sep 13, 2004
8:28 am
1189
hiya! first post to this group that looks like a very active community... well i have a question what else.. locally i've done an auto_prepend within my...
vikramdhunta
Offline Send Email
Sep 13, 2004
10:54 am
1190
Have u tried to set the client's php.ini settings using ini_set() ? Regards, -Sucheta vikramdhunta <b03060@...> wrote: hiya! first post to this...
Sucheta Malhotra
suchetam_20
Offline Send Email
Sep 13, 2004
12:30 pm
1191
Hmm ini_set only sets the variable for the duration of the script, right? If you call it once in one script, then run another script, the environment variable...
Vikram P. Dhunta
vikramdhunta
Offline Send Email
Sep 13, 2004
12:47 pm
1192
Hi all I am Murali. I joined this group today. I need an help on sending mail from PHP. My code is ... $to = "bmk_srgm@..."; $subject = "test!"; $body =...
murali krishnan
bmk_srgm
Online Now Send Email
Sep 14, 2004
8:06 am
1193
Dear Friends, If a person with good programming backgroud wants to learn php, what should be the roadmap ?\ What material would you recomend ? Regards, Vijay...
Vijay Vasant Barve
vjaybarve
Offline Send Email
Sep 14, 2004
10:04 am
1194
start reading php.net the best guide... ... Do you Yahoo!? vote.yahoo.com - Register online to vote today! [Non-text portions of this message have been...
urmila d
hellourmila
Offline Send Email
Sep 14, 2004
10:23 am
1195
... PHP is a fairly simple language, read the manual, that should be more than enough. I'd expect about 48 hours to know the syntax, and a week to gain ...
Srini RamaKrishnan
cheenixin
Offline Send Email
Sep 14, 2004
10:42 am
1196
well...well..well php.net is a very good option. you can also download its manual which will be very useful. get a pc with php installed and start working ...
Kevin Javia
rh_kevin
Offline Send Email
Sep 14, 2004
12:03 pm
1197
murli, your code is absolutely correct you just check you php.ini what u need to set your smtp server on and give a defalut mail id as administrator. ... Do...
urmila d
hellourmila
Offline Send Email
Sep 14, 2004
12:45 pm
1198
Hi Murali, [mail function] ; For Win32 only. SMTP=your mail server address(like mail.strapp.net); for Win32 only sendmail_from=your mail id(like...
Kiran
kkawalli
Offline Send Email
Sep 15, 2004
6:32 am
1199
Hi Murali, You need to run the local smtp server. On a system which is directly connected to net (eg. the system which runs the proxy server). Cheers, Salil ...
Salil Kothadia
saliluk
Offline Send Email
Sep 15, 2004
6:32 am
1200
  Hi , I wanted some information about how to use xml with php so can any one help me On Tue, 14 Sep 2004 urmila d wrote : >murli, your code is...
Kiran
kkawalli
Offline Send Email
Sep 15, 2004
7:31 am
1201
If You dont have Local SMTP server configured,This code will not work Try to open socket connection if you have the SMTP serner on some other machine. Another...
saifi hasan
saifi_hasan
Offline Send Email
Sep 15, 2004
2:24 pm
1202
Dear Kevin, Srini and Urmila, Thanks a lot for the help. I have started with php.net and the manual too. I am planning to use Windows platfor to start with....
Vijay Vasant Barve
vjaybarve
Offline Send Email
Sep 16, 2004
4:58 am
1203
hey visit this site u will find a package of all things apache, mysql and php 5 all together as set up find a non-english site but a add-on setup is there.... ...
urmila d
hellourmila
Offline Send Email
Sep 16, 2004
5:35 am
1204
There are a lot of combo packs available for the Windows platform as Urmila points out. However, I'd recommend following the manual and installing each ...
Srini RamaKrishnan
cheenixin
Offline Send Email
Sep 16, 2004
9:27 am
1205
Hi All, I m Ramana... and i m currently working on a project where i had to write the webservices using WSDL's and Implement them thru PHP(i m new to this...
ramana
pvr_ramana
Offline Send Email
Sep 27, 2004
5:39 am
1206
Hello Ramana, I think you have control characters in your XML. You are not allowed to have control characters in your XML. You try validating the xml document...
Salil Kothadia
saliluk
Offline Send Email
Sep 27, 2004
7:09 am
1207
Hi Salil, Thank you for throwing some light on this....but i couldnt find out any control charecters in my WSDL file... and another thing is that i m able to...
ramana
pvr_ramana
Offline Send Email
Sep 27, 2004
7:59 am
Messages 1178 - 1207 of 3262   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