[PHP] swf to jpg using ming/imagemagick?

2003-10-21 Thread Michael Winston
I've also investigated using imagemagick for this,b ut no luck there, either. Does anyone know if this is possible? Thanks, Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Images being uploaded in ASCII format

2003-10-23 Thread Michael Mauch
GIF89a certainly doesn't belong in the image. > Apache 2.0 > PHP 4.2.2 PHP 4.2.2 is 300 years old - I'm surprised that Apache 2 existed back then. See <http://www.php.net/manual/en/install.apache2.php>. Regards... Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP 4.3.3 On Netscape WebServer

2003-10-24 Thread Michael Mauch
/install.netscape-enterprise.php> and <http://fr.php.net/manual/fr/install.netscape-enterprise.php>? If have no idea about Netscape webservers, but these pages look rather detailed. Regards... Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Re: Regular expressions

2003-10-24 Thread Michael Mauch
hp\?[&]*Item_ID=([0-9]*)&Start=([0-9]*)&Category_ID=([0-9]*)[&]*", "content\\1start\\2CID\\3.php", $text); The "(live/)?" should catch zero or one occurence of "live/". Maybe the regex library in your PHP doesn't know about "?",

[PHP] IMAP Package.

2003-10-27 Thread Michael Thompson
Hi Php-general, How exactly do I install the IMAP Package? I have the default RedHat IMAP installed. Will installing this break that? Or is it possible to specify those controls in the make process? If so what path is it I need? Thanks for any help Michael -- Best regards

[PHP] Installation Fails

2003-10-27 Thread Michael Thompson
-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-imap=/usr/local/imap-2000e this worked perfectly well before, cant understand why its falling over here. Any help welcomed -- Best regards, Michael ([EMAIL PROTECTED]) We'll give you piece de resistance and a tour de

Re: [PHP] Object References Problem

2003-10-30 Thread Michael Sims
On Thu, 30 Oct 2003 22:54:49 +0100, you wrote: >Hi there, > >I'm having trouble with passing objects as references. What I want to >do is something like this: [snip code] >The above code give the output: > >instance: >parent: test > >where I want it to give: > >instance: test >parent: test I do

[PHP] index.php4 broken

2003-11-12 Thread Michael Seely
isting. If I use the full url, i.e., something/index.php4 it looks OK as expected. What changed Thanks - Mike _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely (408) 353-9008 -- PHP General Mailing List (http://www.php.net/) To u

[PHP] .htaccess authentification problem

2003-11-27 Thread Michael Hübner
gt; but it doesn't work for me, because when switching to the userdirs, the .htaccess authentification window pops up again (it is the same pwd and uid in the DB and the .htpasswd) ;( Thank you in advance, Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: .htaccess authentification problem

2003-11-28 Thread Michael Hübner
php slows my machine down. But maybe I don't understand the hole thing: Is there a way to use apache's automatic directory indexing and authentication with PHP at the same time? Michael "Catalin Trifu" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECT

[PHP] Structuring keyword searches

2003-12-09 Thread Michael Egan
mailing list archives. Thanks in advance (and in hope), Michael Egan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [Fwd: failure notice][Scanned]

2003-12-10 Thread Michael Egan
Sophie, Just to add weight to your comment - I've been receiving identical notices though I don't know what causes this. Regards, Michael Egan -Original Message- From: Sophie Mattoug [mailto:[EMAIL PROTECTED] Sent: 10 December 2003 09:45 To: [EMAIL PROTECTED] Subject:

[PHP] saving resource objects

2003-12-16 Thread Michael Lewis
and its contents so they are usable to the next web page? Thanks in advance. Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] saving resource objects

2003-12-16 Thread Michael Lewis
nto a temporary table and just run my search against the temporary table (taking all records) and seeking to the correct position for display. I was trying to avoid this if the information about my previous query was available somewhere. Michael - Original Message - From: "Tom Roger

Re: [PHP] Re: saving resource objects

2003-12-16 Thread Michael Lewis
Thanks, Justin. I'll look into it. Michael - Original Message - From: "Justin Patrin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 9:28 PM Subject: [PHP] Re: saving resource objects > Michael Lewis wrote: > > >

[PHP] md5() and string-length?

2004-01-09 Thread Michael Müller
Hi, is anybody here who knows the max_length of a string which is encoded by md5()? thx, Michael Berlin, Germany -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] md5() and string-length?

