Re: [PHP] PHP vs. CGI

2003-03-05 Thread michael kimsal
John Taylor-Johnston wrote: Three advantages I like: 1- no more cgiwrap. 2- thus I can work in any directory and am not bound to cgi-bin 'being bound to cgi-bin' is a function of how the server is set up, not 'cgi' itself. I've worked on systems where anything ending in .cgi was treated as a cgi s

[PHP] Re: Objects: Cant set object variables with refrences ...

2003-02-11 Thread michael kimsal
ssed by reference *seems* more logical to me. Otherwise you could end up with $this->t &= $c.$d; What's being passed by reference at that point? Michael Kimsal http://www.phphelpdesk.com http://www.phpappserver.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] WYSIWIG CMS Part1

2003-02-10 Thread michael kimsal
tend to think most people getting their ire up over various template systems usually don't have sites with much traffic anyway. I may be wrong here - it's more of a hunch than anything else. Michael Kimsal http://www.logicreate.com <-- doesn't use Smarty :) 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: MySQL/PHP Associative Array Insert

2003-02-03 Thread michael kimsal
Kimsal's example: (That's what I figured the co-worker was after, with the 'next level' bit) --- michael kimsal <[EMAIL PROTECTED]> wrote: The only problem here is that there is no table name, which is easily remedied. You probably want to pass the table name as a

[PHP] Re: Graphic Pie Charts

