This is a client-side programming issue, so you would use JavaScript and
not PHP. I guess you could do something like:
blah
It can be fun/challenging to dynamically create javascript code with
PHP. I sometimes like to use borderless iframes (not frames). That way
the client-side javascript code
I want to build a website with frames and have PHP call up the data from a
mySQL database. However, I also want the title to change every you click a
different link in the frame. Any ideas?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It looks like the host cannot be resolved. Can you do a DNS query from
that machine successfully?
-Dash
Cogito cogito ergo cogito sum --
"I think that I think, therefore I think that I am."
-- Ambrose Bierce, "The Devil's Dictionary"
On Fri, 21 Feb 2003, Arne Schumann wrote:
> H
Hi
Ive got a problem with the fsockopen function. I want to simulate things
like Browser-Version (user_agent) to another php-Script and read its parsed
ScourceCode. Everything I read about that used fsockopen() as the main
function to access the file. So I tried this:
$fp = fsockopen ("http://ww
Hola a todos
tengo problemas con la libreria php_oci8.dll, a partir de la versión 4.0.6 de php en
adelante cuando cargo el modulo mediante el archivo php.ini ya sea por CGI o por
ISAPI, me envia un error de "Unload module oci8".
yo trabajo con window nt, alguien tiene información del porque suced
Hi,
I'm getting rather desperate about this one.
Code below is working fine on one server: Apache 1.3.26 /PHP 4.1.2/Linux.
On another server (Apache 1.3.24/PHP 4.3.1/Windows 2000) I get keeping this
error:
Failed to connect to mailserver at "smtp.vt4.net" port 25, verify your
"SMTP" and "smtp_por
Oh, you're right. My advice doesn't appy to your problem. Sorry. I just
woke up.
Matt
|-Original Message-
|From: Charles P. Killmer [mailto:[EMAIL PROTECTED]
|Sent: Friday, February 21, 2003 11:55 AM
|To: [EMAIL PROTECTED]
|Subject: RE: [PHP-WIN] IIS and index.php issue
|
|
|I know this
I know this sounds simple but make sure that index.php is the document
that is being served.
Either remove all other files from the web root. Or remove all other
documents from the default documents tab in IIS. Also make sure that
the webroot is in the right place.
Also make sure that a scrip
You probably need to tell your web server to allow files with the .php
file extension to act as a directory index.
In Apache, find the DirectoryIndex directive:
DirectoryIndex index.html index.php
In IIS, read the help file.
Matt
|-Original Message-
|From: Bill Rafferty [mailto:[EMA
My index.php simply has ;
if in my broser I go to;
http://localhost/ra640/everything works fine, but
http://localhost/ra640/index.php which is the same file returns a error 500
??? what am I missing
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
My index.php simply has ;
if in my broser I go to;
http://localhost/ra640/everything works fine, but
http://localhost/ra640/index.php which is the same file returns a error 500
??? what am I missing
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
php-windows Digest 21 Feb 2003 17:15:34 - Issue 1599
Topics (messages 18646 through 18657):
Re: Authenticate user
18646 by: toby z
18651 by: Rui
18656 by: Rich Gray
Re: PHP HTTP Authentication, Win2k & IIS
18647 by: Juraj Hasko
user selectionz ?
I had a similar problem installing PHP 4.3.1. There appear to be more than a
few php libraries that Windows has problems finding. What I did was the
following:
In php.ini, I set the extension_dir to nothing:
extension_dir =
Then I moved most everying in the dlls and extension directories of the
Rui
You will have to check a session attribute at the start of each of your
scripts that you want to protect to ensure that the user has logged on.
Locking out other users whilst this user is logged on will mean flipping
some flag in a database table or creating a row that tells your login script
Hi folks,
we just upgraded to the newest PHP from 4.3.0. I´m a little bit surprised
because of the manual saying that this should be a security fix only.
Unfortunately, serveral extensions fail to work.
PHP 4.3.1 is running with IIS5.0 (no comments on that please). Runing as a
CGI. with version 4
The good news is it's possible. The bad news is that it's not possible using
PHP alone.
You can't do client-side stuff with a server-side script.
You need to write that bit in Javascript, I'm afraid, so the code can run on
the user's browser.
Jill
-Original Message-
From: toby z [mailt
Yeah, but the title of this thread says to download a TEXT FILE, not a Word
document.
No-one with any sense would ever download a Microsoft Word document off the
internet by choice, unless they had a serious amount of trust in the web
site owner, were browsing over a secure connection using SSL,
that requires some form of trust in the user... I experience too many stupid
people in what I do on a day to day basis and it is just easier if it forces
a download...
typical user experience: I were a user and there was a link to a word
document that i wanted to edit. If I clicked on the link [
I'm really new at this authentification thing...
What I want do to:
1- a user appears
2- he fills a form (easy)
3- gain access to the page (?)
4- no one else can log-on until the user who is logged quits (very
important) ()
5- inside the user can surf in diferent php files without being asked
Far be it from me to question the wisdom of tweaking the headers, but why do
you need them at all?
Why can't you just do:
click here
which, so far as I can see, will load said text page into the user's browser
window as soon as they click on the link. If the user then wants to save it,
t
Why dont open for append
$fp=fopen("file.txt","a");
fputs($fp,"New line?");
Or i didnt understand what do u need?
"Afan Pasalic" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> I'm working on adding a new row in text file. I use file() to transfer
file
>
hi guyz
im making this report generation form which
lets the user select a category out of 8 through a dropdown list
then the user has to select a few more thinggs
only then the report can be generated
now my problem is
each of the 8 categories has 3 to 5 sub-categories
what i want to do is when
22 matches
Mail list logo