2004-01-09 Thread Michael Müller
mhm, I think there was a missunderstanding ;) I want to know, how long the input-string could be (so that the encoded strings, that you get, are unique) Michael

[PHP] PHP sleeps forever

2004-01-13 Thread Michael Koppelman
after only a few seconds. Does anyone have any idea what could be causing this? Thanks! Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Please help me as fast as possible.. very important!![Scanned]

2004-01-20 Thread Michael Egan
I've never done it but I can only imagine you'd need to run some sort of CRON job to effect this at regular intervals. HTH, Michael Egan > -Original Message- > From: Radwan Aladdin [mailto:[EMAIL PROTECTED] > Sent: 20 January 2004 09:45 > To: [EMAIL PROTECTED] &

RE: [PHP] Please help me as fast as possible.. very important!![Scanned]

2004-01-20 Thread Michael Egan
http://www.google.com/linux?hl=en&lr=&ie=ISO-8859-1&q=cron+tutorials&btnG=Google+Search > -Original Message- > From: Radwan Aladdin [mailto:[EMAIL PROTECTED] > Sent: 20 January 2004 10:05 > To: Nick JORDAN > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Please help me as fast as possible.. ve

Re: [PHP] XML

2001-01-10 Thread Michael Bell
eldt aka Itpunk" <[EMAIL PROTECTED]> To: "Michael Bell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 30, 2000 10:33 AM Subject: Re: [PHP] XML > > Thank you for the good introduction. Have you got some working code > which does the

Re: [PHP] mysql and php possibly causing problem

2001-01-10 Thread Michael Brunson
s fine. please help!! > >using php4.0b3, mysql 3.22.32 apache latest debian 2.2 >please help!! Can we see the code that is giving you the problems? -- Michael Brunson 504.473.6643 [EMAIL PROTECTED] ICQ: 83163789 --- Intercosmos

Re: [PHP] AFTERBURNER - PHP CACHE

2001-01-11 Thread Michael Kimsal
Our initial tests showed ~10-20% speed increase on benchmarks where we just hit a page over and over, but not on all pages. The code is included, so people can see what it's doing, but it is most likely not as sophisticated as Zend's upcoming offering. Zend actually knows how everything works -

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Michael Kimsal
Paul K Egell-Johnsen wrote: > JB wrote: > > > > I also forgot to mention. I am leaning towards using GET to send the session > > ids. Many people have told me that customer penatration decreases, some > > Which people? What facts do they have to support their claims? Is this a > bigger problem

[PHP] Redhat 7 problem and fix

2001-01-11 Thread Michael Kimsal
We upgraded a box running RH6.2 to RH7. Same build process for PHP as before, but the ereg functions didn't work the same. ereg_replace("{cow}",$cow,$x); now needs to be ereg_replace("\{cow\}",$cow,$x); The {} are escaped now. Dunno what changed 'under the hood', but the only change we made

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Michael Kimsal
But you SHOULD know what DOMAIN it's going to - [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] can all go to one account. It's not a case of setting up individual usernames to point to one account - mail for the whole domain could/should be routed to the one account. [EMAIL PROTECTED] w

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Michael Kimsal
Paul K Egell-Johnsen wrote: > Alexander Wagner wrote: > > > But did you know that for reasons of privacy it is officialy it is not > > allowed to set a cookie without asking in germany? (no one cares or even > > tries to enforce it, but thats not the point) Why don't they make it illegal to ru

Re: [PHP] OS X

2001-01-11 Thread Michael Stearne
On Thursday, January 11, 2001, at 01:27 PM, Alex Black wrote: > we'll see if they allow people to ditch Aqua (which is overblown) - but > overall I'm extremely excited... > You can log in to OS X as "console" and there is no GUI. Also, you can get Darwin which is Open Source and is the gu

Re: [PHP] APC Alternative PHP Cache Release Announcement

2001-01-12 Thread Michael Kimsal
George Schlossnagle wrote: > I'd like to announce the release of the APC Alternative PHP Cache > http://apc.communityconnect.com/ . APC works by caching the scripts in > shared memory post-compilation to effectively eliminate the overhead of > parsing and compilation. APC was developed as a c

Re: [PHP] apple-macintosh

2001-01-12 Thread Michael Stearne
He is installing on OS X Server, which has been out for a year. Poster: Try http://www.xclave.com/ for more info on PHP/MySQL on OS X S. If you get the PHP/MySQL/Apache source they should compile out of the box on OS X Server. Michael On Thursday, January 11, 2001, at 06:25 PM, Alex Black

Re: [PHP] Lost connection to MySQL server during query

2001-01-13 Thread Michael Govorun
> Any help appreciated - otherwise I have to go look at postgresql :( :) -- -Michael -- 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] load balancing with php/apache?

