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 -

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 use 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, From the surface leve, it looks like your php.exe

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

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

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

[PHP] Job wanted

2001-09-25 Thread Karthick Kumar
' with this email, and if you come across any jobs in PHP/MySQL, pls. let me know. Thanks in adv. Karthick +353 87 7928230 My Resume: Resume of T.V. KARTHICK KUMAR # 3, Granby Row Apartment 4 Dublin 1 Republic of Ireland Phone # (353) 87 7928230 (Mobile) E-mail: [EMAIL PROTECTED] Homepage: http

[PHP] Function

2001-06-28 Thread TV Karthick Kumar
Hi, Is there any function to replace a character in an Array ??. Thanx in adv. ~ Karthick -- 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

[PHP] Help - Lotus

2001-06-27 Thread TV Karthick Kumar
Hi List, I am working on importing data from Lotus Organizer 5.0 to an ddress book application, written in PHP. If there's a space in the address field, it looks this when I see the .vcf file, after creating it. Note the =0D=0A=0D=0A= in:

[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

[PHP] foreach ?!

2001-04-05 Thread TV Karthick Kumar
Hi List.. I have the following code, which actually sets up the value of of the hidden variable and passes onto the next page and there I manipulate the data and send them emails. But passing the hidden variables depends upon the mem_id, that is the hidden variable has to be passed for

[PHP] foreach ?!

2001-04-05 Thread TV Karthick Kumar
Hi List.. I have the following code, which actually sets up the value of of the hidden variable and passes onto the next page and there I manipulate the data and send them emails. But passing the hidden variables depends upon the mem_id, that is the hidden variable has to be passed for

[PHP] any other way ?

2001-04-04 Thread TV Karthick Kumar
Hi Following is the piece of code, which I am struggling with, now the problem is: I just want to display 4 email address in a textarea and mail them. The case here is, the available email address has to displayed and as I have maximum 4 email addresses coming up dynamically, I might

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread TV Karthick Kumar
Can't we just get rid of this spam: [EMAIL PROTECTED] and not allow to continue. I am sure the list master (in php.net) can do it, for the sake of the list. Hope he's hearing !. It's a requisition. Thanks in adv. ~ Karthick - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

[PHP] test

2001-03-26 Thread TV Karthick Kumar
Is the list alive ? ~ K -- 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] Fw: test

2001-03-26 Thread TV Karthick Kumar
- Original Message - From: "TV Karthick Kumar" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 3:16 PM Subject: test Is the list alive ? ~ K -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] PWS PHP

2001-02-16 Thread TV Karthick Kumar
Hi First you have to down the NT version of php from php.net and also configure it and make it work. Then if you want any database to be working with it, then you should also download mysql from mysql.com and start the server and try to connect to mysql from php. Then you are done and you

[PHP] Hosting in UK

2001-02-07 Thread TV Karthick Kumar
Hi List, Can any body suggest / recommend me a good web hosting provider ?. I want to register some domains and host with the same provider which essentially has php, mysql, postgresql good support. Pls. let me know. Thanks in adv. ~ Karthick -- PHP General Mailing List

[PHP] PHP4 Changelog

2001-02-07 Thread TV Karthick Kumar
Hi List As I am working on the upgradation of my system into PHP 4.0 from the lower version, I want the Change log in a good format. A word document or some other good format which comprises the complete the Change log would be great for me to look through and do the upgradation process in

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

Re: [PHP] Any good way ?

2001-01-19 Thread TV Karthick Kumar
://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: [PHP] Any good way ? Hi all I have written the following code

[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 vnlig hlsning, Antnio etc. There are lots of strings / words with some special characters in it.

[PHP] Re: Special Characters

2001-01-12 Thread TV Karthick Kumar
; echo $newstring; ? Probably -Original Message- From: TV Karthick Kumar [mailto:[EMAIL PROTECTED]] Sent: 12. januar 2001 13:20 To: Bryne Jrg Vidar Subject: Re: [PHP] Urgent - Special Characters Hi Can you write me in English ?. It seems that you are helping me. But I want to get it in English

[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 vnlig hlsning, Antnio etc. and characters like: I dont' know whether there's any built in functions