Re: [PHP] Pausing PHP scripts

2009-02-05 Thread Sudheer
Ron Piggott wrote: Is there a way to pause a PHP script while it is executing? Ron http://www.php.net/manual/en/function.sleep.php -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General

Re: [PHP] for the security minded web developer - secure way to login?

2009-02-14 Thread Sudheer
cert works well. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] for the security minded web developer - secure way to login?

2009-02-14 Thread Sudheer
Firefox scares its users when they encounter a website with self signed certificate. If your website users aren't worried about the warning Firefox throws at them, self signed cert works well. I just realized Dotan Cohen already mentioned this. -- With warm regards, Sudhe

Re: [PHP] Which file "Included" me?

2009-02-18 Thread Sudheer
7;s called from a certain URL. thanks, Ed Are you looking for $_SERVER['PHP_SELF'] ? -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Which file "Included" me?

2009-02-18 Thread Sudheer
Robert Cummings wrote: On Wed, 2009-02-18 at 23:57 +0530, Sudheer wrote: Ed Curtis wrote: Is there a function or variable that will tell me if a file has asked another file to include something much the same as $_SERVER['HTTP_REFERER'] works. I have a script that is included

Re: [PHP] Stupid is as Stupid does

2009-02-26 Thread Sudheer
matting to var_dump(). -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web Project Leader -- Contract - San Francisco area

2008-09-17 Thread Sudheer
programming. Anyone else not see PHP in the above? Cheers, Rob. Ugh. I guess most of us would hit the delete button as soon as we feel it's spam. -- With warm regards, Sudheer. S http://binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Form Loop

2008-10-19 Thread Sudheer
ilable in the $_POST['quantity'] array. You can use foreach to iterate through it. Example: Regards, -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Community: http://lampcomputing.com, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] newbie:form problem

2003-10-07 Thread Sudheer Palaparambil
x27;, '$sEMail', '$sComments' )"; $result = mysql_query( $query ) or die ( "Unable to insert user.." ); mysql_close( "sessions" ); ?> return true; } . . Thank you Sudheer _

[PHP] do I need a database

2003-10-07 Thread Sudheer Palaparambil
Hi, I am planning a static site. But I need to capture some data (username, address, telephone and email only), do I need a database for recording this data ? Or is there any other way to record this data ? The volume may be high. Thank you. Sudheer

[PHP] (newbie) How to keep files ?

2003-10-13 Thread Sudheer Palaparambil
files)? Pls help. Thank you. Sudheer. _ Access Hotmail from your mobile now. http://server1.msn.co.in/sp03/mobilesms/ Click here. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] The page cannot be displayed error

2003-10-21 Thread Sudheer Palaparambil
Hi, I am calling insert_user.php like this This file and the index.php are kept in the same directory. But the browser returns "The page cannot be displayed error" Where should I keep the insert_user.php Please help Thank you. _

Re: [PHP] The page cannot be displayed error

2003-10-21 Thread Sudheer Palaparambil
correctly. Open the www.etooss.com home page and then look for links to the information you want. HTTP 405 - Resource not allowed Internet Information Services Technical Information (for support personnel) More information: Microsoft Support Sudheer From: Marek

[PHP] HTTP 405 - Resource not allowed error

2003-10-21 Thread Sudheer Palaparambil
. Sudheer _ He's the fastest Indian.He's Narain Karthikeyan. http://server1.msn.co.in/sp03/tataracing/index.asp Will he make it to F1? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] get back to index.php

2003-10-22 Thread Sudheer Palaparambil
Hi, I am calling the insert_user.php like this http://www.etooss.com/insert_user.php"; onsubmit="return verifyIt(this);"> In insert_user.php, I am inserting the record to mysql db, nothing is displayed there. Now how do come back to index.php screen.

Re: [PHP] get back to index.php

