Re: [PHP-WIN] duplicate entry

2007-04-05 Thread chandar
In javascript you can force the page to redirect to the same one 
whenever he goes to someother page using back,this can be done using 
javacript.history.back()

functions

Jarrett Meyer wrote:

Sorry, but to answer the original question, PHP cannot interact with the client 
in this way. PHP resides with the server. Javascript resides with the client, 
and even that is, at best, unreliable, since it can be turned off and/or not 
work the same with all browsers.

You have to look for answers that can be solved from your end without involving 
the client.
 
Thank you,

Jarrett Meyer
http://jarrettmeyer.blogspot.com

No trees were harmed during this transmission; however, several electrons were 
terribly inconvenienced.

- Original Message 
From: sam rumaizan <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Sent: Thursday, April 5, 2007 7:15:36 PM
Subject: [PHP-WIN] duplicate entry

How do I disable Refresh and Back button. to Prevent duplicate entry



 

 
-
Don't be flakey. Get Yahoo! Mail for Mobile and 
always stay connected to friends.


  


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Network programming with php

2007-04-16 Thread chandar
You can use Zend calls to access some C or other langauage api's which 
inturn can access the network related stuff.

Aaron Kenney wrote:

I agree. Why? The other concern is that php was never really meant to
be a fully self-sufficient programming language. Its a hypertext
pre-processor designed for the web. Maybe you are looking to get a
network monitor onto a web site so you can access it from anywhere? I
would still think that you would be better off handling the port
sensing function with a non-web language. Maybe you can just have php
read from a file the results of what the other language does.

On 4/16/07, Stut <[EMAIL PROTECTED]> wrote:

sam rumaizan wrote:
> Thank you for the link. This application is using C programming. I'm
> looking for some thing with PHP

Out of pure curiosity... why? You need a tool to do a job, why put
artificial constraints on it.

-Stut

