[PHP]IE6 back button problems

2003-07-28 Thread Jim McNeely
that variable on the search page it echoes the NEW value; other browsers it does NOT. So IE6 is requerying for the page without resort to a cache, while the others are using cached pages. All the header code hooie doesn't seem to affect any of this when you are talking about the back button. TIA Jim McNeely -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-24 Thread Jim McNeely
go from a successful linux site to a windows IIS site. It will not be as successful. That said, with my low volume site, apache on windows server 2003 and even win XP professional have run very nicely. That might be a nice compromise for them. HTH Jim McNeely Envision Data Custom, intuitive

[PHP] php arrays into flash

2003-07-07 Thread Jim McNeely
looked around via google and I couldn't find anything within a reasonable time that seemed to answer this question. TIA Jim McNeely Envision Data [EMAIL PROTECTED] http://www.envisiondata.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installation for OS X

2003-07-01 Thread Jim McNeely
check out http://www.serverlogistics.com/software.php great binaries for lots of open source OSX with real install packages and such from Aaron Faby. HTH Jim McNeely Envision Data Custom, intuitive, practical software for your business. [EMAIL PROTECTED] http://www.envisiondata.com On Tuesday

Re: [PHP] Synchronize MYSQL

2003-06-20 Thread Jim McNeely
mmand obviously creates the db, the second dumps the data to it. You can also take the update log which records deletes, inserts, updates, etc. as SQL statements, and pipe those to another MySQL server in a similar manner. HTH Jim McNeely Envision Data Custom, intuitive, practical software fo

Re: [PHP] Re: php editor?

2003-06-16 Thread Jim McNeely
on mac OS X, BBEdit color codes php, perl, shell scripts, SQL, and HTML, and does regular expression searches/replaces etc. across multiple files and also cleans the dishes. Its definitely my favorite text editor. jim mcneely On Monday, June 16, 2003, at 10:49 AM, James Hatridge wrote: Hi

Re: [PHP] Re: Using register_globals

2003-06-12 Thread Jim McNeely
I'm a bit of a neophyte with php, and I've read through lots of prior posts and the php.net online docs, but some of this is still not registering in my head. TIA for your patience. I've got a script I include at the head of each of my scripts that checks $_POST['username'] and $_POST['password

[PHP] Mail - mime question

2003-05-30 Thread Jim McNeely
I've come a long way with many google searches an I almost have this working, so have mercy!!! So what am I missing here? I'm doing a Mail_mime class smtp mail from php using PEAR. It needs to have text and html versions which is why I'm using this. It is sending out the email OK, but when I ge