... 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...
720
Ms. G Sugandhi
sugandhi_bms
May 13, 2003 10:15 am
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...
721
Dr Tarique Sani
tariquesani
May 13, 2003 10:20 am
... 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...
722
Paul Alapatt
paulalapatt
May 13, 2003 10:43 am
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 ...
723
Dr Tarique Sani
tariquesani
May 13, 2003 10:53 am
... 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...
724
Paul Alapatt
paulalapatt
May 13, 2003 11:35 am
Whew! Ok, Is server side javascript communication viable to do this? Regards, Paul Alapatt ... From: Dr Tarique Sani [mailto:tarique@...] Sent:...
725
Dr Tarique Sani
tariquesani
May 13, 2003 11:42 am
... 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...
726
Paul Alapatt
paulalapatt
May 13, 2003 11:57 am
... 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...
727
Ajitabh Pandey
ajitabhpandey
May 13, 2003 4:49 pm
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 ...
728
Dr Tarique Sani
tariquesani
May 13, 2003 5:04 pm
... I dont have any expereince with Windows BUT there are a few user added note at the bottom of this page which might help ...
729
Rakesh Kumar
rakesh139
May 14, 2003 5:44 am
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...
730
Just Call me Mr. X Y ...
imrans98
May 15, 2003 6:39 am
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...
731
Rakesh Kumar
rakesh139
May 15, 2003 7:59 am
You can use the relevant string manipulation / regular expression function (check the docs for the ones that suits your requirement) to replace the tags...
732
Nirav Mehta
vrmaster_2000
May 15, 2003 8:42 am
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...
733
Suraj Kumar
suraj@...
May 15, 2003 10:31 am
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...
734
Hemant Charya
hemantcharya
May 19, 2003 7:26 am
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...
735
Guntupalli Karunakar
karunakar@...
May 21, 2003 5:33 am
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"...
736
Dr Tarique Sani
tariquesani
May 21, 2003 5:36 am
... change this to echo "Hi ". $_POST['yourname39;]. ", How are you" ; I leave it to you to investigate as to why this change is needed HTH Tarique...
737
Dr Tarique Sani
tariquesani
May 21, 2003 5:39 am
Members: 151 Messages:736 Thanks to everyone for making this group an undisputed success Tarique -- ...
738
Bhupendra Banodhe
bhupi08
May 21, 2003 8:15 am
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...
739
Dr Tarique Sani
tariquesani
May 21, 2003 8:24 am
... Before you do that be sure you are aware of what the security related implications of doing that are... Tarique -- ...
740
Bhupendra Banodhe
bhupi08
May 21, 2003 9:35 am
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...
741
Dr Tarique Sani
tariquesani
May 21, 2003 10:07 am
... You can use $HTTP_POST_VARS['variable39;] or any of the code snippets available to convert $HTTP_x into normal values BUT that is once again exposing...
742
Yogesh Puri
herculespuri
May 21, 2003 3:43 pm
Dear All, There is an urgent requirement in PHP in Smartdata Inc., Chandigarh. Interested candidates may send there resume with project and experience details...
743
fosslabs
May 27, 2003 10:40 am
I am porting some perl code to php. I came accross the perl pack() that has a 'B' format code that is missing in PHP pack(). Is there an equivalent function...
744
Yogesh Puri
herculespuri
May 28, 2003 6:28 am
Dear All, There's an urgent opening in PHP in a reuted chandigarh based company working on offshore projects. Candidates with relevent experience can send...
745
Dr Tarique Sani
tariquesani
May 28, 2003 7:53 am
... Err... which side is this opening in PHP - front or back LOL Tarique -- =================================================================== PHP...
746
amit soni
amitsoni9999
May 28, 2003 8:05 am
Dear All, There's an urgent opening in PHP in a reuted ~~~~~~~~~~~~~~~~~ ROFL! Urgent opening + opertunity(subjectline). ROFL!...
747
Melvin D'souza
rfowkar
May 29, 2003 6:47 am
In my php script I have stored values from a database as a session array in a for loop as, $_SESSION["CC[0]"],$_SESSION["CC[1]"] .... How do I unregister the...
748
Yogesh Puri
herculespuri
May 29, 2003 7:57 am
try session_unregister("CC") Thanks Yogesh Puri -- ... DATE: Thu, 29 May 2003 11:43:54 From: "Melvin D'souza" <mail@...> To: in-phpug@yahoogroups.com ...