2003-02-02 Thread michael kimsal
jpgraph (aditus.nu I think, but can't remember) Michael Kimsal http://www.phpappserver.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: MySQL/PHP Associative Array Insert

2003-02-02 Thread michael kimsal
nd all that crap. 1 column or 50 columns is absolutely no more work for you. Modify it just slightly some by using REPLACE with MySQL and you've got updates and inserts taken care of. PLUG: That's the sort of thing we get up to during our PHP Training Courses. More info at http://tapint

[PHP] Re: PHP3 Web Architecture Framework

2003-02-01 Thread michael kimsal
Karthikeyan.Balasubramanian wrote: Hi, I browsed the web for many different web architecture and frameworks. I found many Interesting but all wants latest version of PHP at least PHP 4.0.6. I dont want to upgrade the PHP Version(4.0.5) that i have because many clients are using it and i dont

Re: [PHP] PHP Encoders and GPL License

2003-01-19 Thread michael kimsal
ain, no, you can sell it, but you're obligated to provide the source to any purchser who requests it, and you can't then stop them from redistributing it. Any Linux kernel changes you made then 'sold' would either not sell at all, or would sell a couple copies then get rolled

Re: [PHP] Ever complained about lousy PHP programmers?

2003-01-18 Thread michael kimsal
asier both to read and to type. It's not my favorite use of time to do extra typing just to try to shave off 2 tenths of a millisecond for the processor - computers are here to make life easier (supposedly!) :0 Michael Kimsal LogiCreate http://www.phpappserver.com 734-480-9961 -- PHP Gener

Re: [PHP] Re: Source Guardian

2003-01-10 Thread michael kimsal
Sean Malloy wrote: Keep in mind the "Works out of the box with no changes to your server" requires the use of the function dl() Good point - had forgotten that may have issues for some people. However - in our case we've used 'protected' versions only for demos, which people generally aren't ru

Re: [PHP] Suggestions on FAQ application?

2003-01-10 Thread michael kimsal
had authors who were interested enough to bother to register them in the first place. Michael Kimsal http://www.logicreate.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Source Guardian

2003-01-10 Thread michael kimsal
date. Unless you put up a new trial file on a site every day, you won't be able to offer '14 day' trials, for a start. The file will timeout on date X, regardless of when the user downloaded it. The Zend license manager is much more flexible in that regard, but is overkill for

[PHP] Re: something annoying about includes/relative paths.

2003-01-09 Thread michael kimsal
H.'html/header.php'); and so on and so forth. searching for __FILE__, and removing the filename from the output, gives you a sort of relative path hack. Hope someone finds that useful You could also simply use the $DOCUMENT_ROOT variable prepopulated for you ($_SERVER['DOCUMENT

[PHP] Re: Medium to Large PHP Application Design

2003-01-09 Thread michael kimsal
ility to take preexisting classes and attempt to reverse them into UML diagrams, suitable for giving newcomers to a project a good starting point for understanding a project. Of course, UML is just one facet of a project's development, which isn't even that widely embraced

Re: [PHP] Connection pool extension?

2003-01-09 Thread michael kimsal
c PHP functions to allow PHP to talk to it - it'll hold connections open for you automatically. Michael Kimsal http://www.tapinternet.com/php PHP Training Courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Securing areas of a web site with PHP

2003-01-01 Thread michael kimsal
Jean-Christian Imbeault wrote: I'll try this out and see what I get. Though I have read that not all browsers follow cache-control directives ... Exactly - and some don't follow other HTTP header directives to the letter either. You will not be able to 'secure' this stuff 100% simply because

Re: [PHP] php app frameworks?

2002-12-27 Thread michael kimsal
Jason Sheets wrote: If you go to www.hotscripts.com they have several PHP application frameworks listed. I've investigated PHPLIB, and horde (http://www.horde.org) but wound up creating my own framework because I have not yet found a well documented framework that does what I need it to do. Wh

Re: [PHP] LDAP support...

2002-12-23 Thread michael kimsal
Peter Lavender wrote: OK this is lame, but I'm posting a reply straight after the message hits my box... I'm running debian and have apt-get php and openldap. openldap works, as does php. I'm now working with the ldap functions and here is where I'm stuck. apt-cache search php4 what turn

[PHP] Re: Good program to indent large quantity of files?

2002-12-20 Thread michael kimsal
Leif K-Brooks wrote: I haven't been indenting any of my code, but I want to start indenting to make the code more readable. It would be near-impossible for me to manually indent what's already there, though. So, I'm looking for a program to indent an entire folder of PHP files at once. Any s

[PHP] Re: Training Courses in PHP & MySQL

2002-12-19 Thread michael kimsal
h our courses, students get a free Zend Studio, and free snacks and lunch. Little things, true, but they mean a lot to some people. :0 Michael Kimsal http://www.tapinternet.com/php 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Training Courses in PHP & MySQL

2002-12-19 Thread michael kimsal
ut learning PHP, give me a call or drop me an email at [EMAIL PROTECTED] Our next class is in January in Detroit, but we may still be able to convince you to come out here anyway! :) I can be reached at 734-480-9961, or 1-866-745-3660 (toll free). I look forward to hearing from you. Mich

[PHP] Re: PDF Lib

2002-12-16 Thread michael kimsal
Bogomil Shopov wrote: hi folks Is there any way to include in PDF file .gif file with more than 8 colors? Error:Warning: Internal PDFlib warning: Color depth other than 8 bit not supported in GIF file regards Bogomil No, there's no *standard* way. I dare say that PDFlib itself could be hack

Re: [PHP] Session: I RTFM

2002-12-15 Thread michael kimsal
ference between: $familyname = getvar("familyname"); and $familyname = getvar('familyname'); -- There's no effective difference. :) Good magazine Marco - keep it up! Michael Kimsal http://www.phpappserver.com 734-480-9961 -- PHP General Mailing List (http://w

[PHP] Re: Session: I RTFM

2002-12-14 Thread michael kimsal
Instead of while(list($k,$v)=each($_POST)){ $_SESSION[$k]=$v; //echo "_name_ ".stripslashes($k)." _value_ ".stripslashes($v).""; } why not just $_SESSION = array_merge($_SESSION,$_POST); ??? Michael Kimsal http://www.phpappserver.com 734-480-9961 --

[PHP] Re: Performance issues

2002-12-12 Thread michael kimsal
standard NDA, or will work within NDA terms you provide. We've done this before with good results, and will be happy to work with you on your issues. -- Michael Kimsal http://www.tapinternet.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Forms

2002-12-10 Thread michael kimsal
Beauford.2002 wrote: John Mary John Mary Maybe you just had a typo before? Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support when you need it! 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: C#

2002-12-08 Thread michael kimsal
e. Sr. Perez: Please visit aspfriends.com (I think that's it) or learnasp.com. There are links there to many c# and other .net-related lists and boards. Good luck. Michael Kimsal http://www.phpappserver.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Done w/ PHP - VB or C# ?

2002-05-16 Thread Michael Kimsal
le) as well as other platforms (Java springs >>to mind). Just because it's "not PHP" shouldn't mean you ignore it or >>worse yet, publicly denigrate it. > > > Public denigration of what I don't understand is how I strike out at a > callous world that&

Re: [PHP] Done w/ PHP - VB or C# ?

2002-05-16 Thread Michael Kimsal
ernal authentication as opposed to a public authentication system. Hardly retracting .NET from the scene. There's a lot of interesting concepts in the .NET codebase out there now (ASP.NET webforms, for example) as well as other platforms (Java springs to mind). Just because it's "

[PHP] Re: Done w/ PHP - VB or C# ?

2002-05-15 Thread Michael Kimsal
our belt. It helps, but it most likely won't instantly get you better results. Michael Kimsal http://www.logicreate.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cool PHP Tricks/Features ?

2002-05-15 Thread Michael Kimsal
ady messed up. But even PRINTing a regular page that is gzipped is hosed, because NS tells the server it can handle zipped data, but it doesn't unzip before printing, so you'll be printing out compressed data to your printer. Don't even bother flaming me about x% of your users sti

Re: [PHP] Cool PHP Tricks/Features ?

2002-05-15 Thread Michael Kimsal
*. I look at it the other way - I love having more things under my control, and regardless of whether a webserver has configured outgoing compression or not, I can control it. > > > What's everyone else think? > See above. :) Michael Kimsal http://www.logicreate

[PHP] Re: Compatiblity: Zend-1.20 + PHP4.2.1

2002-05-14 Thread Michael Kimsal
pretty picky about what versions it works with. IIRC, it didn't used to be uncommon for the ZO to lag at least a few days behind PHP releases, and I wouldn't be surprised if that's still the case. Michael Kimsal http://www.logicreate.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: css sheets in designs

2002-05-13 Thread Michael Kimsal
d most people aren't worried about bandwidth costs, but a 50% reduction is page loading speed is something more people seem to notice. Michael Kimsal http://www.logicreate.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: unhandled exception processing the ISAPI

2002-05-13 Thread Michael Kimsal
to reboot the system because IIS won't work!!! > > Would u please give me some help or advice? thx!!!! > This may seem a bit harsh, but don't use the ISAPI version. Michael Kimsal http://www.logicreate.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Debugger

2002-05-12 Thread Michael Kimsal
Rasmus Lerdorf wrote: > That's just not the case. The debugger in PHP 3 would not work at all in > PHP 4 and would need a complete rewrite. So, being cynical you might say > that someone should have written a debugger for PHP 4 and the fact that > nobody did was the conspiracy, but it makes no s

[PHP] Re: To all who replied to :Newbie question to everybody...PHP

2002-05-12 Thread Michael Kimsal
e a tutorial (I'd guess searching for 'php array tutorial' would net you exactly what you want though too). Use search engines first - you're bounch to find exactly what you're looking for in a fraction of a time it takes people multiple people to read and respond, t

Re: [PHP] Re: Debugger

2002-05-12 Thread Michael Kimsal
obviously, and I've never heard an answer one way or another why it was removed, but the timing seems pretty remarkable. Michael Kimsal http://www.logicreate.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Getting PHP on FreeBSD to talk to MSSQL Server 7...

2002-05-10 Thread Michael Kimsal
/local/etc/freetds, which it > is/was my understanding that this is what's supposed to be there. Yet > not only does PHP give me: the --with-sybase= line needs to point to where freetds was compiled, not the interfaces file. We don't use the interfaces file, which seems to

[PHP] PHP Training Course announcement

2002-05-06 Thread Michael Kimsal
information. -- Michael Kimsal Tap Internet, Inc. (734) 482-1371 Toll Free 1-866-745-3660 http://www.logicreate.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP compared to JSP

2002-05-04 Thread Michael Kimsal
PHP -> C compiler, but haven't seen anything on it yet. This might alleviate speed problems for people (although it would introduce a longer write/compile/test cycle). Michael Kimsal http://www.logicreate.com/ 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] if cant use header what should i use? or how to do this?

2002-05-03 Thread Michael Kimsal
Mantas Kriauciunas wrote: because i have lots of outputs before it..and i need them all..so..what should i do? If you need them, why are you redirecting away from them? You can't 'need' to display something and simultaneously 'need' to redirect away from that

[PHP] Re: PHP vs JSP

2002-05-03 Thread Michael Kimsal
Paras Mukadam wrote: > Dear all, > How is PHP similar to / different than JSP ? I mean, in JSP the page is > compiled the first time it runs on the web-browser, then the next time it > finds the .class file and just runs it. i.e. the compiling is "just" the > first time !! How does it work in PHP?

Re: [PHP] Secure user authentication

2002-05-03 Thread Michael Kimsal
he access rights were forged. > What I can't figure out is why you're allowing people to just randomly put pages on your server. If someone was to randomly register a similar user object, etc - why bother? If I can put pages on your server and execute them, I'd do some

[PHP] Re: Best BBS

2002-04-30 Thread Michael Kimsal
one else's phpbb site a few weeks ago and thought it was a horrible mishmash of code/html. But I'm not going to post a whole website about how bad it is unless without giving specific examples. :) Michael Kimsal http://www.logicreate.com 734-480-9961 -- PHP General Mailing List

Re: [PHP] lookin for a Menuing System...

2002-04-28 Thread Michael Kimsal
Mark Charette wrote: >-Original Message- >From: michael kimsal [mailto:[EMAIL PROTECTED]] > > >Similarly, can someone point me to a company that specifically disables >javascript as 'corporate policy'? >Ford, General Motors, and Chrysler specifically disall

Re: [PHP] lookin for a Menuing System...

2002-04-28 Thread Michael Kimsal
Miguel Cruz wrote: >On Mon, 29 Apr 2002, michael kimsal wrote: > > >>Miguel Cruz wrote: >> >> >>>But take care - using JavaScript for site navigation is tricky business. >>>Some people don't use it, some people can't use it (not

Re: [PHP] lookin for a Menuing System...

2002-04-28 Thread michael kimsal
Miguel Cruz wrote: >> >>Do it in JavaScript, it works and it's client side so it will be >>faster. > > > But take care - using JavaScript for site navigation is tricky business. > Some people don't use it, some people can't use it (not supported by their > browsers / hardware / corporate pol

[PHP] Re: Hey PHP PPL - Great Question !!!

2002-04-28 Thread Michael Kimsal
s, and a host of other factors. Start with files and when they don't do what you need, move to a database. Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support when you need it 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP is making errors for no apparents reason..?

2002-04-27 Thread michael kimsal
$row[handle]\' , \'$user\')"; mysql_query($query); } The first "select" line doesn't end its quotes properly. Michael Kimsal http://www.phphelpdesk.com Guanrateed PHP support when you need it 734-480-9961 -- PHP General Mailing List (ht

[PHP] Re: web application development question

2002-04-26 Thread Michael Kimsal
lue' screen. Yeah, subtle plug there :) but it *does* work - we've been using this strategy for over a year and it's a good middle ground giving flexibility without having to grant access to code to people who don't need it/shouldn't have it. Michael Kimsal http://ww

Re: [PHP] authentication

2002-04-23 Thread Michael Kimsal
Brian Drexler wrote: > Use javascript and close the browser, that's all I can think of. > I wasn't aware you could close an entire browser - only a specific window. If the browser instance has any open windows, I believe the authentication will still be active. Mic

Re: [PHP] authentication

2002-04-23 Thread Michael Kimsal
Morten Ronseth wrote: > Anybody know how to revoke the HTTP authentication, i.e. log people out, > using PHP? > You can't ------- Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support when you need it 734-480-9961 -- PHP General Mail

Re: [PHP] LogiCreate: looking for resellers

2002-04-22 Thread Michael Kimsal
Richard Archer wrote: > At 7:57 PM -0400 22/4/02, Michael Kimsal wrote: > > >>you won't find a stronger combination of a solid development >>framework and professional support anywhere else. > > > In a word: Bollocks. > > This obviously an untrue c

[PHP] LogiCreate: looking for resellers

2002-04-22 Thread Michael Kimsal
k and professional support anywhere else. If you're ready to step up your development efforts with PHP, give us a call. - Michael Kimsal 734-480-9961 http://www.logicreate.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Not A PHP question but I need help in a big way...

2002-04-22 Thread Michael Kimsal
re extremely simple Hello World type stuff that don't use any external COM stuff, it'll work. Otherwise skip it. If you're on Windows, just stick with ASP/VBScript. Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Better standards in PHP-coding

2002-04-20 Thread michael kimsal
Mark Charette wrote: > Hehehe. And I thought the OTBSW (One True Brace Style Wars) had passed into > memory back some 10 or 15 years ago! Lo! They resurface yet again! 30 years > in this business and still I hear them argue. > > Perhaps a cb style program for PHP so people can write any blasted s

[PHP] Re: Better standards in PHP-coding

2002-04-20 Thread michael kimsal
ters for PHP should make a rational decision about what standard to choose and not just keep "what we are used to" for the disadvantage of future generations of programmers." What if there IS a forthcoming 'rational decision' about {} usage from all the core PHP team, an

[PHP] Re: CMS -- central module handling

2002-04-20 Thread michael kimsal
from how we handle it, but perhaps a bit more in line with what you're describing) > I have quite a few ideas, but I'm sure that our team is just > re-inventing the wheel. What are your experiences? Are there any good > books on the subject of creating an extendable content management system > (preferably from the coders point of view, but not language-specific). > > Thanks, > Lauri Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Querying Oracle from PHP

2002-04-19 Thread Michael Kimsal
/www.aditus.nu/jpgraph/ which I'd aso highly recommend. This will do some pretty sophisticated charting/graphing. Also, instead of PDFLib, you may want to investigate htmldoc from easysw.com first. You don't get as much fine-grained detail control, but it's much easier to work wi

[PHP] Re: Nasty DoS in PHP

2002-04-17 Thread Michael Kimsal
Dustin E. Childers wrote: > Hello. > > I have found something interesting that can kill the server. I'm not sure if this is >because of Apache or PHP. If you use PHP to send a header() inside of a while loop, >the httpd process will begin to use massive CPU and Memory until it is killed, or the

[PHP] Re: Storing images in MySql

2002-04-16 Thread Michael Kimsal
a need to programmatically control access to image files, don't bother putting them in a database. Let the filesystem do what it's meant to do - serve files. Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support when you need it 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Definitive answer for large scale registration/authentication

2002-04-16 Thread Michael Kimsal
;server-side' authentication and session handling is going to give you more flexibility. Our initial testing has show LDAP to be a bit faster in raw lookups for user authentication. Perhaps a combination of LDAP and a another database to store the session data would be your best bet. If you coul

Re: [PHP] Re: PHP MySQL Hosting services

2002-04-15 Thread Michael Kimsal
? "Fake it till you make it" is quite a popular lifestyle for many people. :) Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: "What date/time was it 7 hours ago"?

2002-04-15 Thread Michael Kimsal
o. How do I make a function that takes in -MM-DD HH:MM:SS and spits out > the -MM-DD HH:MM:SS minus... for instance, 7 hours? > > "What date/time was it 7 hours ago"? > > function timebefore($time,$hours=7) { $x = strtotime($time) - ($hours * 360

Re: [PHP] chechking to see if a directory already exists

2002-04-11 Thread Michael Kimsal
Kevin Stone wrote: > Wouldn't it be more helpful to assume that the individual is simply > uninformed? So isntead of flaming him and calling him stupid you could say, > "Check the PHP manual at www.php.net". > -Kevin > The definition of a question assumes the person is uninformed - else, why a

[PHP] Re: pages compressed with zlib

2002-04-11 Thread Michael Kimsal
y > Netscape 4.x *says* it supports compression, but it doesn't uncompress when printing, so if you use the compression method, your netscape 4 users will be at a loss if they want to print. Maybe this will force them to upgrade (finally) but probably not. Michael Kimsal http://www.p

[PHP] Re: Serializing Binary Data

2002-04-11 Thread Michael Kimsal
ble to run base64_encode() and base64_decode() on the data first, then serialize it. Or heck, just store that ascii version that is the base64'd version directly - no need to serialize. Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support when you need it 734-480-9961 -- PHP Gener

Re: [PHP] Re: arguments against php / mysql?

2002-04-10 Thread Michael Kimsal
ot; products a bad image. No one expects ASP to run on anything but IIS (chilisoft notwithstanding). If the server HAS to be Windows, use ActiveState's Perl or something else with a company behind it and just go down that road. Having PHP run poorly under Windows will just make PHP look bad, even if it's Windows' fault. Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: arguments against php / mysql?

2002-04-10 Thread Michael Kimsal
you? They may have a reseller program which means they'll make a couple hundred bucks off the sale of CF and want to push that. (just a guess - you haven't given any more info). For the money you'd spend on CF, you could do worse than to buy a machine to run LAMP on and go with that

[PHP] Re: PHP Sessions/P3P Questions

2002-04-10 Thread Michael Kimsal
hat the slime who *will* sell your name and email and whatever other info they gather will have no compunction about creating a false P3P policy file. Michael Kimsal http://www.phphelpdesk.com 734-480-9961 Guaranteed PHP support when you need it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sablotron XMl XSLT

2002-04-09 Thread Michael Kimsal
voicemail at my ISP ;) > > thanks, > You could use function_exists() to test if xslt_create() is a defined function. If not, then error out. If so, carry on. It's not limited to sablotron checking - check for GD, PDF, etc. Michael Kimsal http://www.phphelpdesk.com P

[PHP] Re: tired by linux - recompiling.._PHP SERVER

2002-04-01 Thread Michael Kimsal
Septic Flesh wrote: > anyone found any webserver for linux to support HTML - PHP - SSL without > much/any compiling . . > just the binary to uncompress and run .??? > > I am really tired by linux.. > > Most Linux distributions come precompiled with PHP and SSL in Apache by default. RedHa

Re: [PHP] ask for suggestion about printing

2002-04-01 Thread Michael Kimsal
stributable. It's fine for some situations, but it's not *free* for all uses. There are actually quite a number of scenarios I come across where PDFLIB isn't a 'free' package, but requires someone to pay. "implementing commercial Web services with PDFlib

[PHP] Re: Why?

2002-03-30 Thread Michael Kimsal
now, they have no specific connotation, but they've been used as placement holder names since at least the early 80's when I started programming. Michael Kimsal http://www.phphelpdesk.com PHP support when you need it 734-480-9961 -- PHP General Mailing List (http://www.php.net/)

[PHP] Re: Drawing graphs - opinions

2002-03-22 Thread michael kimsal
it? Is there something it's missing? -- Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Advice needed

2002-03-22 Thread michael kimsal
on the pricings of quantity1? Could you explain your problem in more detail (offlist is fine if you want). ------ Michael Kimsal http://www.phphelpdesk.com Guaranteed PHP support 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] object reflection in php?

2002-03-18 Thread Michael Kimsal
ty to a specific table column in a database, serializing wouldn't help. Michael Kimsal http://www.phphelpdesk.com Taking the ? out of http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] object reflection in php?

2002-03-18 Thread Michael Kimsal
his point. With your example, you still need to know the field name, which is what he's trying to avoid. Filippo, I think what you're looking for is: get_object_vars more info at http://www.php.net/manual/en/function.get-object-vars.php Does that help? Michael Kimsal http://www.phphelpdesk.com Taking the ? out of http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Get row number from mysql

2002-03-13 Thread michael kimsal
. second person > 3. third person > > and so on and so forth. > > Can anyone advise me on how I should do this? > > thanks, > Tyler > > Why not just put a counter in there? while ($row = mysql_fetch_array($sql)) { ++$counter; $id = $row["

Re: [PHP] Re: A stupid question...

2002-03-10 Thread michael kimsal
e of "adams", "aames", "aston", etc. would all match. I know there's someway to have mysql do a string manipulation to compare just part of a column's data with something, so you could do something similar to a 'substr' in PHP - but it

[PHP] Re: Can Anyone translate my script to php?

2002-03-10 Thread Michael Kimsal
e, but most versions before have it come by default. The server admin may have disabled it, but by default that happens. If it's not on, you could add a line to make it: --- Michael Kimsal http://www.phphelpdesk.com/ Taking the ? out of http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: problem with mysql persistent connections; already read the FAQ!

2002-03-08 Thread michael kimsal
reetds had a problem letting go of handles on the apache exit cycle). In short, if you're looking to load balance a high load, pconnects can help, but smart web serving architecture can help too (possibly moreso all around). > > I did read the alt.comp.lang.php FAQ, but it didn't

[PHP] Re: Graphing Question

2002-03-08 Thread Michael Kimsal
Chris Seymour wrote: > Hi All, > Does anyone know of a graphing package that will allow a line graph with > labels on the data points? > > Thanks in advance. > > Chris > Try JPGRAPH at: http://www.aditus.nu/jpgraph/ Michael Kimsal http://www.phphelpdesk.com

[PHP] Re: Dbconnect

2002-03-07 Thread Michael Kimsal
Josiah Wallingford wrote: > I have a file called dbconnect that stores all of my mysql information > (host, user, pass) up until now I have always just used localhost as the > hostname because it was on my local server. My question is what do I have to > do to connect to a different server? Do I j

[PHP] Re: PHP vs object.record set

2002-03-07 Thread Michael Kimsal
that going 'back and forth' in a recordset comes at the expense of a great amount of speed. MS and others will tell you that for good performance you should use 'forward only' recordsets, so it's of limited value to many people anyway. -- Mich

[PHP] Re: mcrypt? - Can't find any good info

2002-03-07 Thread Michael Kimsal
CRYPT_BLOWFISH_128, $key, $password, MCRYPT_ENCRYPT); > > print("$code = enc w/ $key"); > } > > encryptPassword("testing"); > ?> > > And i can't find any documentation on what might be causing this... anyone > out there know? > Is mcr

[PHP] Re: User accounts

2002-03-07 Thread Michael Kimsal
e to have the username or password in them at that point (only when they submit their login data). Michael Kimsal http://www.phphelpdesk.com Taking the ? out of http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: require v. includes

2002-03-07 Thread Michael Kimsal
d more than once during a particular execution of a script, and you want to be sure that it is included exactly once to avoid problems with function redefinitions, variable value reassignments, etc. Michael Kimsal http://www.phphelpdesk.com Taking the ? out of http://www.php.net/) To unsubscribe,

[PHP] Congrats to Rasmus?

2002-03-07 Thread Michael Kimsal
It doesn't seem to have been mentioned here unless my newsfeed is very slow, but phpdeveloper.org has a quick mention of the new addition to Rasmus' family. http://www.phpdeveloper.org/ "Well, everyone's favorite PHP developer multiplied last night - Rasmus Lerdorf now has a son (9.0lbs, 19.2

Re: [PHP] include() and paths

2002-03-06 Thread michael kimsal
going on under the hood with respect to includes under ASP - if you want gorey details let me know. :) After writing all this I see it's basically a rehash of the 9/2/2001 posting in the user comments under include at the php manual site. Is there a reason one of those 3 options isn'

