Hi all, e11 is looking for right candidates in Web Application Development at all levels (Project Manager, Team Leaders, and Software Engineer). You should be...
... Try this mail("nobody@...", "the subject", $message, "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVER_NAME"); It is from the PHP manual HTH ...
Hello Friends Please visit the site http://www.php-inidia.net, it is being developed by the group of php lovers in india, all are welcome to contribute on...
Hi, I am sending a PDF form submission to a abc.php from the browser, Now how does one use the $HTTP_RAW_ obtained to push it with a PDF template on the local...
Hi, Its me venkateshwaran. how to create a webservice in php? Venk. ... Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. [Non-text portions of...
... 1) Please put meaningful subject lines 2) see http://www.google.com/search?q=web%20services%20+php 3) ask about any difficulties you run into Hope this...
Hi, I have a php script that displays 7 text fields. 4 of these text fields need to accept only numeric values. I have written a Javascript event handler after...
... focus to the And what happens if the client has turned off the JavaScript? If you are writing an application of any significance it is better to use a form...
Hi, I am using PayPal IPN. I need to send back a post to PayPal when it contacts one of my scripts. The two commonly used methods are - Sockets - CURL library ...
... Whatever you use it will ultimately use sockets - If you are looking for a convinience class then there is a Paypal IPN class which you can download from...
... Huh? why would you want to mess with that? If you want to do it yourself and not use any other class then also Paypal IPN is just a matter of taking all...
... The issue however is, The client is using a setup void of sockets and curl. This is a simple freebie I am coupling into the app, don't want it end up a...
Hi, For all places (well, wherever I searched), sending mail in php is explained using sendmail, but I am working in windows environment and we already have ...
Open the php.ini file and specify SMTP = <domain name of your SMTP server>, and restart apache. This should work. What setting should I do in php.ini to use...
i hav a form which has textarea. My user input their texts like this bla bla bla bla bla bla..... [BIBLE]"But when you give to the needy, do not let your left...
You can use the relevant string manipulation / regular expression function (check the docs for the ones that suits your requirement) to replace the tags...
Hi, Here are the steps to do this.. 1. Find if [BIBLE] and [/BIBLE] are there in the text. If so, you can get the match as a separate string. (without the...
Just Call me Mr. X Y Z....... wrote on Thu, May 15, 2003 at 06:09:27AM -0000: ,---- ... `---- you can use regular expressions to do the job. preg is the way...
Suraj Kumar
suraj@...
May 15, 2003 10:31 am
734
Dear all, We are one of India's leading information products companies. We will soon launch a monthly IT periodical and its complementary web site. We require...
Hi, Getting strange problem. I have two simple scripts. who.php <HTML><BODY> <FORM ACTION="getform.php" METHOD=POST> Who are you? : <INPUT TYPE="TEXT"...
Guntupalli Karunakar
karunakar@...
May 21, 2003 5:33 am
736
... change this to echo "Hi ". $_POST['yourname']. ", How are you" ; I leave it to you to investigate as to why this change is needed HTH Tarique...
Hii, This is a problem of register_globals. Edit /etc/php.ini find out parameter register_globals, if it is Off then put in On and restart httpd, if so then...
Hii, Yeah thats true the register_globals is Off coz of security reason. What else if some one want to port previous code into latest version of PHP, who dont...