[PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread karthikeyan balasubramanian

Tony Marston wrote:
Gabe [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
What's the common consensus as to a solid PHP framework to use for 
application development?  There seems to be a number of them out there, 
but I'm not sure which one's are the most robust, actively developed, 
secure, etc etc.


Thoughts?


If you want a rapid application development framework for administrative web 
applications then take a look at http://www.radicore.org It has dynamic 
menus, a role based access control system, audit logging without database 
triggers, a data dictionary, internationalisation, and a workflow engine.




Speaking about framework.  Anybody is aware there is a very popular
framework in Java called Spring which has pretty cool features like
Inversion of Control, Dependency Injection etc.  Anyone interested
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 server read 
only?  I thought for sure I was able to reply on it some time ago

Thanks,
-J

I am using thunderbird right now to post this message, so naturally I 
can help you ;)

Tools - Account Settings
Add Account
Newsgroup account
Your user info
news.php.net
Then when you have that set up you should see news.php.net in the left 
frame.
Right-click on it and choose subscribe
Then browse through the php folder and find which group you want to 
subscribe to (this group is php.general).  I'm using Thunderbird 1.0 
although it also worked for me in prior versions of Thunderbird (I was 
using the 0.6 tree for a while).

I am just trying to see if I can do the same.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Regex Help

2004-01-26 Thread karthikeyan
Sorry last time I forgot to put subject on my mail.  So here
I am putting appropriate subject and sending it.
Hi All,

  Just wondering if somebody can help me with this small regex search.
The information I wanted to capture is the one in the Square Bracket.
i.e Date : 1/21/04, Race Type: 5-16, Dog Position: 6(Mayberry Mob)
=
NF [1/21/04] E Race 11 Grade B [5-16] Going F
U Too Tipsy  60½ 2 1 1 1   1 1   1 ½  30.46   4.40  Held Firm 
Inside

Dream Away   62  8 2 3 2   3 2 ½  30.51   17.90 Up For Plc 
Mdtk

Pounce N Bounce  70  5 4 2 1   2 3 2  30.58   4.50  Held Show 
Inside

Oneco Conor  67½ 7 8 4 5   4 4 2  30.60   6.90  Evenly 
Inside

Krazy Kirk   70  4 3 6 7   5 5 5  30.79 * 1.90  Varied Little 
Mdtrk

[Mayberry Mob] 73½ 1 6 5 6   6 6 10 31.15   5.30  Never 
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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] PHP AND C

2002-10-08 Thread karthikeyan

Hi,

  I want to pass some 10 to 15 parameters as input to an C Program.  Does passing it 
as command line argument through PHP using backquotes or system function is an 
effective way to solve this issue or there are some other alternative which does this 
without affecting the performance.

  Looking forward to you response.

karthikeyan.



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

2002-09-27 Thread karthikeyan

snip
  Cannot load blah blah module blah blah LoadModule php4_module
  c:/php/sapi/php4apache.dll
/snip

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.

karthikeyan.

- Original Message -
From: Brian McGarvie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 27, 2002 1:31 PM
Subject: [PHP] Re: php on apache on win2k



 on www.php.net you need to download the zip file for php, this will
include
 the missing files...

 Vic [EMAIL PROTECTED] wrote in message
 01c265e6$c3a2b920$a3a96518@jumpy">news:01c265e6$c3a2b920$a3a96518@jumpy...
  I used to have php 4.2.3 on iis on 200 and xp and it worked fine, but I
  decided o now go with apache for open source's sake and the sake of my
  sanity.
 
  Well right now my sanity is in question, php tells me that I have to
  manually config the apache conf file - no prob here done this many
  times; but it tells me to add theis line here:
 
  LoadModule php4_module c:/php/sapi/php4apache.dll
 
  Now I don't see php4apache.dll anywhere in sight.
 
  What I do see is: php4ts.dll; and I wonder if the documentation is
  outdated. - (or if I am a complete fool)
 
  Either way I get this error when running the apache test:
 
  Cannot load blah blah module blah blah LoadModule php4_module
  c:/php/sapi/php4apache.dll
 
  Not only that, but I see no sapi anywhere in c:/php/
 
  Ok, cool, now what? Any help?
 
  - Victor - www.argilent.com
 
 
  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.391 / Virus Database: 222 - Release Date: 9/19/2002
 
 
  __
  Post your ad for free now! http://personals.yahoo.ca



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Messaging Solution Please Advice

