Re: [PHP]DB Logic help...

2001-07-31 Thread Michael Egan
Chris, You don't say which database package you're using so perhaps it is the underlying design logic you're after rather than specific code. One book I've seen recommended in a number of places is by Michael Hernandez (I think it's called 'Database Design for Mere

Re: [PHP] Question on Commercial Offerings

2001-07-31 Thread Michael Kimsal
rojects, but won't be able to resell/redistribute. Giving people access to the source code can actually be a positive to some people. Yes, you may lose some potential sales, but you'll gain sales to people coming over from more restrictive carts - the kind where you don't get th

[PHP] How can I make a Loading... screen?

2001-08-01 Thread Michael Champagne
I have a popup window that populates a table with rows from a database and it normally takes about 15 to 20 seconds to load. Does anyone know how I can display a 'Loading... Please Wait.' that will disappear once the data comes up? Thanks in advance for any responses, Mike ***

Re: [PHP] Re: How can I make a Loading... screen?

2001-08-01 Thread Michael Champagne
; > function itsThinkingClose() { > imgWindow.close(); > } > > and then at the beginning of the page, before the search begins, in php I > put > echo "itsThinkingOpen()"; > > and after the code to search the database I put > echo "itsThinkingClose()&q

[PHP] mail - sendmail

2001-08-03 Thread Michael Mehlmann
Hi! I wanted to use the full SMTP-Protocol including "MAIL FROM:" and "RCPT TO:", and therefore I can't use mail(). I have written a perl-script, I call from PHP, that connects to the SMTP-server directly and this worked fine - until a server went down, and my ISP's-SMTP-Server told my perl-scrip

Re: [PHP] How to ?

2001-08-05 Thread Michael Hall
Alawi: Generally speaking, this is a friendly list and people like to help if they can. But it is not clear what you are asking for. You need to give more detail or ask your question in another way. Is this a PHP question? Mick On Sun, 05 Aug 2001, Alawi Albaity wrote: > how can i to make m

Re: [PHP] How to ?

2001-08-05 Thread Michael Quinn
I assume you mean using controls in one browser window to navigate other open windows? Like a remote control! DHTML is the answer. Maybe! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] How To?

2001-08-05 Thread Michael Quinn
Could be! I assumed the literal meaning of proxy (by way of). Although I guess he will be the only one to ever know.;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

Re: [PHP] spell checker

2001-08-05 Thread Michael Hall
/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Michael Hall mulga.com.au [EMAIL PROTECTED] ph/fax (+61 8) 8953 1442 ABN 94 885 174 814 -- PHP General Mailing List (htt

Re: [PHP] Form call a function on submit

2001-08-05 Thread Michael Hall
EMAIL PROTECTED] > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Michael Hall mulga.com.au [EMAIL PR

[PHP] urlencode/decode

2001-08-06 Thread Michael Mehlmann
this script works as expected, if you don't submit ",' and \ but if you use ",' or \ these characters will be quoted with \ "'\test"'\ -> \"\'\\test\"\'\\ "; ?> how to get rid of this??? I don't want any character been quoted!!! thanks michi -- Aufgepasst - jetzt viele 1&1 New WebHosting Pak

[PHP] how to show banners

2001-08-06 Thread Michael Mehlmann
ks for any hints and ideas Michael -- Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung! http://puretec.de/index.html?ac=OM.PU.PU003K00736T0492a -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Problem with require(), determining context.

2001-08-06 Thread Michael Mehlmann
is, when it's required with another > file, GET is OK. So basically, I want to detect if the file is being > required or called on its own. At least, that's what it sounds like I > want to do from my above explanation. Any ideas how I can accomplish > this? Thanks! :)

Re: [PHP] Insecurity with PHP authorization

2001-08-07 Thread Michael Mehlmann
t.php only checks for authorization and then does a fpassthru! that won't cost much! hth Michael > Hello all > > I have just implemented a mySQL authorization: each html and php page > checks > to see whether a user is logged in by checking a cookie in the user > browser.

