[PHP] Array variable in Javascript & PHP

2002-07-29 Thread Sheni R. Meledath
lve this issue or suggest some other ways to accomplish this business logic. Many Thanks in Advance & Best Regards Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Array variable in Javascript & PHP

2002-07-29 Thread Sheni R. Meledath
lve this issue or suggest some other ways to accomplish this business logic. Many Thanks in Advance & Best Regards Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mailing List Programme

2003-09-11 Thread Sheni R. Meledath
the emails from the server? That is, trigger a separate script (not related to browser) on the server which handles the emails and then return a success message. Can anybody help me to find out a logic or script on this. Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://w

RE: [PHP] Mailing List Programme

2003-09-11 Thread Sheni R. Meledath
e sense a theme here for me this morning?!? Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Session not working

2003-10-01 Thread Sheni R. Meledath
php session.gc_probability = 1 session.gc_maxlifetime = 1440 session.referer_check = session.entropy_length = 0 session.entropy_file = session.cache_limiter = nocache session.cache_expire = 180 session.use_trans_sid = 1 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" Sheni R M

[PHP] Regular expressions

2003-11-27 Thread Sheni R. Meledath
umber changes. That is the reason why I want to use regular expression to replace the variable & value from the string. Now I am using this option to remove the variable name only, so that it will not collide with the variable value that is submitted again. $qstring = eregi_replace("p

[PHP] Add a bgcolor - regular expressions

2004-01-26 Thread Sheni R. Meledath
be maintained. For eg: $string = "PHP core developers & Php Programmers." $result = "PHP core developers & Php Programmers." Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Expire data from form

2001-03-17 Thread Sheni R. Meledath
s. thanks Sheni R Meledath [EMAIL PROTECTED] -- 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] Week of month

2001-10-31 Thread Sheni R. Meledath
Hello: Is there any way to find out the week of the month. Today is in the first week of month. That is, a function like weekofmonth() which displays 1 today & 2 next week. thanks Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

[PHP] problem with header()

2001-06-27 Thread Sheni R. Meledath
ctive html code). ### ÿp http://www.test.com/pdf/download.php3> ### The embed src is the name of the script file. But in the location field its showing the pdf url. This happened in IE browser. Please help me to solve this issue. Many Thanks Sheni R Meledath [EMAIL PROTECTED] -- PHP General

[PHP] problem with header()

2001-06-28 Thread Sheni R. Meledath
e embed src is the name of the script file. But in the location field its showing the pdf url. This happened in some version of IE browser. Please help me to solve this issue. Many Thanks Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Session - to restrict same user from two logins

2001-07-25 Thread Sheni R. Meledath
able it display a message 'already logged in from other another computer'. I have seen a similar sample in venturewire.com. Please help me to find out a solution for this. Many thks & best rgds Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://ww

[PHP] Session life time

2001-07-31 Thread Sheni R. Meledath
Hi, I am using sessions for user authentication on one of our sites. I want to set up a time period for each session, ie, after a particular time period the session should automatically expire. How can this be achieved? Could you please help me. Many thanks Sheni R Meledath [EMAIL PROTECTED

[PHP] CGI installation

2001-08-01 Thread Sheni R. Meledath
he time of browsing. Any idea to avoid the display of this line? Many Thanks Sheni R Meledath [EMAIL PROTECTED] -- 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 administrato

[PHP] Sessions in older browsers

2001-08-13 Thread Sheni R. Meledath
to solve this issue. Many thanks Sheni R Meledath [EMAIL PROTECTED] -- 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] Mailing list

2001-09-09 Thread Sheni R. Meledath
idea on the same please let me know. Thanks & Regards Sheni R Meledath [EMAIL PROTECTED] -- 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] News ticker

2001-09-25 Thread Sheni R. Meledath
. If any body has got any idea on this, please let me know. Many Thanks & Regards Sheni R Meledath [EMAIL PROTECTED] -- 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 administrator

[PHP] After upgrading PHP, Session Values not stored properly

2004-08-22 Thread Sheni R. Meledath
session.use_cookies On On session.use_only_cookiesOff Off session.use_trans_sid On On Regards Sheni R Meledath [EMAIL PROTECTED]

Re: [PHP] After upgrading PHP, Session Values not stored properly

2004-08-22 Thread Sheni R. Meledath
Samuel wrote: Sheni R. Meledath wrote: session.use_trans_sid On On Im currently running FBSC 4.10/php 4.3.6, and the only difference with our session setup is session.use_trans_sid. Mine is off. For sessions to get lost means that either a) You have cookies disabled in the

Re: [PHP] After upgrading PHP, Session Values not stored properly

2004-08-23 Thread Sheni R. Meledath
ugust 2004 02:45 am, Sheni R. Meledath wrote: > Hi Gerard, > > Many thanks. We are using cookies to store the session ID. The session on > other sites are working perfectly. The same problem on this site is > experienced by other users also. Also the same log-in module was working &

[PHP] Set up cron using PHP

2004-10-07 Thread Sheni R. Meledath
ell prompt when the PHP is loaded as a module. Regards Sheni R Meledath Assistant Manager - Web Development * Cyber Gear LLC P.O. Box 53735 Dubai, United Arab Emirates Tel: (971 4) 331-2627, Fax: (971 4) 331-8812 Email: [EMAIL PROTEC

[PHP] Session not working while accessing through IE on Windows 2000

2004-04-21 Thread Sheni R. Meledath
sing sessions with Windows 2000? Could you please provide me the details? Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread Sheni R. Meledath
/Internet Options). As Miguel Jiménez suggested, check the cookie setting in the Internet Options. Vincent -Original Message----- From: Sheni R. Meledath [mailto:[EMAIL PROTECTED] Sent: jeudi 22 avril 2004 8:27 To: PHP Masters Subject: [PHP] Session not working while accessing through IE on Win

[PHP] String value modified on replace

2004-01-27 Thread Sheni R. Meledath
with: http:/! /www.mysite.org/ There is an exclamation mark and a line break inserted between the 2 forward slashes. Could anybody help me to figure out this problem. Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Global.asa

2004-02-05 Thread Sheni R. Meledath
Hello: Is there anything similar to 'global.asa' which is used in ASP applications in PHP. Can anybody provide me with some details. Sheni R Meledath [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with Sessions

2004-02-19 Thread Sheni R. Meledath
Hello: Session is not working in PHP script file when executed through the browser IE 5.0 on Windows 2000 platform. In IE latest versions the script is working fine. Does anybody have any solution or report related to this. PHP version on the server is 4.3. Sheni R Meledath [EMAIL PROTECTED

[PHP] Email - format

2004-02-21 Thread Sheni R. Meledath
xpression which will reject only email addresses which are 100% invalid. Sheni R Meledath [EMAIL PROTECTED]