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
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
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
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
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
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
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:
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
x27;, '$sEMail', '$sComments' )";
$result = mysql_query( $query ) or die ( "Unable to insert user.." );
mysql_close( "sessions" );
?>
return true;
}
.
.
Thank you
Sudheer
_
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
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
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.
_
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
.
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
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.
: 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
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.
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
--
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
--
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
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
"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
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
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
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
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
/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
://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
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
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
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
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
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
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
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
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
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
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
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
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
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
. 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
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("
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
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
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
46 matches
Mail list logo