[PHP] Sockets in Win98.

2001-08-09 Thread Michael Quinn
Hi, Have been trying to open a socket with PHP on Windows98 and get a call to undefined function error for the socket function. Does the Win32 version of PHP come with socket support. BTW: Using PHP 4.10 Thanks in advance. M -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] bizarre problems with php_gd.dll and IIS

2001-08-14 Thread Michael Hall
one have a solution. Thanks. Michael Hall Lead Web Developer / Database Engineer Prairie Fire Internet Technologies [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

Re: [PHP] something like SSI ?

2001-08-14 Thread Michael Kimsal
I gets processed before ASP processes things, you can not do this in ASP. Well, *sort of*, now, in ASP3, in the form of Server.Execute(), but it's not really the same feel. (and it took them long enough to catch up!) :) --- Michael Kimsal http://www.tapinte

[PHP] button on PHP page

2001-08-15 Thread Michael McNeice
Hi How do i use a form button to call a php function? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Need open source community help!

2001-08-15 Thread Michael Kimsal
ave that. Figure an extra $6k on top of the cost of the software. Is it worth $6k to have something next week, or can they wait another month while you feverishly add the missing features - "exactly to spec" - for a custom fit? --- Michael Kimsal ht

[PHP] Parse Error

2001-08-15 Thread Michael L
Hi ! I have recently install php4 on Red Hat Linux with Apache, i try to connect to MySql Database but i have a parse error (on line 2) , why ? ( i have tried mysql_connect but it still doesn't work too ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP] PHP Client "Proofing" System out there?

2001-08-16 Thread Michael O'Neal
EMAIL PROTECTED], as I am on the digest. Thanks in advance! mto -- Michael O'Neal Web Producer/ Autocrosser ST 28 '89 Civic Si - M A N G O B O U L D E R - http://www.thinkmango.com e- [EMAIL PROTECTED] p- 303.442.1821 f- 303.9

Re: [PHP] Connecting to a MSSQL2000 database with a Linux box and PHP

2001-08-17 Thread Michael Stearne
This should be in the manual or in the archives of the list. I believe you have to use the Sybase drivers for Linux in order to conntect to the database. Michael Brandon Orther wrote: >Hello, > >Does anyone know of a tutorial on how to get PHP to connect to a MSSQL >database

[PHP] RE: [PHP-WIN] Mutiline read as Sigle Line!

2001-08-21 Thread Michael Rudel
Hi Jack, ... look at the generated html-code, you will read: This is a test! and this is not a joke! But since html doesn't display \r\n you have to use the php-function nl2br. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. A

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread Michael Kimsal
ping out with a more established project would benefit everyone more in the long run. Just some thoughts. :) Thanks again Michael Kimsal http://www.tapinternet.com/php/ PHP Training Courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Training Course Update - October 1-5

2001-08-22 Thread Michael Kimsal
far in advance to schedule time off, get the boss to expense the trip, etc. :) Thanks! - Michael Kimsal http://www.tapinternet.com/php PHP Training Courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] MySQL trubs

2001-08-22 Thread Michael O'Neal
; (Using password: YES) I've been mucking around the command line for a while, but can't figure out how to reset my root password. It *was* setup with a root password, but it won't let me in now. Anyone have any suggestions? Please respond to [EMAIL PROTECTED], as I am on the digest

[PHP] Mac PHP'ers -> New PHP editor!

2001-08-22 Thread Michael O'Neal
rently. http://www.seejanecode.com mto -- Michael O'Neal Web Producer/ Autocrosser ST 28 '89 Civic Si - M A N G O B O U L D E R - http://www.thinkmango.com e- [EMAIL PROTECTED] p- 303.442.1821 f- 303.938.8507 -- PHP

[PHP] Re: The future of PHP

