Re: [PHP] PHP and .htaccess

2001-03-29 Thread Michael J. Seely
HI I have a directory that works like this. The owner of each listing in the directory clicks on a little box that appears before their name and info in the directory. An Enter User Name and Password page is shown ( a simple form, can look as you like) The imbedded listing number is

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 FORM 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

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 tags. I haven't found a limit to the number of times these links can be nested. The other issue that might

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. A train

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. ? ECHO FONT COLOR='#2378A0' SIZE='3'Hello Word/FONT; ? 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

[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

[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

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. HTML HEAD TITLEPage Title/TITLE SCRIPT LANGUAGE = JavaScript!--- //hide script from old browsers function MakeArray() { this.length = MakeArray.arguments.length

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

Re: [PHP] PHP_SELF (code snip)

2001-07-31 Thread Michael J. Seely
Gerard Michael J. Seely wrote: Yes... I like using pg=1, 2, 3, ... to keep track of where I want the page to go next. It seems easy that way. Good Luck. So far this message and another who mentioned $HTTP_POST_VARS[] made a small light go off in my head. Not enough to get the script

[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] 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,

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 I am

[PHP] Security issue with index.php3

2001-05-10 Thread Michael J. Seely
HI If I make a file called index.php3 in a directory and have several other files 'hidden' in that same directory, is it possible for anyone to get the names of these files? How would they do this? How can I stop a spider or robot from finding these hidden files? Thanks - Mike --

Re: [PHP] HTML tags in database fields

2001-07-11 Thread Michael J. Seely
HI I know this isn't elegant but it will work. Just put in extra close tags after the field input. /I/I/B/B/FONT etc. Browsers will ignore the extra close tags. Hello. I wrote a comments application that allows the use of some HTML tags for text formatting (ib). I ran into a problem of users

[PHP] PHP and Apache on OS X insight?

2001-07-19 Thread Michael J. Seely
Hello, I'm getting ready to buy OS X and try to setup Apache with PHP. Anyone have any words of wisdom. Everything I've seen so far make it seem like a hot setup. Is it worth getting OS X server? Thanks Much -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely

[PHP] PHP and Apache on OS X insight?

2001-07-19 Thread Michael J. Seely
Hello, I'm getting ready to buy OS X and try to setup Apache with PHP. Anyone have any words of wisdom. Everything I've seen so far make it seem like a hot setup. Is it worth getting OS X server? Thanks Much -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely