[PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread karthikeyan balasubramanian
rested in porting Spring Framework to PHP? Regards, Karthikeyan B -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: nntp://news.php.net -- read only?

2004-12-21 Thread karthikeyan
Jason Barnett wrote: Jason Morehouse wrote: Sorry for the lame question... but I prefer to read and reply to messages via the news server. However, I can't seem to post to news.php.net. I'm using thunderbird, and have tried a few different outgoing servers, including news.php.net. Is the news

[PHP] Regex Help

2004-01-26 Thread karthikeyan
Prominent Ins Jw Alley's Wish 60 3 7 8 9 7 7 10 31.17 6.50 No Factor Mdtrk Rooftop Comet56 6 5 7 8 8 8 19 31.79 21.80 Never In It Mdtk Looking forward to hear some response. Have a great day. Karthikeyan B -

[PHP] PHP AND C

2002-10-08 Thread karthikeyan
. Looking forward to you response. karthikeyan.

Fw: [PHP] Re: php on apache on win2k

2002-09-27 Thread karthikeyan
> > Cannot load blah blah module blah blah LoadModule php4_module > > c:/php/sapi/php4apache.dll This means you need to put php4ts.dll which will be PHPDir to Window/System(98) WinNt/System32(NT) directory. If you do that you wont get that error. Hope this helps.

[PHP] British Pound

2002-09-19 Thread karthikeyan
Hi all, How do i display British Pound through PHP. I can right now display Dollar Symbol but how do i display British Pound. karthikeyan.

[PHP] Messaging Solution Please Advice

2002-09-19 Thread karthikeyan
defines an offset from which transfer should be started. 7) Send text of standard terms and conditions to be agreed by user. Number, defines an offset from which transfer should be started. Any help regarding this would be greatly appreciated. karthikeyan.

[PHP] Messaging Solution

2002-09-17 Thread karthikeyan
about this job, is there already PHP Classes or Open Source Solution Ready which I might take and go about this job or I need to do this from the scratch. Kindly guide me on this. karthikeyan.

[PHP] Strange Problem......

2002-08-27 Thread karthikeyan
Hi All, I have an XML. Using XSL How do i do grouping and counting in an efficient way. Thanks karthikeyan.

[PHP] XML XSL Issue

2002-08-18 Thread karthikeyan
TL103080D Applicant Active Crowe Stephen NB305054C Applicant Active Coates Arnold AB403869A Confirmed Lead Active - Can anyone type a sample code of XSL for my requirement. Looking forward for yours response. Have a great day. karthikeyan

[PHP] File Handling

2002-05-15 Thread karthikeyan
" I have to read the text file of above format and display in the html file. DialogName1 DialogName2 DialogName3 Thank you With Regards karthikeyan - Judge not, that ye be

[PHP] Control Panel

2002-03-21 Thread karthikeyan
Hi Everybody, Is there any control panel like Webmin in PHP. Regards, karthikeyan.

[PHP] SESSION PROBLEM

2002-03-19 Thread karthikeyan
(output started at /home/web/public_html/karthik1.php:7) in /home/web/public_html/karthik1.php on line 35 --- I am trying to set session, it works here in my windows system but not on our linux server. Regards, karthikeyan.

Re: [PHP] Website STATISTICS

2002-03-18 Thread karthikeyan
Hi, You can find that at www.sourceforge.net. Regards, karthikeyan. - Original Message - From: Chuck "PUP" Payne <[EMAIL PROTECTED]> To: Dan Vande More <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 2:44 AM Subject: Re: [PHP] We

[PHP] Website STATISTICS

2002-03-18 Thread karthikeyan
name, no of sec/min/hrs, and document name, should also be able to show what KEYWORD used in the search engine to access this website. Looking forward for your response. Regards, karthikeyan.

[PHP] Digital Certificate

2002-03-13 Thread karthikeyan
copy of your digital certificate has been emailed to your ISP. - How do i setup digital certificate, we have SSL. Do i need to something in the Apache's httpd.conf file to make this work. Looking forward for response on how to go about this job. Regards, karthikeyan.

Re: [PHP] Re: REQUEST QUESTION

2002-03-07 Thread karthikeyan
gards, karthikeyan. - Original Message - From: David Robley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 6:21 AM Subject: [PHP] Re: REQUEST QUESTION > > In article <006401c1c600$ba52c210$0600a8c0@aspire006>, > [EMAIL PROTECTED] says..

[PHP] Re: REQUEST QUESTION

2002-03-07 Thread karthikeyan
OST. Looking forward for solution to this issue. Regards, karthikeyan. - Original Message - From: Mark and Suzette <[EMAIL PROTECTED]> To: Karthikeyan <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 6:16 AM Subject: Re: REQUEST QUESTION > > What you want to do

Re: [PHP] Re: REQUEST QUESTION

2002-03-05 Thread karthikeyan
,$QUERY_STRING); foreach ($ar as $stritem) if(substr($stritem, 0, 5) == "order") { $ordervalue = substr($stritem, 6); echo "\n\n"; } } -- Looking forward for further comments on this subject. Reg

