Re: [PHP] FrameSet Problem with PHP, Pls Help!

2001-12-21 Thread Michael J. Seely
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

RE: [PHP] Opening a new window.

2001-12-14 Thread Michael J. Seely
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

[PHP] Remote_User and Password reset

2001-11-30 Thread Michael J. Seely
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

[PHP] encrypt and decrypt functions kaput

2001-11-20 Thread Michael J. Seely
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

[PHP] Reading a web page as a text string

2001-11-15 Thread Michael J. Seely
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

Re: [PHP] how can I do this !! color text in html

2001-10-25 Thread Michael J. Seely
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 >[

Re: [PHP] php hosting

2001-10-20 Thread Michael J. Seely
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. >

Re: [PHP] PHP Redirect in the middle of code?

2001-09-10 Thread Michael J. Seely
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

Re: [PHP] Adopt A Newbie (ME)

2001-08-02 Thread Michael J. Seely
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

[PHP] Fun Question - What if...

2001-08-01 Thread Michael J. Seely
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 -- _/_/_/_/_/_/_/_/_/_/_

Re: [PHP] PHP_SELF (code snip)

2001-07-31 Thread Michael J. Seely
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

Re: [PHP] PHP_SELF

2001-07-30 Thread Michael J. Seely
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

Re: [PHP] Drop Down Menu

2001-07-28 Thread Michael J. Seely
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