> */Stut <[EMAIL PROTECTED]>/* wrote:
>
> sam rumaizan wrote:
>  > I need to create an online system to monitors the ports for my
> local network. For example:
>  > I have 50 ports and I need the system to give me an alarm
> whenever the port is down for any reason. Pulse I want the 
system to
> give me the manufacture name to be able to decide what kind of 
port

> it is (printer, PC, access point,...etc)
>
> This particular wheel already exists: http://www.nagios.org/. And
> that's
> just one example, there are several out there.
>
> -Stut
>
>  > Aaron Kenney wrote:
>  > "Network programming" is a very broad term. What is it that 
you are

>  > trying to accomplish?
>  >
>  > On 4/15/07, sam rumaizan wrote:
>  >> Can you recommend any online tutorial OR Book for Network
> programming with php?
>  >>
>  >>
>  >>
>  >>
>  >>
>  >>
>  >> -
>  >> Ahhh...imagining that irresistible "new car" smell?
>  >> Check outnew cars at Yahoo! Autos.
>  >
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>
>
> 


> Ahhh...imagining that irresistible "new car" smell?
> Check out new cars at Yahoo! Autos.
>
 


>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Javascript partially not working

2007-04-24 Thread chandar

Devshed Forums wil be good[http://forums.devshed.com/]
thnx/Chandar
Alf Stockton wrote:

Mikael Grön wrote:
Alf, it has already been pointed out that this list is for PHP. That 
the JavaScripts are supposed to run on a page generated from PHP 
isn't enough to make it PHP related.
Please register to a JavaScript list and ask your question about 
JavaScript there.



Any suggestions as to which Javascript list may be good?



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] HTTP authenticate header

2007-05-23 Thread chandar

Hi,
I am invoking a HTTP authenticate header in PHP,it opens as a popup.Is 
it possible for emebeding the same in the web page and ask the user for 
entering the user credentials and send the same data to the backend?


thanks/Chandar

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Re: HTTP authenticate header

2007-05-24 Thread chandar
but basically i don't want to popup,i want to embedd the same in 
webpage.can you breif me on this??

thanks/Chandar
Darren Whitlen wrote:

chandar wrote:

Hi,
I am invoking a HTTP authenticate header in PHP,it opens as a 
popup.Is it possible for emebeding the same in the web page and ask 
the user for entering the user credentials and send the same data to 
the backend?


thanks/Chandar


You'll be needing Javascript for that.
Google around for "javascript prompt"

Darren



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread chandar

You can do this in PHP ini file.
Thanks/Chandar
Gustav Wiberg wrote:

Hi there!

The server I'm connected to is not showing any warnings/error in PHP. 
Instead it just displays a blank page. How can I do in PHP-script to 
show errors/warning? I know this is possible, but I'm not able to find 
it for the moment.


Best regards
/Gustav Wiberg



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Re: WAMP Clustering

2007-05-28 Thread chandar

We have WAMP installers in the internet right?
zerof wrote:

JM escreveu:

Does anyone have any experience clustering this configuration?
Windows, Apache, mySQL, and PHP? I'm doing research now and could use
any info. TIA.

John


http://www.educar.pro.br/en/



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] javascript :close()

2007-05-31 Thread chandar

Hi all,

I have a webpage with frames,i have provided a link and when the user 
clicks the link i am closing the window.

For closing i am using javascript:window.close();
when i click the link in IE i get a command window telling you are going 
to close this window.

Is there anyway to supress this alert?

thanks/Chandar


[PHP-WIN] Re: [PHP] PHP 5, mySQL and Win XP. I NEED HELP

2005-05-05 Thread bala chandar
hey

On 5/5/05, Oscar Andersson <[EMAIL PROTECTED]> wrote:
> I have made a instal of the latest mySQL and PHP 5 on my computer.
> I have made the following changes to my php.ini file
> 
> extension=php_mysql.dll
> extension_dir = "c:\php\"
> 
> and i have put the php_mysql. and libmysql.dll in c:\php\ and in c:\windows
> to
> 
> Now i try this in my php-file
> $con = mysql_connect("localhost:3306", "buddy", "bestbuddy");

stop the mysql server and restart and again run your php script. there
might be some disk space constraint all be there

> 
> I cant connect to mySQL. I dont know what is wrong. mySQL listen to port
> 3306. I have tried with my IP to. I get this warning
> Warning: mysql_connect() [function.mysql-connect]: Too many open links (0)
> in myfilename.php.
> 
> I hope for help
> Oscar Andersson
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
bala> balachandar muruganantham
blog> lynx http://chandar.blogspot.com
web> http://www.chennaishopping.com

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] Wanna Join me for an open source PHP Project?

2005-11-26 Thread bala chandar
Hi All,

I have just started a Open source Project in SourceForget.net using PHP.

Project Name: Weblook Express
URL : http://sourceforge.net/projects/weblookexpress

Idea came to me when i thought of porting the complete windows based
Desktop outlook express Application into a Portable, Web based
Application that runs on any Javascript supported webbrowser for any
POP3, or IMAP or HTTP Mail Service Providers.

I am just looking for people who can work along with me so that
complete porting occurs so that we can release the base version.

Technology to be used would be PHP, XML, XSLT, Javascript, HTML.

About Weblook Express
Weblook Express provides an integrated solution for managing and
organizing e-mail messages. It delivers innovations you can use to
manage your email communications, organize your mails - all from one
place similar like the desktop outlook express.

Project would involve complete porting of Desktop Outlook Express that
comes with Internet Explorer. The user should be able to configure
multiple Mail Service Providers. User experience is what we must see.
and i have more ideas in my mind. I also invite ideas, suggestions for
this project.

Looking for developers...
--
 balachandar muruganantham
 mbchandar
  mbchandar
 http://chandar.blogspot.com
http://www.balachandar.net
 http://www.expertstalk.org
http://www.chennaishopping.com

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-WIN] php editors

2006-04-11 Thread Chandar V R

I guess editplus is a nice editor for php,i have been using it from past 4
years.
www.editplus.com
thnx/chandar

-Original Message-
From: Aaron Kenney [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 9:14 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php editors


I have been using PHP Designer for almost a year and have found it to
be a life saver in some cases, although the Zend product is better. It
just costs money.
-Aaron Kenney

On 4/11/06, pfancy <[EMAIL PROTECTED]> wrote:
>
> ""Sascha Meyer"" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hi there,
> >
> > > I've been reading over php. I have bought php and mysql for dummies
but
> my
> > > question is what kind of php editors can a person get  where they can
> view
> > > what it looks like?  or where do you find your php.ini file. i've been
> > > reading i need to work on that. and when that is fixed up to where i
> need
> > > it
> > > would i be able to view a php file like i would an html file? thanks.
> > >
> >
> > there are some sort of WYSIWYG editors for PHP but i still use PSPad or
> > notepad++ to code my scripts and test them seperately.
> >
> > To answer your question, have a look at the two following editors which
> > could be interesting for you:
> >
> > PHPDesigner - http://www.mpsoftware.dk/phpdesigner.php (Freeware)
> > Zend Studio - http://www.zend.com/products/zend_studio (Commercial,
> starting
> > at 99 $, evaluation versions available)
> >
> > HTH and happy coding!
> >
> > --
> > "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
> > Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
>
> Thanks. I will check that out.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Chandar V R
You can try downloading this package.i installed in my system and it works
fine in my system.it is group php,mysql and apache

https://sourceforge.net/project/showfiles.php?group_id=116092
thanx/Chandar.V.Rao

-Original Message-
From: Aaron Kenney [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 12:29 AM
To: giwrgos
Cc: php windows
Subject: Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4


The indication that I get from the documentation is that PHP 5 isn't
compatible with Apache versions higher than 2.0.58, at least in
Windows. Eventually I am sure that the PHP people will get this
working. It just takes some time to do a release.

I have PHP 5 running on IIS on a Windows 2003 server, but I also have
PHP 5 running on Apache 2.2.0 on a Fedora Core 5 server. So I know
that PHP5/Apache 2.2.x does work on Fedora Linux when installed
through yum. If you have the capability, perhaps you'd like to go that
route if you must use this combination.

Otherwise, I can try installing this combination on my Windows XP Pro
test PC at the next possible moment.
-Aaron Kenney

On 5/23/06, giwrgos <[EMAIL PROTECTED]> wrote:
> Hi!
> I tried to install Apache 2.2 and PHP-5.1.4 as a module but i failed.
> The reason is that apache cannot load the php5apache2.dll. The file
> exists. So, i was wondering if PHP isn't supporting apache2.2. If there
> is any help, that would be great!
> Btw,i am using WinXP Pro.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php