Re: [PHP] Re: REQUEST QUESTION

2002-03-05 Thread karthikeyan
is not in my control. I want both the order with its values. Any other suggestions please. Regards, karthikeyan. - Original Message - From: David Tandberg-Johansen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 10:09 PM Subject: [PHP] Re: REQ

Re: [PHP] FORM RELATED QUESTION - I

2002-03-05 Thread karthikeyan
Yes I did use $HTTP_POST_VARS but it removes duplicate values. Say if there are two hidden variables 1. order= 10 2. order= 20 I get order=20 the last one but i want both. I need both. Regards, karthikeyan. - Original Message - From: Jason Wong <[EMAIL PROTECTED]> To: &

[PHP] REQUEST QUESTION

2002-03-05 Thread karthikeyan
Hi Guys, I allready posted this question in detail but I believe I didn't explain it properly. There are 2 hidden variable in my FORM. 1. order = 10 and 2. order=20 I want to retrieve both the orders in the next page say somename.php. How do i do that. Regards, karthikeyan.

[PHP] FORM RELATED QUESTION - I

2002-03-04 Thread karthikeyan
foreach ($ar as $stritem) { if(substr($stritem, 0, 5) == "order") { $ordervalue = substr($stritem, 6); echo "\n\n"; } } == Looking forward for your response. Regards, karthikeyan.

[PHP] Form value retrieval

2002-03-03 Thread karthikeyan
easily like this : foreach $line (@orders) {print " \n"} how do i accomplish the same in php. Looking forward for your response. Regards, karthikeyan.

[PHP] Form value retrieval

2002-03-03 Thread karthikeyan
easily like this : foreach $line (@orders) {print " \n"} how do i accomplish the same in php. Looking forward for your response. Regards, karthikeyan.

Re: [PHP] Web Cam Support

2002-03-03 Thread karthikeyan
pretty good. Can I achieve something like that in my web site. Regards, karthikeyan. - Original Message - From: Rasmus Lerdorf <[EMAIL PROTECTED]> To: karthikeyan <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 03, 2002 8:06 AM Subject: Re: [PHP] Web C

[PHP] Web Cam Support

2002-03-02 Thread karthikeyan
. Regards, karthikeyan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Paypal Integration

2002-02-22 Thread karthikeyan
mentioned about this. But of no luck. I went to paypal site but not of good help. Regards, karthikeyan.

[PHP] Expat Installation on windows

2002-02-10 Thread karthikeyan
Hi Guys, How do i install expat on WinNt. I have php-4.0.6. Looking forward for yours response. karthikeyan.

[PHP] Content Management

2002-02-08 Thread karthikeyan
Hi, How should i go about to developing a php application to manage the content of a web site OR is there allready some ready made script available which i can use in my project. Looking forward for yours response. karthikeyan.

[PHP] Cron Job

2002-02-07 Thread karthikeyan
Hi, How do i set cron job on Red Hat Linux. Looking forward for yours response. karthikeyan.

[PHP] Pregenerating Script Once Again Putting this question

2002-02-01 Thread karthikeyan
php is not contained in the header, body and footer but may be in +future. + Just a simple success and failure Looking forward for your response. karthikeyan.

[PHP] Pregenerating Script Again

2002-01-31 Thread karthikeyan
will be carried out the then they will be shown the succes or failure. Hope now you understand what i really want. Environment - Win NT, PHP 4.0.6, Apache Looking forward for your response. karthikeyan.

[PHP] Pregenerating Script

2002-01-31 Thread karthikeyan
appreciated. Regards, karthikeyan b

[PHP] Control Panel

2002-01-26 Thread karthikeyan
Hi Guys, I want a affordable and the best control panel for my website. Though i can make it myself but it make some time to do that. Do any of you guys and gals know about this do let me know. Looking forward for yours earliest reponse. karthikeyan.

[PHP] Help required MySql + PHP

2001-12-05 Thread Karthikeyan
an any one provide a solution. Thanks in advance yours Karthikeyan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Urgent

2001-09-15 Thread karthikeyan
Hi guys, I have installed php4.0.6 in my system, i am working on winNT environment with Apache as my web server. The php is working great, i have also enabled gd library and i am able to run some of my image program, it is great. Now i need different fonts, for that i know i need freet

[PHP] Fw: PHP, GD, FreeType, ImageMagic

2001-09-14 Thread karthikeyan
- Original Message - From: karthikeyan To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 10:24 PM Subject: PHP, GD, FreeType, ImageMagic Hi guys, I got your mail id from typo3.com discussion board. I have installed php4.0.6 in my system, i am working on winNT environment

[PHP] PHP, GD, FreeType, ImageMagic

2001-09-14 Thread karthikeyan
Hi guys, I got your mail id from typo3.com discussion board. I have installed php4.0.6 in my system, i am working on winNT environment with Apache as my web server. The php is working great, i have also enabled gd library and i am able to run some of my image program, it is great. No

[PHP] Testing

2001-09-14 Thread karthikeyan
Testing