[PHP] Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0

2004-11-20 Thread Manoj Kumar
Hi folks , What is the case of following warning ... Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 -- Manoj Kr. Sheoran www.daffodildb.com http://www.daffodildb.com>

[PHP] ANN: MySQLDiff 0.1, program to output diffs between MySQL tables

2004-11-20 Thread Rajesh Kumar
becoming a developer. Please send patches against the HEAD revision by executing `svn up && svn diff' Bug reports, feature suggestions and help requests welcome. -- Rajesh Kumar MySQLDiff Maintainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mysql Connect Help

2004-11-21 Thread Manoj Kumar
You should enable php_mysql module in your php.ini file. -- Manoj Kr. Sheoran -Original Message- From: Nathan Mealey [mailto:[EMAIL PROTECTED] Sent: Sunday, November 21, 2004 10:56 PM To: [EMAIL PROTECTED] Subject: [PHP] Mysql Connect Help A seemingly simple problem, still confound

[PHP] Any one have idea about plankton/

2004-12-03 Thread Pravin-Kumar
hey! There a framework for php known as plankton.. http://sourceforge.net/projects/plankton/ is there any have idea..how to configure..because i haev tried but not working.. and also tell me is it usefull or not? -- pravin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: [PHP-DB] what is wrong with my code.. please help

2004-12-26 Thread S Kumar
= 0,$j = pg_numrows($sth);$i < $j;$i++){ $ar = pg_fetch_row($sth,$i); foreach($ar as $col){ print "$col "; } print "\n"; } ?> thank you in advance kumar __ Do you Yahoo!? Send holiday email and support a w

[PHP] How to process a query form with CHECKBOX Please help

2004-12-27 Thread S Kumar
capture the user options and create an SQL statement: Select age_group from patient_data where age_group = young and old ; I am truly stuck here. Can any one please help me out to pass this situation. Thank you in advance. Kumar

RE: [PHP] From Poland

2005-01-09 Thread Manoj Kumar
What the mean to spend time of a group for this type of off topics. --mksheoran -Original Message- From: Ewa Rubach Wardawy [mailto:[EMAIL PROTECTED] Sent: Saturday, January 08, 2005 11:59 PM To: php-general@lists.php.net Subject: [PHP] From Poland Dear Greg! This is Jarek.Wardaw

[PHP] Re: about PHP

2005-09-19 Thread Srinivasan Kumar
sir, this is srinivasan i have to know about the php.i.e. how can i view the php pages in windows98 PWS?.could you reply in this regard. thanking you k.srinivasan Gabor Hojtsy <[EMAIL PROTECTED]> wrote:Dear Srinivasan Kumar, Since your problem has nothing to do with webmastering

[PHP] Web calendar and online Dairy

2005-12-06 Thread Vikram Kumar
Hi! I need a web calendar and online diary application. Can some one develop those applications for me. You may use open source applications, or already developed applications in your previous projects, I need simplest calendar and online diary applications. And ofcourse, I will pay you. thank

[PHP] PHP programmers from hyderabad

2005-12-17 Thread Vikram Kumar
hi! We are looking for PHP programmers from hyderabd. If you are an experienced PHP programmer, and have experience of developing calendar or dairy , message board application, please send your CV to [EMAIL PROTECTED] All PHP programmers aare welcome to apply!. Best regards, Vikram.

[PHP] PHP programmers from hyderabad

2005-12-18 Thread Vikram Kumar
hi! We are looking for PHP programmers from hyderabd. If you are an experienced PHP programmer, and have experience of developing calendar or dairy , message board application, please send your CV to [EMAIL PROTECTED] All PHP programmers are welcome to apply!. Best regards, Vikram.

[PHP] help plz

2006-01-15 Thread suresh kumar
hi, i am working as a web designer in PHP & Mysql.i know the basics of PHP & Mysql,i want 2 become PHP Expert,i am planning to buy one Book,but i dont know which book 2 buy.plz give me info . A.suresh Send instant messages to your online friends http://

[PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread suresh kumar
Hi, i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know PHP Code 2 store images in Mysql Database .reply me soon its very urgent . A.suresh Send instant messages to your online friends http://in.messenger

[PHP] how 2 open File Browser window in PHP

2006-01-16 Thread suresh kumar
hi, i dont know exact PHP code for how 2 open file browser window to uplad file or an image plz help me.its very urgent. A.suresh Send instant messages to your online friends http://in.messenger.yahoo.com

[PHP] help me plz

2006-01-18 Thread suresh kumar
hi, i am using 2 combo box one for country & another one for city.when i select country name from combo box their corresponding city names has to be changed in their corresponding combo box.i dont know how 2 implement this.pz give me some idea.its urgent. A.suresh

[PHP] help me pllzzzzzz

2006-01-18 Thread suresh kumar
hi, i am having 2 combo box one for city & another one for country,when i select particular country say "india" their corresponding cities will be displayed in city combobox as "delhi,bangalore.",when i select "Australia" thier cities like "perth,brisbane"will be displayed.plz

[PHP] doubt regarding while loop

2006-01-27 Thread suresh kumar
hi, for eg while(list(t1,t2,...)=mysql_fetch_row($result)): endwhile; while i use $t1 ouside while loop ,its corresponding value is not displaying,how can i display the value of $t1. A.suresh

[PHP] query regarding forms

2006-01-28 Thread suresh kumar
hi, i am having 3 files Login.php,home.php and home1.php when i entered username and passwd in my first login page i want want i entered as username and passwd in my third page ie home1.php. A.suresh

[PHP] query regard forms in PHP

2006-01-29 Thread suresh kumar
hai, i am having 3 files,namely page1,page2 and page3,when i enter username and password in my first page i want 2 display my username and password in my third page through second page. A.suresh

[PHP] variables in PHP

2006-02-02 Thread suresh kumar
hi, In my project i assigned name of the text field as 'loginform'.but i got error msg like 'Undefined variable' then i changed the name as 'hiddenfield' but same error.any one having idea reply me. A.suresh

[PHP] global variable declaration

2006-02-08 Thread suresh kumar
hai, this is my sample code: i am having user table with SponsorID as one field in mysql database,this is my query; for($j=0;$j<5;$j++): $result=mysql_query("select * from user where SponsorID='$id[$j]' "); endfor; in above code when

[PHP] static variable declaration

2006-02-09 Thread suresh kumar
hello everybody, I am having one doubt in static variable declaration,whether static variable works only with in the function if that function is called more than one times.this is my code facind problem. STATIC $m=0; if($m==0): $m=$m+1; print "n

[PHP] static variables

2006-02-09 Thread suresh kumar
hai everbody i am facing a problem with static variable. i declared $count=0 as Static variable,when i click the link specified in anchor tag my page is refreshed again and static variable lose its value and assigned with 0.i want the logic code say my stsic variable will not lose sco

[PHP] doubt in mail function

2006-02-13 Thread suresh kumar
hello everybody, i am having one doubt in sending mail in php.in my company our mail server is in windows,but my php code for mail function in linux,i set the code as if(@mail('[EMAIL PROTECTED]','hi suresh','this is test','From:[EMAIL PROTECTED]')): both from and to addr

[PHP] doubt in mail() in php

2006-02-13 Thread suresh kumar
this is my code if(@mail('[EMAIL PROTECTED]','subject','hai this is the test','[EMAIL PROTECTED]')): print "mail sent succesfully"; else: print "mail can send"; endif; i dont know whether there is any problem with my coding or server problem.both from

[PHP] executing a command in different prompt through PHP

2002-11-26 Thread Sanjoy Kumar Roy
hi, i want to know how to execute a command of another program in PHP. For example, i run a server program and get a command prompt from that server program. Now i want to execute a command of that server program in that command prompt from a web interface that is going to be designed in PHP. i

[PHP] Hi All

2003-07-22 Thread Shishir Kumar Mishra
xt[2]; ?> in XML file : producttext has value like "für" ; regards.. Shishir Kumar Mishra Agni Software (P) Ltd. www.agnisoft.com

[PHP] Re: secure code

2003-05-28 Thread Anil Kumar K.
Here is exactly what you are looking for: "The Open Web Application Security Project" http://www.owasp.org/ best. Anil On Wed, 28 May 2003, Tim Burgan wrote: > Hello, > > I'm wondering if you can recommend any resources that discuss writing secure > code and how to put the best methods in

[PHP] Help needed

2003-06-18 Thread Shishir Kumar Mishra
Hi List, Is it possible to read XML data and return as string to browser (as string)? I do have css file but I need to get data from database and create a XML string (with the css file). This xml string has to be returned in browser(I.E.) rather than as XML file. regards.. Shishir Kumar

[PHP] sessions and browser back

2003-06-25 Thread Bibhas Kumar Samanta
Hi, I am trying to create restricted pages for my php/mysql/apache server with sessions and passing session varibales to other pages for validation. Eventually I am doinng session_start() at the begining and checking whether logged in user is authorised to use this page by a routine. Now proble

Re: [PHP] sessions and browser back[Scanned]

2003-06-25 Thread Bibhas Kumar Samanta
> your browser. > > Couldn't you use JavaScript to ensure that the data is validated on the client side > before the form is submitted? > > Regards, > > Michael Egan > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED

[PHP] passwd protected page

2003-06-25 Thread Bibhas Kumar Samanta
Hi, Without using sessions , how can I create passwd protected pages in mysql/php. I need to remember the user from login page and validate this user in other pages. Thanks, Bibhas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] passwd protected page

2003-06-26 Thread Bibhas Kumar Samanta
e to check that flag again > > DS > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 8:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP] passwd protected page > > Hi, > > Without using sessions ,

Re: [PHP] passwd protected page

2003-06-26 Thread Bibhas Kumar Samanta
e to check that flag again > > DS > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 8:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP] passwd protected page > > Hi, > > Without using sessions ,

Re: [PHP] passwd protected page

2003-06-26 Thread Bibhas Kumar Samanta
gt; Website: www.techex.com.au Email: [EMAIL PROTECTED] > Telephone: 1300 88 111 2 - Fax: 1300 882 221 > - > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] > Sent: Thursday, 26 June 2003 5:

Re: [PHP] defect tracking systems

2003-06-26 Thread Bibhas Kumar Samanta
can try gnatsweb. It is very widely used, and less complicated/featured than bugzilla, Bibhas Martin Balcar wrote: > > Hi, > I want to begin to use some of bug tracking systems. I think it can help me > with developing more robust applications and make an easier communication > with my clients.

[PHP] VB script

2003-06-27 Thread Shishir Kumar Mishra
Hi All, Can I call function Defined PHP from VBScript? regards.. Shishir Kumar Mishra

[PHP] what is equivalent to Response.End ?

2002-08-03 Thread Ing. Rajesh Kumar
Hi everybody Can someone tell me what is the PHP equivalent code to ASP's Response.End ? I want to stop my code at a given position so i need this. thanks in advance Raja -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to show data in one row from two rows from the database

2002-08-15 Thread Ing. Rajesh Kumar
Hi everybody What I wrote in the subject may look complicated so I added a html file. It explains what I have and what I want to show. Thanks in advance begin 666 test.html M/"%$3T-465!%($A434P@4%5"3$E#("(M+R]7,T,O+T141"!(5$U,(#0N,#$@ M5')A;G-I=&EO;F%L+R]%3B(^#0H\:'1M;#X-"CQH96%D/@T*/'1I=&QE/E5

[PHP] Re: Upgraded to PHP 4.2.2 and completely lost all GET and POST variables

2002-08-17 Thread Deepak Kumar Vasudevan
PHP 4.1.2 (+) has register_globals turned off by default. Do either of the below to turn it on: 1.. Turn register_globals on in PHP.INI 2.. Use ini_set in one or more of the most commonly used files of the application to have register_globals turned on for that application. (I think a va

[PHP] Re: Passing variables between servers

2002-08-21 Thread Anil Kumar K.
You cannot avoid using cookies. When you use Sessions web server is making use of cookies (unless you go for URL rewriting) which remains in the browser until one quits the browser. To tackle your situation, you can effectively make use of a database table and a session cookie: 1. set a sessi

[PHP] Re: Simple regexp

2002-08-30 Thread Anil Kumar K.
You can use the following pattern with preg_match: "/([a-f0-9]+)((:[a-f0-9]+){7})/i" I made an assumption that you are using the x:x:x:x:x:x:x:x address format. Anil On Wed, 28 Aug 2002, Adam Alkins wrote: > Hi Folks, > > Seeking some guidance here. My regexp knowledge is pathetic. I

[PHP] Sybase Database CONNECTIVITY!

2002-06-20 Thread Vivek Kumar Agrawal
Hi, How can I connect PHP application on Linux to the Sybase database which is lying on the different machine. Please help me. Regards, Vivek

[PHP] Accessing a form variable before the form is posted

2002-06-21 Thread Ma Siva Kumar
destination selection overwrites the form[city_id] from the selection of City. Is there a way to access the first form[city_id] for assigning to another variable? In short is it possible to access a variable from the form before the form is posted? Best regards, Siva, -- Ma Siva Kumar BSG

Re: [PHP] Accessing a form variable before the form is posted

2002-06-21 Thread Ma Siva Kumar
Thanks for the help Duncan Hill wrote: > Use different variable names. Or make your function return a value, and > use assignment to handle it. Finally I made the function to take the select name as an optional variable and used different names for the two. This helped me in other situations

[PHP] Re: Generating Barcodes and printing

2002-06-27 Thread Anil Kumar K.
Also: http://www.mribti.com/barcode/ On Thu, 27 Jun 2002, Peter wrote: > Read the stuff you find on google first though - there was an article I read > about certain inks absorbing InfraRed light so barcodes printed in them will > not work! > The HP ink used in the Deskjet 693 and 660 seems to

[PHP] Re: Two cases going to same case?

2002-06-30 Thread Anil Kumar K.
Can't you write it this way? switch( $bar) { case 2: ... case 1: ... case 3: ... } On Sun, 30 Jun 2002, Leif K-Brooks wrote: > I have a switch in a script I'm working on. I need to have case 1 and 2 > both to to case 3, but without case 1 going through case 2. Is th

Re: [PHP] Restart Apache with PHP???

2003-09-04 Thread Anil Kumar K.
Writing something like this as part of a Web application is definitely a bad idea. The requirement is more like that of a remote administration system and Webmin (http://www.webmin.com/) cleanly and safely fits the bill. Webmin can actually do more than just restarting Apache. But it can be co

[PHP] [Newbie Guide] For the benefit of new members

2003-10-21 Thread Ma Siva Kumar
.uk/ (contributed by Christophe Chisogne). Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ------ http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP Genera

[PHP] [Newbie Guide] For the benefit of new members

2003-10-22 Thread Ma Siva Kumar
ions by going through the list archives. If you want a list try this link : http://phpeditors.linuxbackup.co.uk/ (contributed by Christophe Chisogne). Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -----

[PHP] How to get the server information

2003-11-04 Thread K. Praveen Kumar
Dear All, How can I get the Server Information which operating system the server is running? Using PHP. please let me know -- Thanks & Regards Praveen Kumar SoftPro Systems Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to get the server information

2003-11-04 Thread K. Praveen Kumar
gt; bye > > - Original Message - > From: "K. Praveen Kumar" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "Praveen Kumar" <[EMAIL PROTECTED]> > Sent: Tuesday, November 04, 2003 2:33 PM > Subject: [PHP] How to get the server informat

[PHP] How to support Multi Lingual characters

2003-11-07 Thread K. Praveen Kumar
Dear List, I would like to support Multi lingual characters using PHP in my application. How can I support? Does PHP automatically supports this feature. Please let me know. I will be really waiting for your suggestions -- Thanks & Regards Praveen Kumar SoftPro Systems Ltd --

RE: [PHP] How to support Multi Lingual characters

2003-11-07 Thread K. Praveen Kumar
same language. Can it be done?? -- Thanks & Regards Praveen Kumar SoftPro Systems Ltd On Fri, 2003-11-07 at 16:17, umesh wrote: > yes, though compile PHP with japanese support, you can accept input in > English as well. > > Umesh. > > -Original Message----- > From:

[PHP] HTML2PDF on the fly

2003-11-11 Thread K. Praveen Kumar
quot;) { $url = "${QUERY_STRING}"; //$url=http://${SERVER_NAME}:${SERVER_PORT}${PATH_INFO}?${QUERY_STRING} } else { $url = "http://${SERVER_NAME}:${SERVER_PORT}$PATH_INFO";; } if (bad_url($url)) { print("Bad URL\n" ."Bad URL\n" ."

Re: [PHP] HTML2PDF on the fly

2003-11-11 Thread K. Praveen Kumar
This is the error I am getting while executing the script. File does not begin with '%PDF-'. -- Thanks & Regards Praveen Kumar SoftPro Systems Ltd On Tue, 2003-11-11 at 16:29, Burhan Khalid wrote: > K. Praveen Kumar wrote: > > Hi all, > > Can anybody tell me

[PHP] [Newbie Guide] For the benefit of new members

2003-11-26 Thread Ma Siva Kumar
xt person with the same question. [contribued by Chris W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ----

[PHP] [Newbie Guide] For the benefit of new members

2003-12-03 Thread Ma Siva Kumar
xt person with the same question. [contribued by Chris W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ----

[PHP] PHP Dynamic menu building

2003-12-05 Thread K. Praveen Kumar
8 I want to build menu from this. Please suggest me the way to do so. Thanks in Advance -- Thanks & Regards Praveen Kumar SoftPro Systems Ltd ---SOFTPRO DISCLAIMER-- Information contained in this E-MAIL and any attachments are confiden

[PHP] [Newbie Guide] For the benefit of new members

2003-12-09 Thread Ma Siva Kumar
xt person with the same question. [contribued by Chris W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ----

[PHP] [Newbie Guide] For the benefit of new members

2003-12-13 Thread Ma Siva Kumar
xt person with the same question. [contribued by Chris W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ----

[PHP] DGS Search Script Modifications

2003-12-15 Thread K. Praveen Kumar
Countris.overview and Credits.description then it should display http://localhost/overview.php?CountryId=1 and http://localhost/description.php?CountryId=10&CreditId=3 Please suggest me where I can modify the script to get the script working for me. -- Thanks in Advance Praveen Kumar SoftPro Systems

[PHP] DGS Search Modifications

2003-12-15 Thread K. Praveen Kumar
Countris.overview and Credits.description then it should display http://localhost/overview.php?CountryId=1 and http://localhost/description.php?CountryId=10&CreditId=3 Please suggest me where I can modify the script to get the script working for me. -- Thanks & Regards Praveen Kumar SoftPro Sys

[PHP] [Newbie Guide] For the benefit of new members

2003-12-18 Thread Ma Siva Kumar
xt person with the same question. [contribued by Chris W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ----

[PHP] [Newbie Guide] For the benefit of new members

2003-12-18 Thread Ma Siva Kumar
W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ------ http://www.leatherlink.net Ma S

[PHP] [Newbie Guide] For the benefit of new members

2003-12-23 Thread Ma Siva Kumar
W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ------ http://www.leatherlink.net Ma Siva Kuma

[PHP] [Newbie Guide] For the benefit of new members

2003-12-28 Thread Ma Siva Kumar
W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ------ http://www.leatherlink.net Ma S

Re: [PHP] [Newbie Guide] For the benefit of new members

2003-12-28 Thread Ma Siva Kumar
users slip in the gap in between. Best regards, Ma SivaKumar -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] [Newbie Guide] For the benefit of new members

2004-01-03 Thread Ma Siva Kumar
W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ------ http://www.leatherlink.net Ma S

[PHP] [Newbie Guide] For the benefit of new members

2004-01-09 Thread Ma Siva Kumar
W Parker] 10. Ask smart questions   http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry ------ http://www.leatherlink.net Ma Siva Kum

[PHP] [Newbie Guide] For the benefit of new members

2004-01-12 Thread Ma Siva Kumar
stion. [contribued by Chris W Parker] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, Integrated Management Tools for leather industry ------ http://www.leat

[PHP] Special Characters

2001-01-11 Thread TV Karthick Kumar
PHP 3.0.17 with Oracle db Hi all, I am working on a search functionality where in I dont' get the exact search results if the user types in a name with special characters like: med vänlig hälsning, António etc. and characters like: åäö I dont' know whether there's any built in funct

[PHP] Urgent: Special Characters

2001-01-12 Thread TV Karthick Kumar
Hi all, I have a problem while converting the string into upper case by using the strtoupper function. I want to convert the string which has some special characters in it. For example, med vänlig hälsning, António etc. There are lots of strings / words with some special characters in it

[PHP] Urgent - Special Characters

2001-01-12 Thread TV Karthick Kumar
Hi all, I have a problem while converting the string into upper case by using the strtoupper function. I want to convert the string which has some special characters in it. For example, med vänlig hälsning, António etc. There are lots of strings / words with some special characters in it

[PHP] Re: Special Characters

2001-01-12 Thread TV Karthick Kumar
give me more info on this. Thanks, ~ Karthick You wrote a swedish sentence :-) U can use strtr to exchange characters in a string, based on a list of chars to be changed, like: Probably -Original Message- From: TV Karthick Kumar [mailto:[EMAIL PROTECTED]] Sent: 12. januar 2001 13:

[PHP] Special Characters

2001-01-12 Thread TV Karthick Kumar
Hi all, Where can I get all the special characters that can come from a Keyboard ?. Is there any site which gives information like that ?. I need your help. Thanks in advance. ~ Karthick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Any good way ?

2001-01-19 Thread TV Karthick Kumar
Hi all I have written the following code, but I dont' think it's a good way to write like this. Is there some other way to do good programming for this ?! ** if ($f) { $SQL .= " (FIRST_NAME

Re: [PHP] Any good way ?

2001-01-19 Thread TV Karthick Kumar
ly > syntax... look here > > http://www.php.net/manual/en/control-structures.switch.php > > > > -----Original Message- > From: TV Karthick Kumar [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 10:40 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject:

Re: [PHP] phpinfo ?

2001-01-26 Thread TV Karthick Kumar
It works for me !. No probs !. ~ Karthick - Original Message - From: kaab kaoutar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 3:23 PM Subject: [PHP] phpinfo ? > Hi there! > > I'm sure it's a stupid problem but the phpinfo does work while trying the > foll

Re: [PHP] PHP problem

2001-03-09 Thread TV Karthick Kumar
Hi Win' 98 comes only with PWS and not IIS, generally. But some versions of windows 98 do have IIS in it, but I dont' know about the config. there, whether it'll be the same as we do for PWS, becoz for the past 2 yrs, I have PHP on my machine with Windows'98 and PWS and so far, I haven't had

[PHP] Unix timestamp

2001-05-10 Thread TV Karthick Kumar
Hi List.. How do I convert this Sep 20 2000 00:00:00 into UNIX timestamp so that I can use the toDate() function to again convert it to the earlier format. I need to do this becoz I am moving from one table to another table where I get error, if I already have the converted date value with me

[PHP] URGENT-PDF

2002-01-01 Thread Chamarty Prasanna Kumar
other way of doing this using Linux OS. Thanks in advance. Cheers, Kumar. -- 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

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread TV Karthick Kumar
Hi, I use a form on my website for the visitors to send me the feedback and use the mail() to do this job for me. And I get mails without any problems I am happy... :-).. Karthick > I've tried several PHP form processors, and all of > them have trouble sending the form contents to a Y

[PHP] Search

2002-02-04 Thread TV Karthick Kumar
Hi all, Is there any other way to search all the html pages in a website with a given keyword and link to those pages, wihout using the udmsearch and mnogo... if so, please let me know... Thanks. TIA, Karthick _ Do You Yahoo!?

Re: [PHP] HAPPY VALENTINES DAY

2002-02-13 Thread TV Karthick Kumar
Oh, ok when did PHP started celeberating valentine's day ?!?!?!?!?!?!! Karthick > Hi friends, > Wish you all A very Happy Valentines Day!!! > May this Day bring in lots of Joy, Happiness, Success, Love > May all your dreams come true > > Warm Regards , > Balaji > > >

[PHP] PHP file Opening Problem

2002-05-13 Thread Vivek Kumar Agrawal
Hi Folks, Whenever I try to open any PHP page on my browser i.e. IE then it displays Windows message box for saving the file on the disk or opening the code in any editor. I mean PHP file is not executed successfully and I am unable to figure out the problem. Please help me. Thanx in advance.

[PHP] Apache does not work with PHP

2002-05-14 Thread Vivek Kumar Agrawal
Dear Folks, I am trying to set up Suse Linux Server with sybase and PHP. While configuring my computer with these software I am getting some problem. Actually, I have done following steps: - first of all I Installed the SuSE 7.0 Linux (then apache is installed by default) - then Sybase-ase-11.0

[PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Vivek Kumar Agrawal
Hi All, Can somebody tell me how to install PHP with Apache and Sybase on Suse linux. It would be great help for me. Regards, Vivek

Re: [PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Vivek Kumar Agrawal
P] Installing PHP with Apache and Sybase on Linux > On Friday 17 May 2002 18:44, Vivek Kumar Agrawal wrote: > > Hi All, > > > > Can somebody tell me how to install > > PHP with Apache and Sybase on Suse linux. > > > > It would be great help for me.

[PHP] undefined function: sybase_pconnect()

2002-05-20 Thread Vivek Kumar Agrawal
Hi All, I am getting some error like this: "Fatal error: Call to undefined function: sybase_pconnect() in /home/httpd/php/db_sybase.inc on line 47" Please tell me its solution. Regards, Vivek

[PHP] Undefined function Sybase_affected_rows

2002-05-22 Thread Vivek Kumar Agrawal
Hi All, I am unable to call Sybase_affected_rows() function. As I know this function is defined in Sybase CT libraries. So I have installed Sybase via RPM and then configured php with following command ./configure --with-apxs=/the/path/you/like/to/install/apache/bin/apxs --with-sybase-ct=/opt

Re: [PHP] Changed localhost?

2002-02-27 Thread TV Karthick Kumar
Hi, Did you try http://localhost , instead of 127.0.0.1, or with your machine, if you have changed any, recently. Or else just check if it conflicts with the port(s) if you have PWS also installed on your machine. If you don't get any solutions, alternatively post your query to the

Fw: [PHP] 100% repeatable problem with PHP 4.0.1 in WIN2k environment.

2002-03-19 Thread TV Karthick Kumar
- Original Message - From: "TV Karthick Kumar" <[EMAIL PROTECTED]> To: "Balaji Ankem" <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 12:35 PM Subject: Re: [PHP] 100% repeatable problem with PHP 4.0.1 in WIN2k environment. > Hi, > >

Re: [PHP] mail

2002-03-20 Thread TV Karthick Kumar
Yeah, just add "Cc:[EMAIL PROTECTED]" to your headers, that's it... Karthick - Original Message - From: "Sven Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 11:51 AM Subject: [PHP] mail > hey > > Is it possible to put somebody in CC when you us

Re: [PHP] Creating table in mySQL db

2002-03-24 Thread TV Karthick Kumar
Hi, That's very simple. All you have to do it, connect to the mysql on the host and then execute the 'create table..' querty, that's all... You can find good tutorials at webmonkey.com and devshed.com.. and lot more Hope this helps. Hth, Karthick - Original Message - From:

Re: [PHP] editors

2002-04-11 Thread TV Karthick Kumar
I am happy TEXTPAD !. Karthick - Original Message - From: "Matthew Walker" <[EMAIL PROTECTED]> To: "Steve Klugherz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 4:32 AM Subject: RE: [PHP] editors EditPlus is a great editor, with the added benefit of a built

[PHP] kindly help adding days on a date

2001-10-19 Thread Krushna Kumar R
oesnt work Any help would be appreciated Regards Krushna Kumar

[PHP] mail-help

2001-11-30 Thread Chamarty Prasanna Kumar
-- 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] Help - mail

2001-11-30 Thread Chamarty Prasanna Kumar
Hi all, using mail() function to send a mail using php. I want to send that mail so that the receiver should not see the FROM address or the mail should go without any FROM address. Please write with an example !! Thanking You, Regards, Kumar

[PHP] URGENT-HELP !!!!!!

2001-11-30 Thread Chamarty Prasanna Kumar
Anyone can help Thanks in advance, Kumar. -- 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]

<    1   2   3   >