2001-08-23 Thread Michael Kimsal
ee PHP evolve to more of a standalone system to act as its own webserver - or have closer integration with Apache ala mod_perl. If either of those happen, imo, it'll be much longer than 3 years. If someone could write a PHP -> Java bytecode compiler, PHP code could run on any JVM, any t

Re: [PHP] The future of PHP

2001-08-24 Thread Michael Kimsal
Jeff Lewis wrote: >I actually had a talk with my boss today... > >We discussed different technologies and why we chose them. The reasons we >chose Java/JSP/J2EE etc: > >1) Scalability (number 1 reason) >2) Different projects like EJB etc > >I had been talking about PHP a lot and he says he lik

Re: [PHP] Thinking about going to ASP

2001-08-26 Thread Michael Kimsal
sure exactly what type of reaction you're looking for from the group here. :) Could you be more explicit about some of the "really great features" it has? include() is a "really great feature" of PHP which somehow seems to get lost in the ASP/IIS world.

Re: [PHP] What development environment do you use for PHP?

2001-08-27 Thread Michael Kimsal
PFE32 and WS_FTP when in windows VI or kwrite when under linux Greg Beaver wrote: >Hi, > >I'm curious what programs/platforms different people use to develop PHP. > >I don't have access to a good unix or linux server (need the hard drive >space for large .wav files), so I develop in Microslop L

Re: [PHP] Dedicated Hosting

2001-08-27 Thread Michael Kimsal
We've used rackspace, webservepro.com, xo, and had machines placed at exodus. Webservepro.com is the least expensive, and they still maintain pretty good service (personal service I mean). No default UPS - you gotta pay extra for that if it's that important to you (over 2 years hosting - 2 hou

[PHP] Update 2 documents with only 1 POST?

2001-08-27 Thread Michael Cronström
Hi, Is there a smart way, that I have overseen, to update/download 2 (or more) PHP-docs with only one POST/GET instruction ? I do not want to use either javascript or cockies! Michael Cronström [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] Controlling Printing output

2001-08-27 Thread Michael Kimsal
pic, text or whatever) in a A4 sheet, for an >example? > >Thanks in advance, > -------- michael kimsal http://www.tapinternet.com/php/ php training courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

Re: [PHP] Certification

2001-08-27 Thread Michael Kimsal
7;s > because there is no certification, or proof of any kind from a > respected or well-known organization. --- michael kimsal http://www.tapinternet.com/php/ php training courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Re: The future of PHP - accessory libraries

2001-08-28 Thread Michael Kimsal
Rasmus Lerdorf wrote: >>Look at it from their point of view. Say, as a customer, you want to use >>library X. The ISP looks around and eventually find it lives on a personal >>site in Greece or Hungary. Not very confidence inspiring. The ftp on this >>site is broken, so they email the author a

Re: [PHP] Re: The future of PHP - accessory libraries

2001-08-28 Thread Michael Kimsal
Rasmus Lerdorf wrote: >>Something which seems to not be a viable option for most things is SO >>files. For some reason, the only "real" way (documented) to get >>things into PHP is to compile them all into PHP. I've used the pdflib >>SO file and just used dl() to bring it in - works like a ch

Re: [PHP] What does PHP stand for?

2001-08-28 Thread Michael Kimsal
It stands for freedom of choice, liberty, mom and apple pie, as far I can tell, though probably not in that order. Niklas Lampén wrote: >It just crossed my mind: I don't know what PHP stands for...so anyone? :) > > >Niklas > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] Best Way?

2001-08-28 Thread Michael Kimsal
So require them to have cookies turned on. If it's YOUR system, you can require whatever you want. If this is something for your company, presumably it's a business tool of some sort, and you can then require them to do whatever you need to go get the job done. Gary wrote: > Hi All, > I h

Re: [PHP] Re: The future of PHP - accessory libraries