2001-01-13 Thread Michael Kimsal
We've used local director in the past, as well as the 'f5' product (big IP? - I forgot the company name). Maybe it's 'big ip' from f5. Shows you how much we think about it - it just does it's job. As others pointed out, you can go with a software version under Linux, and I think W2k enterprise h

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread Michael Stearne
Any of the above. It's up to you. Most people probably store the session info in a database. But you could also do it in a shared drive. But I got a little static a while ago when I suggested storing shared session data on an NFS mounted drive. NFSes are too slow I guess. Michael

Re: [PHP] mixing HTML and PHP code

2001-01-13 Thread Michael Govorun
> Date: Thu, 11 Jan 2001 19:41:34 -0500 (EST) > From: Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> > > emacs sucks! vi forever! :P > > -- > Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> Hey, guy, please, be delicate, I love it, it's my wife. vi is my brother

Re: [PHP] Templates

2001-01-13 Thread Michael Kimsal
[EMAIL PROTECTED] wrote: > I looked around the web for templates and founf FastTemplates. Not exactly > what i was looking for thoug > lets say I have > $file = "111" > and there is a template "template.txt" > and it contains > "file #$file is blahlah" > > how can I make that a template? > > Th

Re: [PHP] Templates

2001-01-13 Thread Michael Kimsal
I thought I understood your question, but I think I need a clarification. Can you elaborate a bit? I think I have an answer, but I'm not 100% what you're meaning here. Thanks. andrew wrote: > Michael, > > Wouldn't a benefit be that you could pass a database quer

Re: [PHP] Templates

2001-01-13 Thread Michael Kimsal
I'm sure it could be done, just with a bit of planning. The notion of passing in sql results is not foreign - we do it sometimes to our own 'templates', but our templates are generally just HTML with a bit of PHP in there, whereas the initial PHP page is PHP with a tiny bit of HTML. If there's a

Re: [PHP] Templates

2001-01-14 Thread Michael Kimsal
Not too similar to the caching issue of template output - I maybe missing something, but at least in our case, *every* page made with templates has custom info re: the client (name, etc) which can't, imo, be cached, unless we started caching multiple bits of the templates then assembling them - po

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Michael Kimsal
Wasn't directed quite at me, but I'll chime in nonetheless We used LocalDirector for awhile, with it's 'sticky bit' functionality, and it basically didn't work with AOL. I just looked at the coyote product and they claim it works with 'large ISP' proxies - maybe a veiled reference to AOL dir

Re: [PHP] logging page views, which method is better????

2001-01-14 Thread Michael Kimsal
Use a separate DB for something like this - have a data database, and a 'logging' database. We're setting up something similar - currently we have 2 databases for separate things, and will probably merge the first two datasets back into the main database, and turn the second one into a logger.

