[PHP] Reading a .doc or .rtf file in php

2005-02-02 Thread sunil
I have got a task of reading a .doc(word document) using php. But while reading doc file, some meta character like boxes and some other characters also appears. I will be highly obliged to you if you send me the code for reading a .doc file using php. Any help appriciated.

Re: [PHP] How to optimize this MySQL command?

2003-06-05 Thread Sunil Samuel
This is actually more an sql questions. ;-) Take a look at Joins in sql. Should be something like the following: SELECT mesg.id, mesg.mid, memb.nick FROM bt_message mesg, bt_member memb WHERE mesg.ch='$ch' AND memb.id=mesg.mid Erick wrote: $resultb = mysql_query("SELECT id,mid FROM bt_message

[PHP] Deny access without password to the web site

2001-08-23 Thread Sunil Jagarlamudi
top level. Thank You Sunil __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Program to check for cookies

2001-08-25 Thread Sunil Jagarlamudi
abled through the secure server. Thank You Sunil __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP] How to disable access to the site

2001-08-26 Thread Sunil Jagarlamudi
How to disable access to the entire site if the cookie is not set ? Can we disable access entirely with some kind of a script which checks before it allows access ? Sunil __ Do You Yahoo!? Make international calls for as low as $.04/minute with

[PHP] fets() escaping some characters

2012-09-11 Thread sunil meena
oring that string into a variable and outputting but it still doesn't show the characters between the "<>". Any help is highly appreciated. Thanks -- Best Regards, Sunil Meena

Re: [PHP] fets() escaping some characters

2012-09-11 Thread sunil meena
this PHP > function to escape your string: echo htmlspecialchars($yourstringhere); > > Regards, > Samuel. > > -Mensagem original- > De: sunil meena [mailto:sunil.extc2...@gmail.com] > Enviada em: terça-feira, 11 de setembro de 2012 14:49 > Para: php-general@li