2001-08-28 Thread Michael Kimsal
and other things. I don't NEED these things compiled in to PHP for every page request, yet the only method that's ever worked for me is by compiling them directly in. Most packages don't give PHP specific instructions, and even the couple that do don't appear to give instru

[PHP] September PHP meeting - SouthEast Michigan Php User Group (SEMPUG)

2001-08-30 Thread Michael Kimsal
EARLY REMINDER: Our next meeting is NOT tonight (as some people have asked) but *next* Thursday evening (first Thursday in September - September 6, 2001). Address 125 N Huron #400 Ypsilanti, MI 48197 2 blocks north of Michigan Ave in downtown Ypsi. As usual, we'll see you all between 7 and 8 f

[PHP] [PHP406]:No HTTP_POST_FILES on WinNT?

2001-08-30 Thread Michael . Thanry
the proper variables according to my file there but nothing about http_post_files. register_global and track_var are on in php.ini but still no luck. Any idea? Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP] FTP Connection Problems

2001-08-31 Thread Michael Jacobs
rough other clients. It also gives this error for the first ftp_put() I call, but it drops the first file to be FTP'd into its local folder and then the script dies. Does anyone know whether this error is coming from my code, PHP, or the FTP server I'm trying to connect to? Thanks-

[PHP] Newbie: PHP has encountered an Access Violation..

