Hello Jack,
I'm not sure I follow exactly what you are doing but I think you can
make this work by passing the variable data in all url links to each
php page in the frameset - frame . I haven't found a limit to
the number of times these links can be nested.
The other issue that might be cau
HI Brandon,
It's actually easy to do this is PHP. A tag will take a
TARGET window attribute that will let you control what happens after
the form is processed. The resultant page can appear in a new
window, in the parent window, to the same window the form was used,
to the full browser win
Hi Folks,
I know I can get $REMOTE_USER info. How can I reset the remembered
user name and password in the browser for a specific URL from a PHP
program?
--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Michael Seely 408-777-9949
--
PHP General Mailing Li
HI Folks,
I'm trying to use the encrypt and decrypt functions in PHP3. I get a
fatal error "Call to unsupported or undefined function encrypt() ...
Is this a configuration issue or I'm I doing something wrong?
Thanks
--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Michael Seely 408-777-9
HI Folks,
How can I read a html page as a text file?
I saw a demo of someone doing this on a Mac using AppleScript. The
example sent a zip code as a variable attached to the remote site
url. This resulted in a web page being sent back with the city and
state info included. He then read the
This should work. You can also use html code to use a style sheet ref.
Hello Word";
?>
>i have txt file have this words
>
>--
>bla bla bla
>
>[phpcode]
>echo 'hello word';
>?>
>[/phpcode]
>
>bla bla bla
>---
>
>now I want to convert the code that are between [phpcode] and
>[
HI - I've been using http://www.tierranet.com/services/ for several years.
Good tech support.
Lots of extras.
>Anybody know of good reliable hosting that supports
>php, and has a control panel to go with it?
>thanks,
>Heidi
>
>=
>Heidi Belal
>ICQ# 32127109
>
>A bus stops at a bus station.
>
HI
You can put the header function anywhere in the php code as long
as the logic sends it as the very first output for the page in html.
Conditional redirects are no problem.
>[EMAIL PROTECTED] (George Pitcher) writes:
>
>> Andrew,
>>
>> I am in a similar position witha Lasso site, which
HI
I don't know why you are like G.Bush. But I have a vision that
formed while scanning some of the lists recent postings.
I see a man shoveling snow, again, from the sidewalk. While this
is going on a kid is running around building a snow man, making a
fort, throwing snow balls, holle
HI FOLKS,
Imagine you had a PC Laptop, PHP installed, and a Ricochet/Sierra
Wireless AirCard 400 - 128 kbps NIC card.
What boom pow applications can you imagine setting up and running
in this environment? What else would you need, if anything?
Thanks - Mike
--
_/_/_/_/_/_/_/_/_/_/_
this logic. I guess my main stumbling
>block is how you move from a blank form ($pg=1) to $pg=2. I may
>have to go back to a 2 file format to get this done. Thanks for
>listening
>
>Gerard
>
>Michael J. Seely wrote:
>
>>Yes... I like using pg=1, 2, 3
I do this sort of thing all the time. The format I use typically
follows this logic.
The PHP file has four IF-ELSEIF-ELSE sections.
pg=1 or blank is the initial form
pg=2 is the error check looking at input values.
If it passes, pg is set to 3.
If not, set to 1. The adv
You need to do something like this:
With a little PHP work you can make the menu content and url links data driven.
Page Title