2002-09-19 Thread karthikeyan

Hi All,

  I posted this question before but didn't get proper response may be I didn't explain 
it properly.

  This is what is our clients requirement.  Guide me through this as to how to 
accomplish this in PHP.

The first part that will need to have a direct interaction with SYSTEM
must be represented as a stand-alone PHP4 script. The task of this script
is upon external HTTP requests to grant access to contents and attributes of
mail messages within SYSTEM.

Input data for this script are:

Mandatory Temporal message ID in hashed form.

Code of command.
Optional Command specific argument.

Script must provide at least the following interface functions for every
message that is pointed at:

Code of command Description of command Command specific argument

1) Send a number of parts that multipart message comprises of (solid
   i.e. pure text message should be considered as formed by single part). 
   Not used.

2) Send value of message's specific property, for instance, sender
   address, credits of recipients, date and time of message's dispatch,
   subject of message, size of message etc. Number, encodes index for
   specific property of message.

3) Send value of specific property of specific part of multipart
   message, for example, recommended content's name, part's size, 
   part's description. Number, encodes index for specific property 
   of message's part.

4) Send contents of specific message's part. Number, defines an offset
   from which transfer should be started. 

5) Send value of specific property of «bearer» (full description for
   «bearer» is provided in the third part of this document). Number, 
   encodes index for specific property of «bearer».

6) Send «bearer»'s binary code. Number, 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] 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

2002-09-17 Thread karthikeyan

Messaging Solution

I want to develop a web-based Messaging System where the clients needs the messages 
and server keeps sending the messages based on Technical Request from the client.

I need to write a php script for responding to the client's Request.

How do I go 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

Hi All,

  I have an XML file. I want to display a count of unique record(surname, forename) 
using XSL.  In the below example there are 3 records out of which 1 is duplicate in 
that case I want to display using XSL [Total = 2] 

  This is my xml file

--
?xml version=1.0 encoding=ISO-8859-1?
?xml-stylesheet type=text/xsl href=U:\karthikeyan\Report_Indi_PreAuthor.xsl?
Recordset ReportName=Report Name UserName=UserName InsertedOn=InsertedOn
  row
surnameCoates/surname
forenameArnold/forename
ninumberTL103080D/ninumber
statusApplicant Active/status
  /row
  row
surnameCrowe/surname
forenameStephen/forename
ninumberNB305054C/ninumber
statusApplicant Active/status
  /row
row
  surnameCoates/surname
  forenameArnold/forename
  ninumberAB403869A/ninumber
  statusConfirmed Lead Active/status
/row
/Recordset
-

  Can anyone type a sample code of XSL for my requirement.

  Looking forward for yours response.

  Have a great day.

karthikeyan.
-
Judge not, that ye be not Judged - Abraham Lincoln's favorite quote
-



[PHP] File Handling

2002-05-15 Thread karthikeyan

Dear All, 
 
Greetings. 
 
Please let me know if the following can be done with php.  All I need to do is this, 
 
Just assume that I have a text file with a separator like  |
 
It would be something like this 
 
ImagePath | DialogName | Dialog locationpath
 
I have to read the text file of above format and display in the html file.  

pimg src =ImagePath1 a href=Dialog location path1DialogName1/a/p
pimg src =ImagePath2 a href=Dialog location path2DialogName2/a/p
pimg src =ImagePath3 a href=Dialog location path3DialogName3/a/p
 
