No, everything in PHP happen on the server, BEFORE it gets to the browser.
The browser only sees plain HTML code.
So, page refreshing can be done client-side with JavaScript or META refresh.
Opening a new window can be done in HTML with click, or with a javascript pop-up.
You can redirect the b
On Friday 14 June 2002 22:36, Hotmail wrote:
> 1- Is there a function in php that refreshes my page ?
Short answer, no. Longer answer depends on what you want to do and what you
mean by 'refresh page'.
> 2- Is there a function that lets me open a new window ?
No, that's a client-side operation
1. use META TAGS to refresh the page
2. use javascript to open a new window
- Original Message -
From: "Hotmail" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 10:36 AM
Subject: [PHP] getting help on php
Dear sir,
I have two questions :
Dear sir,
I have two questions :
1- Is there a function in php that refreshes my page ?
2- Is there a function that lets me open a new window ?
4 matches
Mail list logo