Re: [PHP] Perl-like DBI and generic SQL

2001-01-15 Thread Michael Kimsal
Dean Hall wrote: > I read once on this list that PHP supports a DBI-like database access object (such >as the one in Perl). Is this true? Does anyone know where I can find documentation >for it? I can't seem to find it in the manual. > > Also, how do you all handle generic SQL for multiple DB

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Krznaric Michael
How can you control 'magic quotes' with .htaccess? I thought this is a php.ini command? I kind of have the same problem. My web host has magic quotes off and I would like to use phpMyAdmin. Is it possible to turn them on without accesing the ini file? Mike -Original Message---

Re: [PHP] Redhat 7 problem and fix

2001-01-16 Thread Michael Kimsal
Lynch wrote: > {} inside of "" now does order-of-operations, I think... > > Something like that. It's in the docs somewhere. > > I thought this was a PHP3 -> PHP4 change, not related to RedHat nor ereg in > particular... > > - Original Message

Re: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Michael Kimsal
With due respect to your boss, PHP would make the site *more* compatible with people's browsers, without having to worry about which version(s) of javascript people have, or in fact if they even have it available. I'd pitch the accessibility angle, in your shoes, if nothing else. Good luck. "Ri

[PHP] include statement

2001-01-17 Thread Michael Zornek
I'm a PHP newbie and am looking into using the include statement to put things like the header and footer in so they are always the same. I do this now with SSI. In SSI I'll use the following statement: I like this cause it lets me use the same statement all over the site and I don't have to

Re: [PHP] include statement

2001-01-17 Thread Michael Zornek
t; >readfile($DOCUMENT_ROOT . "/includes/metatags.include"); > >adamw > >- Original Message - >From: "Michael Zornek" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, January 17, 2001 5:04 PM >Subject: [PHP] include stat

RE: [PHP] ASP to PHP

2001-01-17 Thread Michael Simcich
Try asp2php: http://asp2php.naken.cc/home.php Michael Simcich AccessTools -Original Message- From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 8:48 AM To: PHP Mailing List Subject: [PHP] ASP to PHP Is there such thing as program that will convert

Re: [PHP] phpwebhosting.com

2001-01-17 Thread Michael Kimsal
"Sites hosting illegal files, porn, warez, file archives or other "download-only" sites are not accepted. " Pretty much every site I've ever done or gone to is primarily a 'download-only' site. Yahoo - I rarely upload anything to them. Google? I download tons of data from them. g

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-18 Thread Krznaric Michael
What's the syntax to turn on magic_quotes_gpc in .htaccess? Mike -Original Message- From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:24 PM To: Kevin Cawthorne Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHPLIB and PHPMyAdmin On Tue, 16 Jan 2001, K

Re: [PHP] Variable Scope

2001-01-18 Thread Michael Kimsal
I find the VB way (or VBScript anyway) of doing functions backwards. My recollection is that if I call a function blah... x = blahfunction('cow') 'blahfunction' itself has to be defined *in* the function to get the value back. I can't even think of a good example, it's so foreign to me and I h

Re: [PHP] Re: PHP connecting to FIlemaker Database

2001-01-18 Thread Michael Stearne
e from PHP. Michael On Thursday, January 18, 2001, at 03:08 PM, Andy Clarke wrote: > >Has anyone used PHP to connect to a FileMaker database? > > > This may not be appropriate to your circumstances, but I would seriously > consider exporting the information from the F

[PHP] AW: [PHP-WIN] best user authentication method?

2001-01-18 Thread Michael Rudel
Hi Romulo, If you're only working (and all your clients, too) with M$, means M$-Win, M$-IIS, M$-IE, so the best method is NTLM, but all Users must be registered in your PDC as Users. Its very usable in Intranets. Greetinx, Mike (Germany) -Ursprüngliche Nachricht- Von: Romulo Roberto P

[PHP] multidemention array question(s)