2001-09-02 Thread Michael Cronström
...at 018D2466 what have I done wrong! Michael Cronström [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Newbie: PHP has encountered an Access Violation..

2001-09-02 Thread Michael Kimsal
piled in to the webserver (Apache is the prime example). Good luck. Michael Cronström wrote: > ...at 018D2466 > > what have I done wrong! > > Michael Cronström > [EMAIL PROTECTED] > > http://www.tapinternet.com/php/ PHP Training Courses 734-480-9961 -- PHP General Mailing Li

Re: [PHP] php's future

2001-09-02 Thread Michael Kimsal
Pardon my English - I don't know Chinese. :( That's the worst comparison benchmarks I've ever seen. http://www.zdnet.com/enterprise/stories/linux/0,12249,2646052,00.html DAMN - they've moved it. Anyone got a better link? The only one I could find was http://groups.yahoo.com/group/ASP-Develo

Fwd: [PHP] Newbie: PHP has encountered an Access Violation..

2001-09-02 Thread Michael Cronström
> > >what have I done wrong! Answering myself: Oops! Looping the Loop with no skills always ends with a crash! ...one day there will be an Apache standing in the shadow, I hope! Thanx Michael Cronström [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] separate files?

2001-09-03 Thread Michael Kimsal
Honestly, that seems like one damn big file to me. Are you using all those functions in every single file? If not, you're loading and (re)compiling a hell of a lot of code on every page request. If you're done developing, it may be time to split that up into more logical files (all db functio

Fwd: [PHP] Text area's width in NS

2001-09-04 Thread Michael Cronström
tions |:-( If everyone tried to remember the following, things would have been easier: "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect." -- Tim Berners-Lee, W3C Director and inventor of the World Wide Web Michael Cronström [EMAI

Re: [PHP] If PHP4 existed in 1995 we would of taken over the worldby now

2001-09-04 Thread Michael Kimsal
I don't think "we" need "spies" - the ASP stuff is pretty out in the open as to where they're going. Visit www.ibuyspy.com to get some tutorials on how to use ASP+ in a commerce environment. There's some neat things, but most of it seems overkill, and some of the neat things still seem to lock

Re: [PHP] PHP on Solaris / Linux with MSSQL Server 7.0 or 2000 on Win2K

2001-09-04 Thread Michael Kimsal
col changes between 7 and 2000 (from what I hear) so the basic stuff should work the same. What types of 'weird problems' are you having? - michael kimsal http://www.tapinternet.com/php/ php training courses 734-480-9961 -- PHP General Mailing List (

Re: [PHP] PHP Stress Testing.

2001-09-04 Thread Michael Kimsal
Goalposts change. The zdnet eweek article from last november showed PHP being *THE* fastest between JSP, ASP, CF and PHP. PHP was 47 pages/second. ASP was 43, CF was 25 or 26, and JSP was 13. The benchmark was a ecommerce store - each system had functionally equivalent code, and ran on the sa

Re: [PHP] remote scripting objects

2001-09-05 Thread Michael Kimsal
The javascript would have to call a PHP script on the server instead of an ASP script. It's nothing specific to MS stuff. MailingLists wrote: > I don't know if it's IIS or ASP that handles this, but there's a beast > called a remote scripting object. It combines JavaScript and ASP to > c

[PHP] << Previous / Next Buttons >>

2001-09-06 Thread Michael O'Neal
g with it for a while now, but haven't been very successful. Anyone have any snippets, or ideas for me? Thanks in advance. mto -- Michael O'Neal Web Producer/ Autocrosser ST 28 '89 Civic Si - M A N G O B O U L D E R - http:

[PHP] Module/PHP conflict

2001-09-06 Thread Michael Cronström
odule Module compiled with debug=0, thread-safety=1 module API=20001214 PHP compiled with debug=0, thread-safety=1 module API=20001222 These options need to match in Unknown on line 0' What do I do to fix it? Michael Cronström [EMAIL PROTECTED] -- PHP General Mailing List (http://www.ph

[PHP] Cybercash compiling as shared module

2001-09-07 Thread Michael Kimsal
I'm trying this specifically with the cybercash module. When I just do ./configure --with-cybercash=/path/to/mck, it works (well, it gets thru configure and make anyway). ./configure --with-cybercash=/path/to/mck,shared and ./configure --with-cybercash=shared,/path/to/mck both don't work. I

Re: [PHP] Re: a general perl like pares of the query string...

2001-09-08 Thread Michael Kimsal
Aaron, CC Zona wrote before that: If track_vars is on (always true if version >= 4.0.3), then the global vars $HTTP_GET_VARS['bob'] and $HTTP_GET_VARS['phil'] are already set. And if register_globals is on, then the global vars $bob and $phil are also already set. --

Re: [PHP] Assigning output of include() to a variable

2001-09-09 Thread Michael Kimsal
urn output buffering on, include() the file, grab the contents from the output buffer, put them into $x, and clear the buffer. There should be an example or 2 at the website. zend.com also had an article on output buffering. -------- Michael Kimsal http://www.tapinternet.com 734-480-9961

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

2001-09-10 Thread Michael Kimsal
As others have mentioned, output buffering is what you want to look at. I've been doing some minor research on CF the past couple weeks, and it seems that CF, by default, always has output buffering on. While it's great for allowing redirects/header info to be pushed out wherever in a script,

RE: [PHP] << Previous / Next Buttons >>

2001-09-10 Thread Michael O'Neal
photoid']; > $array[$x] = $photo_id1; > if ($photo_id1 == $photo_id) { > $position = $x; Thanks a lot, Jeff & Chris. I'll try it this morning! mto -- Michael O'Neal Web Producer/ Autocrosser ST 28 '89 Civic Si - M A N G O B O

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

2001-09-10 Thread Michael Kimsal
Good to hear. How's fusebox working for you? Andrew Penniman wrote: >The Steve Edberg (option #2) and Michael Kimsal suggestions to use >ob_start() output buffering work like a charm. Thanks so much! I would >have been a long time coming before I mad this connection on my

[PHP] MySQL query help

2001-09-10 Thread Michael George
e column, not a display column... I have the Widenius MySQL book, but I haven't found anything useful in there. If anyone has an idea, I'd appreciate it... -Michael -- No, my friend, the way to have good and safe government, is not to trust it all to one, but to divide it among the ma

Re: [PHP] Content management

2001-09-10 Thread Michael Champagne
oes anyone have some links or examples of this kind of > system from > a layout perspective, even functionality. I want to deliver something they can > really use. > > Thanks, > > -Scott > > > -- Michael Champagne, Software Engineer Capital Institutiona

[PHP] PHP Training Course

2001-09-10 Thread Michael Kimsal
everyone out there. :) --- Michael Kimsal http://www.tapinternet.com/php 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] User Authentication / only 1 login per user at any time

2001-09-10 Thread Michael Kimsal
thin >20 minutes .. Or is there a better way to do it? >Thanks, >Lewi > Michael Kimsal http://www.tapinternet.com/php PHP Training Courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] MySQL query help

2001-09-11 Thread Michael George
found the information on the if() operator/function. However, there was no mention in the text about using variables with the "@" prefix... Oops, here it is in the online manual that installed with mysql 3.23.36... I should have looked there first. Thanks for your help! -Michael -- N

Re: [PHP] Re: More thoughts about PHP: Taglibs

2001-09-11 Thread Michael Kimsal
Perhaps you should just use cold fusion then, if you're that hot and heavy into tag-based languages. tagservlet.com has a Java/CF hybrid which may hold some interest. PHP's strength, IMO, is that it's NOT a tag-based language. You can create any functions you want and call them already from a

Re: [PHP] More thoughts about PHP: Taglibs

2001-09-11 Thread Michael Kimsal
Dr. Evil wrote: >It seems to me that one of the problems with PHP is that you have to >include code in your HTML pages. Even with the cleanest design, you >end up with HTML that looks like this: > > >Hello, . Your last login was showlastlogin(); ?>. > > No, you don't. Have a script file th

[PHP] for loop changes?

2001-09-14 Thread Michael Gerholdt
In PHP Version 4.0.3pl1 for ($i='01';$i<=12;$i++) the increment used to produce 01 02 03 ... 09 10 11 12 but in PHP Version 4.0.6 the identical script for ($i='01';$i<=12;$i++) produces: 01 2 3 ... 9 10 11 12 I want the week and month days to have leading zeros - how can I make the new e

Re: [PHP] Performance: PHP vs. Visual Basic

2001-09-16 Thread Michael Kimsal
x27;ve already paid for this software you're running (right?) it's probably worth it to take a while to optimize what you've got first. Michael Kimsal http://www.tapinternet.com 734-480-9961 On Sun, 16 Sep 2001, Masami Kawakami wrote: > Maybe this is one

[PHP] Handling sessions between servers?

2001-09-17 Thread Michael Champagne
Is it possible to handle sessions with PHP between separate web servers? We have 2 Apache servers and would like to share session data between them. If we keep the session data on an NFS mounted drive -- will this work? Would it be better to write custom session handlers to store session data i

[PHP] Image Edit Uploading Problem.

2001-09-17 Thread Michael O'Neal
and 1 image, etc..) or is there a catch-all that might be able to do this for me? I'm a pretty new PHP'er, so forgive me if this is an obvious question, or there is a better way to do this. Please respond directly to [EMAIL PROTECTED] as I am on the digest. TIA, mto -- Michael O&#x

[PHP] Still no solution...can anyone help?

2001-09-19 Thread Michael O'Neal
hange (Two text fields, and one image, or both images and no text fields, or 1 text field and 1 image, etc..) or is there a catch-all that might be able to do this for me? I'm a pretty new PHP'er, so forgive me if this is an obvious question, or there is a better way to do this. Please r

Re: [PHP] MSSQL Support

2001-09-19 Thread Michael Kimsal
is located at freetds.org. We've used it fine talking from a RedHat 6.2 box to multiple SQL7.0 machines on NT4. I say he's our local genius cause he presents at our local LUG and PHP user groups on occasion. One hell of a nice guy. :) FreeTDS will be sufficient for most of your M

Re: [PHP] Re: event cache management (no, not code cache) -- W32/Nimda filter

2001-09-22 Thread Michael Kimsal
he time/effort to get one. Also, consider those with multiple web servers - each of them logging distinct data would be overkill - a separate DB machine would take the load off them (network only, no disk) and keep a centralized copy of logs. Good luck. Michael Kimsal http://www.tapinter

[PHP] Need help with auto_prepend_file

2001-09-24 Thread Michael Champagne
Our website relies heavily on include files. We have a single include file that is 'auto prepended' to every php file on the site using the auto_prepend_file directive in php.ini. This include file does an include_once on other include files. Also, most parts of our code include other page comp

[PHP] Mysql check

2001-09-24 Thread Michael George
ore it's really executed. I'm not on any mailing lists for MySQL, but I'll try checking their web site for an explanation, too. Thanks! -Michael -- No, my friend, the way to have good and safe government, is not to trust it all to one, but to divide it among the many, distr

[PHP] display_errors=on with sessions

2001-09-24 Thread Michael Champagne
s? We use sessions very heavily so I'm wondering if the crashes are caused because the PHP error messages put output on the screen and the session_start() can't work since output has already gone by. Anyone else have experiences with this? Thanks, Michael Champagne, Software Engineer C

Re: [PHP] chat with php

2001-09-25 Thread Michael Kimsal
Edney Marcel Imm wrote: >HI. > >Anyone have a chat with php? > >tks > ME: Hello PHP PHP: Hello M: How are you? P: Tell me more about you. M: I'm just a guy living in Michigan P: Are you sure? M: Yes P: How does that make you feel? M: I dunno... Sorry - I couldn't resist. Visions of old ELIZA

[PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Michael . Thanry
't seem to work. Any idea or suggestion? Regards, Michael Thanry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Help - error loading PHP into Apache

2001-09-26 Thread Michael Champagne
alled and enabled. Does anyone see what my problem is here? Thanks in advance for any replies, -- Michael Champagne, Software Engineer Capital Institutional Services, Inc. wk: [EMAIL PROTECTED] hm: [EMAIL PROTECTED] **

Re: [PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Michael . Thanry
Ok, I now feel stupid because it still don't work or I still don't get it. Here are the filez please feel free to comment and advise. (See attached file: index.php)(See attached file: TESTAD~1.PHP)(See attached file: index2.php)(See attached file: menu.php) Regard

Re: [PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Michael . Thanry
word; $value=session_value; then frame src=menu.php? and in the menu.php you need to have that: session_start(); (to start the sessions and create the sessions variable... :) Yours, M "Michael Thanry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTEC

RE: [PHP] Problem with mail()

2001-09-29 Thread Michael Katz
Good call, rtrim() seems to have brought back my sanity! -Original Message- From: ReDucTor [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 10:28 AM To: Martín Marqués; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Problem with mail() You might want to check if there

[PHP] PHP slash Apache question?

2001-10-02 Thread Michael Champagne
yntax error' in the title bar of the browser and the body says 'The page cannot be displayed'. Thanks in advance for any replies. Also, the index page that this is going to is issued location redirect through PHP that moves it to another page. -- Michael Champagne, Softw

Re: [PHP] Re: PHP slash Apache question?

2001-10-02 Thread Michael Champagne
Great, thanks for the response Jim. Would there possibly be a way around this using mod_rewrite? Thanks, Mike > Michael Champagne <[EMAIL PROTECTED]> wrote: > > Ok, this is semi-related to PHP. I think it may mainly be our Apache > > configuration. We have our liste

[PHP] PHP Knowledge Base solution?

2001-10-03 Thread Michael O'Neal
-- Michael O'Neal Web Producer/ Autocrosser ST 28 '89 Civic Si - M A N G O B O U L D E R - http://www.thinkmango.com e- [EMAIL PROTECTED] p- 303.442.1821 f- 303.938.8507 -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Refer a class

2004-07-25 Thread Michael Ochs
I can use $this->main->VARIABLE but the values are old. If I call a function with $this->main->func_name(); it doesn't work, but there also isn't an error message! What's wrong with these functions? Thanks for help, Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Refer a class

2004-07-25 Thread Michael Ochs
dclass"); $myclass->nickname = "abc"; Now, when I call $this->main->nickname in $class2, wich actually should call $myclass, it returns "xyz" instead of "abc"! Any idea? Thanks, Michael "Jason Davidson" <[EMAIL PROTECTED]> schrieb im

RE: [PHP] -> operator and :: (formal names?)

2004-07-26 Thread Michael Sims
Katie Marquez wrote: > Hi! > > I did a search of the PHP manual for these: > > -> and :: > > I know what they are used for, but what I don't know > is what they are formally called. Can someone tell me > what they are called (short of using the symbol in the > name)? I don't know what PHP's offic

Re: [PHP] Refer a class

2004-07-26 Thread Michael Ochs
> It's being copied somewhere. Maybe try this in the loadModule function: > $this->module[$name] =& new $name($this); > > You don't need the & for $this as you've defined the function to send > it by reference. It doesn't work, either. But I think maybe the problem is somewhere else, it seems that

RE: [PHP] Re: Classes, instances and NULL

2004-07-29 Thread Michael Sims
Oliver Hitz wrote: > Thank you. I know there is a `===' operator, but to me this doesn't > make sense either. > > class A { } > class B { var $x; } > > It is logical that an instance of `A' is not identical to null. > However, why is an instance of `A' equal (`==' operator) to null, an > instan

RE: [PHP] help with regular expression

2004-07-29 Thread Michael Sims
Barbara Picci wrote: > I've a script that must strip a string when it find the first word > containing at least 4 characters; it must print the content of the > string before that word, that word, a separator and the rest of the > string. > > I've tried with ereg whit this script ([EMAIL PROTECTED]

[PHP] Sending mail() using 5.0.0

2004-07-30 Thread Michael Purdy
Folks I am running php 5.0.0 on Windows 2000 When using php-cgi.exe or php.exe for that matter I get the following error when using MAIL() Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in e:\http\cgi\mail.php on line 4 When using php-win.

[PHP] Page load based on logic

2004-07-30 Thread Michael Harding
I have a if statement. if (this){ load page1.php; } else { load page2.php; } I simply want to go to different page depending on the results of a logic statement. I can't find a function or statement that allow me to pass the page to. I am looking for a "load()" or goto() type call. I d

Re: [PHP] Page load based on logic

2004-07-30 Thread Michael Harding
Thank you. You suggestion will work for some cases. However it doesn't actually load a different page. Sometime I will need to load a completely new URL instead of just a local PHP page...ie: www.somepage.com. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Page load based on logic

2004-07-31 Thread Michael Harding
Huh? I don't understand. Sorry... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql_connect and PHP 5.0

2004-08-03 Thread Michael Marold
I C S N E T W O R K S internetcommunicationsecuritynetworks _ System Manager & Webdesigner Ing. Michael Marold Rudolf - Zellerg. 51/1/6 1230 Wien ___

[PHP] RE: mysql_connect and PHP 5.0

2004-08-03 Thread Michael Purdy
Have you enabled MYSQL support by removing the semi-colon in front of the extension DLL in the php.ini file? Mike

RE: [PHP] Re: IMPORTANT: Please Verify Your Message[Scanned]

2004-08-06 Thread Michael Egan
ould hold water. Oh well! Back to programming. Michael Egan -Original Message- From: Josh Acecool M [mailto:[EMAIL PROTECTED] Sent: 06 August 2004 20:35 To: [EMAIL PROTECTED] Subject:[PHP] Re: IMPORTANT: Please Verify Your Message[Scanned] I've requeste

<    10   11   12   13   14   15   16   17   18   19   >