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...
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...
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...
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(...
I thik the following url may help u. http://www.sitepoint.com/article/guide-url-rewriting/ regards ramesh ... ===== Every obstacle presents an opportunity to...
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....
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...
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....
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...
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...
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...
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 =...
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...
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...
... 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 ...
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 ...
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...
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 ...
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...
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....
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.... ...
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 ...
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...
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...
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...