2001-01-19 Thread Michael Zornek
ok so i set up a multidimensional array with the following code: array("On", "On", "The Seybold Report"), "s2" => array("On", "On", "Publishing Systems"), "s3" => array("On", "On", "Internet Publishing"), "s4" => array("On", "On", "The Bulletin"), "s5" => array("Off", "Off", ""), "s6" => array("

[PHP] variable question

2001-01-19 Thread Michael Zornek
ok so i have an object that has (among other things) the following properties: $vendor_data->s9 $vendor_data->s10 $vendor_data->s11 $vendor_data->s12 ... $vendor_data->s40 The values are 1 or 0 I'd like to write a loop to say: for ($count=9; $count>40; $count++) { if ($vendor_data->s(i

Re: [PHP] Another Guru's Help Needed...

2001-01-19 Thread Michael Kimsal
Isn't this info in the HTTP_REFERER field normally? Dallas Kropka wrote: > I need to grab the referring search engines keywords used in the search. I > need to be able to determine what the keywords were, and what the engine > was... (Lycos, AltaVista etc...). > > How can I do this, where can I

Re: [PHP] CF vs PHP for Creating PDF's

2001-01-21 Thread Michael Kimsal
We are doing some PDF work for a client in PHP. Not quite sure how many 'tags' CF has, but, although there are many, it's not an easy thing. Lots of 'exact positioning' for everything, and we ended up writing some routines ourselves to handle textboxes and such. You'll need to invest a bit of t

Re: [PHP] CF vs PHP for Creating PDF's

2001-01-21 Thread Michael Stearne
You might look into HTMLDOC. This progam takes HTML files as input and converts them to PDF. You could create a template in HTML, use PHP to replace to user specific fields and then call HTMLDOC to create the PDF. HTMLDOC is located at http://easysw.com/htmldoc/ Michael On Saturday

Re: [PHP] convert ASP to be PHP

2001-01-22 Thread Michael Kimsal
Many thoughts... If there's anything advanced going on in the SQL7 code, you'll have a rough time moving to mysql. There are just things Mysql doesn't have which sql7 does. Try using a bridge to continue using the sql7 machine from linux, and plan a more gradual port to another db platform la

Re: [PHP] What "PHP" Stands For....

2001-01-22 Thread Michael Kimsal
The one that is easiest to explain to clients is 'Professional Hypertext Preprocessor' They don't get confused with the recursiveness of PHP Hypertext Preprocessor, and it has the word "professional" in it. The recursiveness, like GNU meaning 'GNU's Not Unix' (or so I've heard) would drive them

Re: [PHP] "Authenticating" across sites/servers

2001-01-23 Thread Michael Kimsal
Have the user log in to/authenticate against the first server. That server generates a key, based on combining the username and a private key known to the authenticating server and your servers. Pass that back to your servers in a URL - cookie wouldn't work, but the key in the URL should be suffic

Re: [PHP] "Authenticating" across sites/servers

2001-01-23 Thread Michael Kimsal
"Boget, Chris" wrote: > > One other thing that I forgot to include in my previous message as > a concern of mine and it relates to the above. If we did it that way, > > someone who was listening to a port on the client's server, or who > came by later to use the same machine the client was usi

RE: [PHP] PHP_SELF - silly question

2001-01-23 Thread Krznaric Michael
You may have to declare PHP_SELF as global. Take a look at http://www.php.net/manual/en/language.variables.scope.php Mike -Original Message- From: Larry Hotchkiss [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 12:21 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP_SELF - silly q

Re: [PHP] "Authenticating" across sites/servers

2001-01-24 Thread Michael Kimsal
Had another thought about this... Have someone register against the first site - have it create a quick key value, and store it locally. Pass that via GET or POST to one of YOUR sites. Have your server hit the first server with this key. The first server would authenticate the validity of the

[PHP] how do you erase quotes from variable?

2001-01-24 Thread Michael Zornek
I have a variable(s) that hold the string: "name" and I'd like to kill the quotes so it contains: name I am aware of the strlen() function but can find the concant Little Help? Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: [PHP] arg....

2001-01-26 Thread Krznaric Michael
You need to be a little more specific about DB and problem type. You may have to commit the transaction if commit is not implict (ex Oracle). There could be many resons including your SQL statement. Mike -Original Message- From: Kurth Bemis [mailto:[EMAIL PROTECTED]] Sent: Friday

Re: [PHP] Microsoft SQL server 7

2001-01-26 Thread Michael Kimsal
yes it is Brandon Orther wrote: > hello, > > I was just wondering if it is possible to connect to Microsoft SQL server > 7.0 with php4? > > Thank you, > > > Brandon Orther > WebIntellects Design/Development Manager > [EMAIL PROTECTED] > 800-994-6364

[PHP] AIX 4.3.3 + Oracle 9iAS + PHP 4.0.4pl1 with OCI8 instructions

2001-02-20 Thread Michael Champagne
t is loaded all the time. We then added the following lines to httpds.conf: AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps This routes file extensions of these types to mod_php. THIS SHOULD BE IT. Restart Apache and try running through as a test. H

Re: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Michael Stearne
that have been upgraded to FreeBSD 4, PHP4 is already installed. Try to run "uname -v" when you log in. You may not have to compile PHP4 like this. Or see if your server has been upgraded at http://support.pair.com/notices/stable-upgrade.html Michael Jeff Oien wrote: > I

Re: [PHP] Making .phtml an extension

2001-02-21 Thread Michael Stearne
Or the .htaccess file of your top directory if you are virtual hosting and cannot change the httpd.conf file. Michael Pavel Jartsev wrote: > Brandon Orther wrote: > > > > Hello, > > > > I am trying to get .phtml to work for php files. How would I do this? &

Re: [PHP] PDF Problems

2001-02-21 Thread Michael Stearne
What OS and glibc version? There are problems with the set-up in RH7. Michael Sam Goin wrote: > Hi, > > I am running PHP4.04pl1, pdflib3.03, jpeg6b, tiff3.5.5, apache1.3.17. > > Some of the pdf functions work, but others don't, such as pdf_new(). > > Does anybody k

[PHP] Session files? (Very Techy Questions)

2001-02-21 Thread Michael Zornek
Ok, I'm new to sessions and have a few questions... Here is my plan. I'm running a news type web site where subscribers have different privileges on what they can view and download. The privileges are stored in a mySQL DB. My plan is to make users login (thereby starting a session with all the

Re: AW: [PHP] Session files? (Very Techy Questions)

2001-02-22 Thread Michael Zornek
At 5:54 PM +0100 2/21/01, Sebastian Stadtlich wrote: > > writing an apache module that did the following: >> >> When a file with .pdf is asked for it looks to see if the user is >> currently in a session (aka 'logged on'). I'm guessing the module can >> know this by using the HTTP headers. Fig

Re: [PHP] PHP vs. FreeTDS

2001-02-22 Thread Michael Kimsal
intended to do that. Scott Fletcher wrote: > I can't user mssql_connect, I'm using odbc_connect! Most of the websites > for my company use odbc_connect. Because we sometime move the website from > unix to windows and back. So, it is more reliable that way. > > Scot

Re: [PHP] java servlets

2001-02-22 Thread Michael Stearne
Adrian Murphy wrote: > Is there anything java servlets can do that php can't. Well I had to use a servlet because of it's threading ability once. Java servlets are actual programs that can continue to run on the server. That is useful when you need a threaded process for insta

RE: [PHP] PHP and PAM

2001-02-23 Thread Krznaric Michael
Hi, I had the same problem. It appears that the new version of PHP 4.0.4+ does not compile this module properly. However if you go down to PHP 4.0.3 or less everything works great. So something changed in the build process and I have no idea what. Maybe if we're lucky we'll get someon

Re: [PHP] PHP / Filemaker?

2001-02-23 Thread Michael Stearne
The only way you can do it now is through ODBC. In OS X ODBC will probably be better along with a Carbon FMP version, it will be a good combo. Michael knaSen wrote: > Hey > > This is my first question and mail to this list...hope u treat me decent =) > My earlier work hav

Re: [PHP] apache+php on MacOSX

2001-02-23 Thread Michael Stearne
fact that PHP is already available and just > needs to be configured. Compiling is for most people just too much > hassle. > \ Since it's so close to realease I wouldn't trust any beta's newer than the Public Beta. When OS X is realease and stable people will release P

[PHP] How to check if a current session is going?

2001-02-23 Thread Michael Zornek
I have a auth system in the works and if a session is going then they are "logged in". What's the best way to check to see if a session is currently in progress? Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [PHP] C vs PHP

2001-02-24 Thread Michael Kimsal
http://www.zend.com/zend/art/under-php4-hood.php and http://www.zend.com/zend/art/ref-count.php are articles that go into a bit more depth on this topic. Maybe not as detailed as you'd like, but they explain a bit more about how/why "PHP does it for you" is a valid reply to your question. Gusta

Re: [PHP] PHP4 install question

2001-02-25 Thread Michael Hall
There may be other/easier solutions, but what always works for me is compiling Apache from source after removing the rpm, then compiling PHP from source. The instructions at the end of the README.config file in the Apache source distro work like a charm. This seems long-winded but at least I know

RE: [PHP] php and apache protected directories

2001-02-26 Thread Krznaric Michael
Yes, try lib cURL it supports authentification and even SSL. http://www.php.net/manual/en/ref.curl.php Mike -Original Message- From: Marius David [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:33 PM To: [EMAIL PROTECTED] Subject: [PHP] php and apache protected directories

Re: [PHP] PHP4 on UNIX connect to MS SQL Server

2001-02-26 Thread Michael Stearne
This is a really common question. Check the mailing list archive for an answer. (I don't know) Michael Scott Fletcher wrote: > Anyone know of a open-source driver that would allow unlimited database > connection to connect the UNIX machine to a MS-SQL Server 7.0 and is free? >

RE: [PHP] User Authentication

2001-02-27 Thread Krznaric Michael
Try this, it works for me. Mike if(!isset($PHP_AUTH_USER)) { Header("WWW-Authenticate: Basic realm=\"User Database\""); Header("HTTP/1.0 401 Unauthorized"); echo "ERRORYou must enter a correct username and password in order to proceed\n"; exit; } else {

[PHP] RE: [PHP-DB] Resolution detect and redirect

2001-02-27 Thread Michael Geier
This is the wrong mailing list for this information. try: news://comp.lang.javascript (newsgroup) http://www.javascript.com/ (website) http://www.obscure.org/javascript/ (javascript mailing list homepage) -Original Message- From: Mat

[PHP] multiple databases

2001-02-28 Thread Michael Hall
I'd like to run this past anyone who'd care to comment before I get too far down the track I'm considering taking with a PHP web portal site. Is it a wise idea to have a PHP web application running on multiple databases? Everything I've done to date has run off one database, no matter how large i

Re: [PHP] multiple databases

2001-02-28 Thread Michael Hall
> Do you mean 10 different database servers, or 10 databases on the one > server? 10 databases on the one server. > As far as I know, separate databases on the one server give the same > performance as separate tables in one database. Music to my ears. > With separate database servers you wil

[PHP] PHP / mySQL Problem

2001-02-28 Thread Michael Gorner
tupid - I'm guessing I've overlooked something obvious. If you need more information just ask me, Thanks in advance, Michael Gorner. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP] PHP and printing

2001-02-28 Thread Michael Meinl
> Hi, I'm working with php4 and mysql on a suse 6.3 > I made a program for an ISP that creates accounts, clients, > payments, invoices. > Everymonth they need to print like a quote (a list of every non paid > thing) its ok, I could do that, I mean in the screen... Is it possible > to print i

[PHP] Pulling my hair out over Netscape...

2001-02-28 Thread Jackson, Michael
27;t found a way to shake this yet! This is afflicting Netscape 4.7 and Netscape 6. Driving me crazy Thanks in advance, Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] strange think with 'mail()' [sendmail?]

2001-03-01 Thread Michael Plies
Hy leuts i got a strange problem and hope someone knows a solution or a hint i send a mail in a absenden.php3 like this: mail("[EMAIL PROTECTED]","subjekt","inhalt", "Content-Type: text/html\nFrom: <[EMAIL PROTECTED]>"); the mail reaches me, is readable, but on the next time i start netscape i

[PHP] strange think with 'mail()'

2001-03-01 Thread Michael Plies
Hy leuts i got a strange problem and hope someone knows a solution or a hint i send a mail in a absenden.php3 like this: mail("[EMAIL PROTECTED]","subjekt","inhalt", "Content-Type: text/html\nFrom: <[EMAIL PROTECTED]>"); the mail reaches me, is readable, but on the next time i start netscape i

RE: [PHP] Passing values from ASP to PHP

2001-03-01 Thread Michael Geier
I'm no ASP guru (never touched it actually), but...it seems as if this will add an extra "&" on the end of the url. myscript.php?one=blue&two=red&three=yellow& ^ -Original Message- From: Opec Kemp [mailto:[EMAIL PROTECTED]] Sent: Thursday, March

[PHP] Declaring SERVER-WIDE Variables

2001-03-01 Thread Michael David
rying ALL of this data with each user is a waste of resources, and will require more database calls than needed. If anyone has ANY ideas, PLEASE share them! :) Regards, Michael --- Michael David The Miller Group Web-based software for Schools http://www.miller-group.net -- PHP General Mailing

[PHP] Re: server side cookies

2001-03-02 Thread Michael David
kies in php? Or can you point me to a link on how to do this. Please note that I am not asking how to set client side cookies. Thanks, Jeff --- Michael David The Miller Group Web-based software for Schools http://www.miller-group.net -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] Declaring SERVER-WIDE Variables & UNSERIALIZE overhead

2001-03-02 Thread Michael David
stems may be Windows clunkers, where SHMEM isn't an option. I'm going to have to send a message/feature request to the developer list as well.. maybe they'll have more insight, or will be able to run with my request/tell me why it's bad. --- Michael David The Miller Group Web-b

RE: [PHP] Replace last 4 of 16 with ****

2001-03-02 Thread Krznaric Michael
Hi, O.k. this is of the top of my head, but you should get the point. For more info refer to http://www.php.net/manual/en/function.substr.php . What you're doing is extracting the first 12 number and adding "" to the end of that string. Hope it helps. Mike -Original Messa

Re: [PHP] passing variables

2001-03-03 Thread Michael Hall
One way: Pull as much info as you need out of the db, including the email id, then have a select box or check box if you want which sends the id of the email you want to delete back to a 'DELETE FROM' sql statement. No need for cookies that I can see. Mick On Sat, 3 Mar 2001, george wrote:

Re: [PHP] Hide Include-Files from the Web

2001-03-03 Thread Michael Hall
Include files do not have to end with '.inc', which is purely a convention of dubious value. If you use '.php' as the extension for included files, they will have to be parsed by PHP and can't be read as plain text from outside. Mick On Sat, 3 Mar 2001 [EMAIL PROTECTED] wrote: > Hi! > > I wan

Re: [PHP] PHP web based mailing list administrator

2001-03-03 Thread Michael Hall
Yes, they are about. Try hotscripts.com. Mick On Sat, 3 Mar 2001, Peter Van Dijck wrote: > Hi, > does there exist a web based mailing list administrator in PHP (Tying in > with some open source mailing list software)? > Ideally, something like egroups (now groups.yahoo.com). I just want to be

[PHP] length limit of URL?

2001-03-03 Thread Michael Hall
Does anyone know the practical limit to the length of a URL? Some of mine are now 100 characters long with heaps of variables packed in, so I'm wondering what the limits are? Thanks Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

<    1   2   3   4   5   6   7   8   9   10   >