2003-10-22 Thread Sudheer Palaparambil
: Marek Kilimajer <[EMAIL PROTECTED]> To: Sudheer Palaparambil <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] get back to index.php Date: Wed, 22 Oct 2003 14:24:44 +0200 Use header('Location: http://www.etooss.com/'); exit; Sudheer Palaparambil wrote: Hi, I am calli

[PHP] How to get sessions worked with register_globals=OFF?

2004-01-05 Thread sudheer yakkala
every occurence of global parameter with $_SESSION[paramname]..but could not get them worked. I hope some of you might had ran into these problems. If so, please suggest me the ways to get my applications run in register_globals 'OFF" mode.

Re: [PHP] PHP includes

2009-03-08 Thread Sudheer Satyanarayana
nclude. Just the way you see web pages with some content and not the PHP code that generated it. Any and all comments would be appreciated. Gary -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net --

Re: [PHP] Re: PHP includes

2009-03-09 Thread Sudheer Satyanarayana
xt, .php). -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multithreading in PHP

2009-03-17 Thread Sudheer Satyanarayana
-- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multithreading in PHP

2009-03-17 Thread Sudheer Satyanarayana
Manoj Singh wrote: Hi Sudheer, Can you please put more focus or sample code for the second option which you have suggested "Send the email after you flush the output.". http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Ma

Re: [PHP] Change color of anything in double/single quotes

2009-04-26 Thread Sudheer Satyanarayana
"double_quoted". span.red { color: blue; } Uh huh, uh huh, uh huh :) Cheers, Rob. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Sudheer Satyanarayana
cript via SMTP with authentication. You might also want to check out Zend_Mail component of Zend Framework. http://framework.zend.com/ -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing

Re: [PHP] Preventing XSS Attacks

2009-06-10 Thread Sudheer Satyanarayana
I've been doing a bit of reading, and I can't really understand why XSS is such an issue. Sure, if a user can insert a

Re: [PHP] Mail function and hotmail

2009-06-10 Thread Sudheer Satyanarayana
of choice provides. I personally use Zend Framework. But there are many available - Cake, CI, Symphony, etc. Also take a look at PEAR like Bastien said. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- P

Re: [PHP] Preventing XSS Attacks

2009-06-10 Thread Sudheer Satyanarayana
Ashley Sheridan wrote: On Wed, 2009-06-10 at 23:05 +0530, Sudheer Satyanarayana wrote: I've been doing a bit of reading, and I can't really understand why XSS is such an issue. Sure, if a user can insert a

Re: [PHP] Calendar

2009-06-19 Thread Sudheer Satyanarayana
/add-cool-date-picker-2-lines-javascript -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: best way to properly build an include path *regardless* from where I am calling the include?

2009-07-05 Thread Sudheer Satyanarayana
://techchorus.net/include-path might be useful to you. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Question: what are frameworks?

2009-08-09 Thread Sudheer Satyanarayana
ded to make rapid development of web applications faster. You might consider reading this: http://en.wikipedia.org/wiki/Software_framework -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP Gene

Re: [PHP] ZCE question - duplicate object

2009-08-12 Thread Sudheer Satyanarayana
But not in PHP 5. When you assign an object to a variable no copy is being made. In order to make a duplicate of the object, you have to use the clone operator. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net

Re: [PHP] Cannot exec in my own directory

2009-08-16 Thread Sudheer Satyanarayana
path to the file. And make sure the user PHP is running has read permissions to the directories upwards the hierarchy. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Personal: http://sudheer.net -- PHP General Mailing List (http

Re: [PHP] How to download and configure php mvc website locally

2009-08-20 Thread Sudheer Satyanarayana
ld at least show some error messages. Look into the logs of your web server and try to fix them. We will be able to help you if you provide us more information about your application. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, Per

Re: [PHP] htaccess question

2009-09-11 Thread Sudheer Satyanarayana
nt this problem by using a htaccess directive? I don't think it is possible to include a particular script for every request without using include or require statements. You can solve this problem by routing all the request to one file, say index.php and then manipulate the flow from the