[PHP] Re: HELP UNIX vs Windows

2002-03-06 Thread michael kimsal
e explode() or split() instead? list($category,$sku,$name,$sub,$price,$etc) = split("|",$cartFile[$i]); (might need to be "\|" instead of "|" - I can't remember, it's late, and I don't have easy access to test it. :0 --- Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How are they doing it?

2002-03-06 Thread Michael Kimsal
uest by parsing an email, then sending results back. If anyone gets 'redbook' magazine, you may have read about pillowmail.com - again, a client of ours using PHP and parsing thousands of emails per day with procmail/PHP. Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP

[PHP] Re: PHP-Based Authentication Security?

2002-03-06 Thread Michael Kimsal
ring to mind: 1. Do you mean 'authenticated' as in 'Apache-level' authentication, or PHP-level authentication? 2. If you need to have every request go through PHP, perhaps a URL rewriting solution would work - everything it rewritten to go through PHP, then it can decide

[PHP] Re: FYI Using Qmail & PHP

2002-03-06 Thread Michael Kimsal
Steven Walker wrote: > For some reason (I don't know why) qmail doesn't like the CRLF. > Probably because Dan Bernstein didn't invent it. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Is there a "GoTo Page" Function?

2002-03-05 Thread Michael Kimsal
m call itself, then when it's done, use a HEADER tag with location: to redirect header("Location: newpage.php"); Hope that helps. Michael Kimsal http://www.phphelpdesk.com 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Arrays/OOP

2002-03-05 Thread Michael Kimsal
Joshua E Minnie wrote: > Michael Kimsal wrote: > > Attached you will find the class definition. Thanks in advance.. > > Joshua E Minnie > CIO > [EMAIL PROTECTED] > What version of PHP are you using? I took the file and it seemed to work OK in PHP 4.0

[PHP] Re: Arrays/OOP

2002-03-05 Thread Michael Kimsal
e code, I can't say for certain, but I suspect that instead of $event_object->init you need to call $this->init. Does that do the trick? Wait - I looked above. $event_object = new event(). What is the class definition for "event"? Could you send more code? Michael Kims

Re: [PHP] Re: Non printable page

2002-03-03 Thread Michael Kimsal
Lars Torben Wilson wrote: > On Fri, 2002-03-01 at 20:03, michael kimsal wrote: > >>Diana Castillo wrote: >> >>>Is there any way tomake a page that cannot be printed?? >>> >>> >> >>GZIP the page and force the end user to use Netscape. ?

[PHP] Re: Non printable page

2002-03-01 Thread michael kimsal
Diana Castillo wrote: > Is there any way tomake a page that cannot be printed?? > GZIP the page and force the end user to use Netscape. ??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   4   >