Thank you 
 
With Regards
 
karthikeyan 
-
Judge not, that ye be not Judged - Abraham Lincoln's favorite quote
-



[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

Hi Guys,

What does this error means

-
Warning: Cannot send session cookie - headers already sent by (output started at 
/home/web/public_html/karthik1.php:7) in /home/web/public_html/karthik1.php on line 35

Warning: Cannot send session cache limiter - headers already sent (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.



[PHP] Website STATISTICS

2002-03-18 Thread karthikeyan

Hi,

  Anybody knows any good open source website statistics tool with graph and pie 
diagrams.  

  I did go to sourceforge.net and saw few but wanted to know if any of you have found 
really good one.

  Basically I am looking for tool which apart from basic stuff like referrer, ip, 
browser 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.
  



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] Website STATISTICS



 Where can you find that one?

 On 3/18/02 3:49 PM, Dan Vande More [EMAIL PROTECTED] wrote:

  I think awstats has everything your asking for.
 
  -Original Message-
  From: karthikeyan [mailto:[EMAIL PROTECTED]]
  Sent: Monday, March 18, 2002 12:31 PM
  To: [EMAIL PROTECTED]
  Subject: [PHP] Website STATISTICS
 
 
  Hi,
 
  Anybody knows any good open source website statistics tool with graph
and
  pie diagrams.
 
  I did go to sourceforge.net and saw few but wanted to know if any of you
  have found really good one.
 
  Basically I am looking for tool which apart from basic stuff like
  referrer, ip, browser 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 General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Digital Certificate

2002-03-13 Thread karthikeyan

Hi,
 
  I am connecting to LinkPoint for accepting credit card.  They gave me this 
instruction :

--
BELOW IS A COPY OF YOUR DIGITAL CERTIFICATE:  Your ISP requires a digital
certificate to complete the setup of your website in order for you to
begin accepting credit card payments.  A 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.






[PHP] Re: REQUEST QUESTION

2002-03-07 Thread karthikeyan

Dear Mark,

  Thanx for your reply.

  The solution you mentioned I knew it allready but i cannot change the name
of order to order[] or something else but i still want to know is there any
other way i can solve this issue.   I got so many anwer saying that it is
not possible I wonder why because PHP is supporting so many feature why not
this. In Java and Cgi-Perl it is very simple why not in PHP that's my
question.

  In java i use : (works for both GET and POST)

public Enumeration ServletRequest.getParameterNames() - for getting all the
names
public String[] ServletRequest.getParameterValues(String) - for getting all
values for the given name ( this is the one which accomplishes my job, gets
both order's values)

  I am very sure that there must be some solution to this but I don't know
how to do this in PHP.  I have one solution using GET method but not with
POST.

  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 is change the hidden fields names to order[] = 10 and
 order[]=20. This way you are generating an HTML array. PHP can then handle
 both values being assigned ($order[0], $order[1]). If you don't create an
 array, value 20 will cancel out value 10 (well should anyway).


 - Original Message -
 From: Karthikeyan [EMAIL PROTECTED]
 Newsgroups: php.general
 To: [EMAIL PROTECTED]
 Sent: Tuesday, March 05, 2002 10:21 AM
 Subject: REQUEST QUESTION


 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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: REQUEST QUESTION

2002-03-07 Thread karthikeyan

Hi,

  I use PHP 4.0.6, I am not sure about $_POST but $HTTP_POST_VARS removes
duplicate entries.  As far as $QUERY_STRING is concerned well I knew it
could do it but I want to use POST method.

  Not that happy knowing that PHP doesn't support this feature when Java and
CGI-Perl can.

  Regards,

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...
  Dear Mark,
 
Thanx for your reply.
 
The solution you mentioned I knew it allready but i cannot change the
name
  of order to order[] or something else but i still want to know is there
any
  other way i can solve this issue.   I got so many anwer saying that it
is
  not possible I wonder why because PHP is supporting so many feature why
not
  this. In Java and Cgi-Perl it is very simple why not in PHP that's my
  question.
 
In java i use : (works for both GET and POST)
 
  public Enumeration ServletRequest.getParameterNames() - for getting all
the
  names
  public String[] ServletRequest.getParameterValues(String) - for getting
all
  values for the given name ( this is the one which accomplishes my job,
gets
  both order's values)
 
I am very sure that there must be some solution to this but I don't
know
  how to do this in PHP.  I have one solution using GET method but not
with
  POST.
 
Looking forward for solution to this issue.
 
Regards,
 
  karthikeyan.

 Have you looked at $HTTP_POST_VARS (or $_POST, depending on version) or
 $QUERY_STRING?

 --
 David Robley
 Temporary Kiwi!

 Quod subigo farinam

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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.



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: [EMAIL PROTECTED]
Sent: Tuesday, March 05, 2002 9:18 AM
Subject: Re: [PHP] FORM RELATED QUESTION - I



 On Tuesday 05 March 2002 10:39, karthikeyan wrote:

how do i accomplish the same in php.
 
I have one solution using GET method but I would really like to have
it
  in POST because I am passing lots of values to this php file.
 
  ==
  $ar=explode('',$QUERY_STRING);
 
  foreach ($ar as $stritem) {
if(substr($stritem, 0, 5) == order) {
  $ordervalue = substr($stritem, 6);
  echo \ninput type=\hidden\ name=\order\ value=\ .
  urldecode($ordervalue) . \\n; }
  }
  ==

 I don't fully understand your question and what your problem is. Taking a
 stab in the dark, did you want to retrieve the values resulting from a
POST?

 If so then use:

 $HTTP_POST_VARS (php = 4.06)
 $_POST (php  4.06)



 --
 Jason Wong - Gremlins Associates - www.gremlins.com.hk

 /*
 Small things make base men proud.
 -- William Shakespeare, Henry VI
 */

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: REQUEST QUESTION

2002-03-05 Thread karthikeyan

Hi Thanx,

---
 input type=hidden name=order [1] value=10
 input type=hidden name=order [2] value=20


 On the nest page you just do

 echo The first  order is .order[1]. and the second order is .order[2];
--

  But that is what I cannot do.  I cannot change the name of the order to
order[1] because that form 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: REQUEST QUESTION




 Karthikeyan [EMAIL PROTECTED] skrev i melding
 002601c1c461$cfa08580$0600a8c0@aspire006">news:002601c1c461$cfa08580$0600a8c0@aspire006...
 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.

 You must put the in a array like this

 input type=hidden name=order [1] value=10
 input type=hidden name=order [2] value=20


 On the nest page you just do

 echo The first  order is .order[1]. and the second order is .order[2];



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] FORM RELATED QUESTION - I

2002-03-04 Thread karthikeyan

Hi Everybody,

  In my somename.cgi file there are few hidden fields like this with the form tag:

  form action=somename.php method=post
input type=text name=somename size=15br
input type=submit
input type=hidden name=order value=somevalue1
input type=hidden name=order value=somevalue2
  /form

  Now in my php file (somename.php) i somehow need to get that hidden name and value 
and 
put it inside my php form like this :

form action=somename.cgi method=post
input type=radio name=somename value=somevalue
input type=submit
input type=hidden name=order value=somevalue1
input type=hidden name=order value=somevalue2
/form

Note : I cannot change the name of the hidden variable order into an array like 
order[] or something like that because that variable is being used by some cgi program 
so I want to maintain the name as it is.

  I have a CGI-Perl code which does job very easily like this :

 ***
  foreach $line (orders) {print input type=hidden name=\order\ value=\$line\ 
\n}
 ***

  how do i accomplish the same in php.  

  I have one solution using GET method but I would really like to have it in POST 
because I am passing lots of values to this php file.

==
$ar=explode('',$QUERY_STRING); 
  
foreach ($ar as $stritem) { 
  if(substr($stritem, 0, 5) == order) {
$ordervalue = substr($stritem, 6);
echo \ninput type=\hidden\ name=\order\ value=\ . 
urldecode($ordervalue) . \\n;
  }
} 
==

  Looking forward for your response.

  Regards,

karthikeyan.



Re: [PHP] Web Cam Support

2002-03-03 Thread karthikeyan

Hi Rasmus and Others,

  Thanks for your info I will look into those link you have provided.

  How do you think yahoo is able to do it so beautifully.  When i click web
cam in Yahoo Chat it opens a pop up window and says connecting to the server
and then it shows up web cam picture and it is 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 Cam Support



 I will be setting one up next week so should have more for you then.  But
 there really isn't much for PHP to do here.  Basically you need something
 like camstream to regularly create an image somewhere and then a little
 meta-refresh page that reloads that image.  You are unlikely to be able to
 stream out the video feed in any sort of realtime fashion unless you have
 a whole lot of bandwidth going into this daycare.  The best you can do is
 most likely to update the image every couple of seconds.

 You can find camstream here:

 http://www.smcc.demon.nl/camstream/index.html

 I am assuming you have the right kernel driver for your webcam?  Assuming
 a USB cam, see: http://www.smcc.demon.nl/webcam/

 -Rasmus

 On Sun, 3 Mar 2002, karthikeyan wrote:

  Hi All,
 
I am trying to develop a web site for daycare and would like to
support
  web cam where users(parents) can login and see what their child is
doing.
 
I have PHP, Apache, Linux Setup.  What are the things required to get
me
  going with this.
 
Looking forward for all your response.
 
Regards,
 
  karthikeyan.
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Form value retrieval

2002-03-03 Thread karthikeyan

Hi Everybody,

  In my somename.cgi file  there are few hidden fields like this with the form tag:

  form action=somename.php method=post
input type=text name=somename size=15br
input type=submit
input type=hidden name=order value=somevalue1
input type=hidden name=order value=somevalue2
  /form

  Now in my php file (somename.php) i somehow need to get that hidden name and value 
and 
put it inside my php form like this :

form action=somename.cgi method=post
input type=radio name=somename value=somevalue
input type=submit
input type=hidden name=order value=somevalue1
input type=hidden name=order value=somevalue2
/form

Note : I cannot change the name of the hidden variable order into an array like 
order[1] or something like that because that variable is being used by some cgi 
program so I want to maintain the name as it is.

Note :  I cannot change my form method=get and use QUERYSTRING

  I have a cgi program which does job very easily like this :

  foreach $line (orders) {print input type=hidden name=\order\ value=\$line\ 
\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

Hi Everybody,

  In my somename.cgi file there are few hidden fields like this with the form tag:

  form action=somename.php method=post
input type=text name=somename size=15br
input type=submit
input type=hidden name=order value=somevalue1
input type=hidden name=order value=somevalue2
  /form

  Now in my php file (somename.php) i somehow need to get that hidden name and value 
and 
put it inside my php form like this :

form action=somename.cgi method=post
input type=radio name=somename value=somevalue
input type=submit
input type=hidden name=order value=somevalue1
input type=hidden name=order value=somevalue2
/form

Note : I cannot change the name of the hidden variable order into an array like 
order[1] or something like that because that variable is being used by some cgi 
program so I want to maintain the name as it is.

Note :  I cannot change my form method=get and use QUERYSTRING

  I have a cgi program which does job very easily like this :

  foreach $line (orders) {print input type=hidden name=\order\ value=\$line\ 
\n}

   how do i accomplish the same in php.

  Looking forward for your response.

  Regards,

karthikeyan.



[PHP] Web Cam Support

2002-03-02 Thread karthikeyan

Hi All,

  I am trying to develop a web site for daycare and would like to support
web cam where users(parents) can login and see what their child is doing.

  I have PHP, Apache, Linux Setup.  What are the things required to get me
going with this.

  Looking forward for all your response.

  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

Hi,

  Anybody here in this list have successfully integrated paypal to their websites.  
Like sending item info to the paypal site and getting response code and based on that 
do some action stuff.

  I have also searched through archives http://interchange.redhat.com/

  some one this list 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

Hi Guys,

  I got some sweet responses like using cat and using Output Buffering functions.  But 
then what i really want is to provide user with the interface like this :

Pregeneration Program
---

Step 1 - Choose you Header file [ ]   [Browse] - here they will choose the 
header file

Step 2 - Choose you Body file [ ]   [Browse] - here they will choose the 
content body file
 
Step 3 - Choose you Footer file [ ]   [Browse] - here they will choose the 
footer file

Step 4 - Please give the output File Name [  ] - The file can be saved in 
the same directory where this program is running

[ Generate ] - This is a button

  When they press generate then step4 file should be created combining the step1, 
step2 and step3 files.  Obviously this will take them to the  next page where this 
operations 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

Note


+ I am working in win nt environment.  So no Cat.

+ header, body, footer can be plain as well as html

+ no right now no 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

2002-01-31 Thread karthikeyan

Hi Guys,

  I want a php script which takes 4 parameters :

  - header file
  - body file
  - footer file
  - OUTPUT file 

  What it should do is combine 1. header, 2. body, and 3. footer and save it as 4. 
OUTPUT file 

  How do i do that. 

  Any help with sampe code will be greatly appreciated.

  Regards,

karthikeyan b



[PHP] Pregenerating Script Again

2002-01-31 Thread karthikeyan

Hi Guys,

  I got some sweet responses like using cat and using Output Buffering functions.  But 
then what i really want is to provide user with the interface like this :

Pregeneration Program
---

Step 1 - Choose you Header file [ ]   [Browse] - here they will choose the 
header file

Step 2 - Choose you Body file [ ]   [Browse] - here they will choose the 
content body file

Step 3 - Choose you Footer file [ ]   [Browse] - here they will choose the 
footer file

Step 4 - Please give the output File Name [  ] - The file can be saved in 
the same directory where this program is running

[ Generate ] - This is a button

  When they press generate then step4 file should be created combining the step1, 
step2 and step3 files.  Obviously this will take them to the  next page where this 
operations 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] 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

Dear Members,
I installed RedHat 7.1, Apache, PHP4 and MySQL in a Intel Pentium processor
system.
Everything works fine (i.e. MySQL, PHP, etc). But when I want to connect
MySQL through PHP. It is giving an error 'call to unknown function
mysql_connect in line in __' .
Can 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 freetype to be installed in my 
system. I download freetype-2.0.4-bin.zip for windows and when i extracted the zip, it 
created 3 folders

/bin
/contrib
/manifest

  i saw freetype.dll in bin folder and copied it into /php4/bin, but still i am not 
able to get my program run.

  Waiting for your earliest reply,

  With Regards,

b.karthikeyan.




[PHP] Testing

2001-09-14 Thread karthikeyan

Testing



[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.  
 
  Now i need different fonts, for that i know i need freetype to be installed in my 
system. I download freetype-2.0.4-bin.zip for windows and when i extracted the zip, it 
created 3 folders

/bin
/contrib
/manifest

  i saw freetype.dll in bin folder and copied it into /php4/bin, but still i am not 
able to get my program run.

  I also need information and download location regarding imagemagic.

  Waiting for your earliest reply,

  With Regards,

b.karthikeyan.



[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 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 freetype to be installed in my 
system. I download freetype-2.0.4-bin.zip for windows and when i extracted the zip, it 
created 3 folders

/bin
/contrib
/manifest

  i saw freetype.dll in bin folder and copied it into /php4/bin, but still i am not 
able to get my program run.

  I also need information and download location regarding imagemagic.

  Waiting for your earliest reply,

  With Regards,

b.karthikeyan.