Re: [PHP] PHPlot patch

2009-09-24 Thread Sudheer Satyanarayana
can also use it as an inbuilt functionality. If I want to commit to the phplot, how may I achieve it? As any other project, contact the project developers and offer them your patch. -- With warm regards, Sudheer. S Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net

Re: [PHP] Web Service Server in PHP

2009-10-21 Thread Sudheer Satyanarayana
ervices in PHP, any start point suggestion will be appreciated. thanks for the anwers! Many frameworks offer Soap server component. Zend Framework springs into mind. You might also want to consider developing RESTful server application. -- With warm regards, Sudheer. S Tech s

Re: [PHP] Re: Need suggestions on PHP frameworks

2009-11-12 Thread Sudheer Satyanarayana
se ZF for all the new PHP projects. I am also comfortable with * my own framework * other frameworks like Symfony * framework less projects Recently, I wrote about ZF - http://techchorus.net/reasons-use-zend-framework -- With warm regards, Sudheer. S Tech stuff: http://techchorus.net Bus

Re: [PHP] PHP and XML

2009-11-22 Thread Sudheer Satyanarayana
warm regards, Sudheer. S Tech stuff: http://techchorus.net - Pro PHP XML - Book Review Business: http://binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Happy New Year

2009-12-31 Thread Sudheer Satyanarayana
May 2010> 2009. Fortunately, I think that's automatically true by definition :-D James Humorous. -- With warm regards, Sudheer. S Tech stuff: http://techchorus.net Business: http://binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] php accelorator

2010-06-01 Thread Sudheer Satyanarayana
On 06/02/2010 12:35 AM, Dan Joseph wrote: Hi, Are any of you using any of the php accelorators such as Zend, Ioncube, or any others? Any idea which is the "best"? APC opcode caching works well. -- With warm regards, Sudheer. S Tech stuff: http://techchorus.net Busi

Re: [PHP] Public Announcement

2007-09-11 Thread Sudheer Satyanarayana
e! * "blogging standards"?? Another reference needed please. * "The shop system is not containing query urls anymore, without use of mod_rewrite." What the heck does that mean? You had SQL in your URLs? * It's the best is it? On what do you base that claim? -Stut -- With Warm Regards, Sudheer. S http://www.binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php on irc

2007-10-05 Thread Sudheer Satyanarayana
Hi Slith, #php on irc.freenode.net is a nice PHP channel Slith wrote: i was just wondering if there is an irc channel for php? -- With Warm Regards, Sudheer. S http://www.binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Generating HTML table from MySQL table based on some criteria

2007-11-01 Thread Sudheer Satyanarayana
. Any help would be greatly appreciated. -- With Warm Regards, Sudheer. S http://www.binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generating HTML table from MySQL table based on some criteria

2007-11-03 Thread Sudheer Satyanarayana
Wolf wrote: Sudheer, Post the code you are using and we'll better be able to point you in the right direction to get your code working. Thanks Jim Lucas, Wolf and Jay Blanchard for your suggestions. Here is the code I am using [code] print ''; $result = mysql_query("

Re: [PHP] Performance of PHP

2007-11-06 Thread Sudheer Satyanarayana
quite easy to set up with a .htaccess file in your script directory. Thank you for any help, Merlin -- With Warm Regards, Sudheer. S http://www.binaryvibes.co.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Single Sign On

2007-06-03 Thread Sudheer Satyanarayana
retrieve user account details in my.example2.com. The web host does not allow remote database connections. Thanks, Sudheer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Here is a silly question

2006-04-03 Thread Sudheer S
Hello, I refer to the target file like this: Solves the problem. Sudheer. S On Mon, 2006-04-03 at 09:54 -0600, Mace Eliason wrote: > Hi, > > This is come thing that I have struggled with now and again. I usaually > us php code to make it work, but was wondering how others de