[PHP] hosting - key issues

2001-04-02 Thread Michael Roark
sly maintain their website, I would be very much in that person's debt. Please email me privately if you are willing to help. thanks much, Michael Roark p.s. if there is a faq/tutorial/set of guidelines out there on the web feel free to just send me a link and say RTFM. I've not found anything yet.

Re: [PHP] using system() on NT/2K

2001-04-03 Thread Michael Kimsal
I thought there was something in the manual that it didn't work on IIS. I had the same problem, and had to give up. There was definitely someone else on the mailing list who mentioned this months ago. Christian Dechery wrote: > Why does system() - or any of its cousins, I've tried them all: e

Re: [PHP] Security Issue

2001-04-03 Thread Michael Kimsal
Not really sure what you need suggestions on. There are tons of examples for querying MySQL databases from PHP out there around the net, not to mention the php.net mysql area itself. Scott Novinger wrote: > Hello, > > Would someone please offer some specific suggestions for the following?: >

[PHP] url_rewriter.tags what's this config directive for?

2001-04-03 Thread Krznaric Michael
Hi, Does anyone know what this (url_rewriter.tags) configuration directive is? Mike -- 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 PROTECT

[PHP] query 2 databases from one script

2001-04-03 Thread Michael Roark
the script break as if I am setting the wrong database at the top of the script. Any help would be greatly appreciated. Michael Roark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] Seeking PHP case studies

2001-04-03 Thread Michael Kimsal
Hello. I posted something about this a few days ago, and am reiterating my request again. We're looking for PHP case studies that we can use in an upcoming project. Interested parties should contact me directly at [EMAIL PROTECTED] and we'll give you more information at that point. Thanks. :)

Re: [PHP] Script Encodeing??? other than Zend.

2001-04-03 Thread Michael Stearne
I forget what it is called but I think there is an OpenSource one, check the archives on this subject. Also chack out APC http://apc.communityconnect.com/ , it is an OpenSource version of the cache tool that may in the future provide encoding I believe. Michael On Tuesday, April 3, 2001, at

Re: [PHP] iODBC Mac OS X HOWTO

2001-04-03 Thread Michael Stearne
Thanks a lot, this will be a big help. Michael On Tuesday, April 3, 2001, at 02:58 PM, Andrew wrote: > Hi all, > > In the past couple of weeks, many people have asked me about compiling > PHP / > Apache under Mac OS X, so I've updated my iODBC HOWTO specifically for &g

Re: [PHP] HOWTO: Dynamically Create A Form

2001-04-04 Thread Michael Kimsal
Scott Walter wrote: > I know this sounds very simple, but I only want certain fields on my form > to be displayed depending on the selected item in a drop-down menu, that is > part of the form. I cannot figure out how to get it to work, and I don't > want to resubmit the form... *** I need it

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread Michael Kimsal
If you're using PHP, you're already a winner (in my book anyway!) :) Phillip Bow wrote: > Aww shoot. How am I supposed to win now? :) > -- > phill > > "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Done. Anything from mail.thecasin

[PHP] BUG - Someone else please verify B4 I file

2001-04-04 Thread Krznaric Michael
There seems to be a bug in php 4.0.4pl1, would someone please verify this script below. If you paste this script into a file called bug.php and you just call it you will see "Http post Vars Set". However you will not find that variable it in the output of PHPINFO. I tried this under ph

RE: [PHP] stop these solfix.net messages

2001-04-04 Thread Krznaric Michael
Yeah, same here -Original Message- From: B. van Ouwerkerk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: [PHP] stop these solfix.net messages Hi, How about these messages from solfix.net What have I done to deserve these.. Ever

[PHP] filename into variable.

2001-04-04 Thread Michael Roark
assign that value to a variable. So $picture would get the value screenshot_1 from screenshot_1.php and so on. Michael Roark -- 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] PHP.net is slow

2001-04-04 Thread Michael Kimsal
Not sure what kind of network you're on, but I've had the exact opposite experience. The new design is easier on the eyes, but also much more lightweight, meaning much quicker downloads. Especially if using NS - I couldn't look up any function in under 10 seconds before. Now it's normally <3.

RE: [PHP] PHP + IRC

2001-04-05 Thread Krznaric Michael
I guess you should have had something along the lines of ... ... Mike -Original Message- From: Geir Eivind Mork [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:41 AM To: Jack Dempsey Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP + IRC On 05 Apr 2001 03:32:10 -0400, Jack De

[PHP] inlude_path not in php.ini

2001-04-05 Thread Temeschinko, Michael
Hello, How do I set the php-iclude path if I have not acess to php.ini? I know in .htacess but al I try ends in an Internal Server Error I use php4.0.4pl1 pls don't let mi die silly greetings from Germany Michael -- A train station is a station where a train stops But what the hell

RE: [PHP] inlude_path not in php.ini

2001-04-05 Thread Temeschinko, Michael
> -Original Message- > From: Steve Werby [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 4:57 PM > To: Temeschinko, Michael; Php-General (E-Mail) > Subject: Re: [PHP] inlude_path not in php.ini > > > "Temeschinko, Michael" <[EMAIL PR

RE: [PHP] BUG - Someone else please verify B4 I file

2001-04-05 Thread Krznaric Michael
O.k. I understand that, now why would HTTP_POST_VARS be set if no data is posted? Is this desired operation? Mike -Original Message- From: Jeff Carnahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 2:18 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] BUG - Someone else please

Re: [PHP] Problems porting from MySQL Server to MSSQL7 Server

2001-04-05 Thread Michael Kimsal
Hi John - Can you elaborate on the concurrency issues? Thanks. John wrote: > Hello Adrian, > > There are some concurrency issues with mssql if you are using > mssql_pconnect. Try switching to mssql_connect. Also check to see if > transactions are enabled in mssql. > > Your SQL insert syntax lo

[PHP] mssql_pconnect issues?

2001-04-06 Thread Michael Kimsal
Very strange. I've noticed some integrity issues using mssql_pconnect, but we don't explicitly use transactions in any case, so it may not even go that deep. I wonder if the odbc functions have this issue - anyone have any ideas? [EMAIL PROTECTED] wrote: > Hello Michael > &g

Re: [PHP] mssql_pconnect issues?

2001-04-06 Thread Michael Kimsal
n to approx 1000 errors/daily. > > Kees > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens > Michael Kimsal > Verzonden: Friday, April 06, 2001 3:40 PM > Aan: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Onderwerp: [PHP] m

Re: [PHP] Which is better??

2001-04-06 Thread Michael Kimsal
Why are you having problems with option one? That one makes more sense to me, because you can have the FORM in only one file, and show error messages/etc on the same page as the form. psuedo-code SHOW FORM STUFF HERE also include submitted values so if there are errors we'll see them an not

Re: [PHP] Re: equivalent of asp's <%= strTest %>

2001-04-07 Thread Michael Kimsal
Yes yes I'm a zealot. :) If the people defining the PEAR standards really were that interested in standards, why include alternate ways of doing something? And if the 'short tag' method is useful enough for people, why 'exclude' it from a standard? This notion of 'PEAR standards' does irk me

Re: [PHP] PEAR Standards (was Re: equivalent of asp's <%= strTest%>)

2001-04-07 Thread Michael Kimsal
> > > If the people defining the PEAR standards really were that interested in > > standards, why include alternate ways of doing something? > > And if the 'short tag' method is useful enough for people, why 'exclude' > it > > from a standard? This notion of 'PEAR standards' does irk me some,

Re: [PHP] PEAR Standards (was Re: equivalent of asp's <%= strTest%>)

2001-04-07 Thread Michael Kimsal
On Sat, 7 Apr 2001, Dean Hall wrote: > "Michael Kimsal" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I'm not sure why XML is an issue. Does XML use the ? in it's syntax? XML > > tags are, to my k

[PHP] image validation

2001-04-07 Thread Michael Hall
I'm wondering if there is any sure way for PHP to determine whether an uploaded file is definitely an image file. I have a script that checks for size and mime type ('image/png' or 'image/jpeg'). The script works fine, but I've heard that it is possible to add those mime type headers to files th

Re: [PHP] Script FLOW-- branching and subroutines/functions

2001-04-09 Thread Michael Hall
Here's what I'd do (pseudocode): Mick > how do I do this > > call form > wait there until it is completed > call check > look for duplicate > > then if ok > I then commit to database after entereing data -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Script FLOW-- branching and subroutines/functions

2001-04-09 Thread Michael Hall
Lets try that again: > > if ($submit) { > if (data already in db) { reject data; } else { > commit data to db; > } > } > else { > display form with submit button named 'submit'; > } > > ?> > > A bit of a mud map ... hope it he

Re: [PHP] Upload file from my local C:

2001-04-09 Thread Michael Hall
Is the file on your win machine on C: or D: ? There seems to be some confusion about that. Also, how are you using 'copy' to upload the file? Are you using a form with a 'file' input type and ENCTYPE="multipart/form-data" in the FORM tag, etc? Just some ideas. Mick On Mon, 9 Apr 2001, HK Woo w

Re: [PHP] recording time of entry

2001-04-09 Thread Michael Hall
Yes ... 100 entries or 100 x 100 entries! :-) Mick On Mon, 9 Apr 2001, george wrote: > > Will that work if I have for instance 100 entries, each entry recording > the time it was made then I would be able to pull that info out of the db > and display the record and time made at a later dat

[PHP] Count function. (Newbie Question)

2001-04-09 Thread Michael O'Neal
urrent (not working) code. > > $query = "SELECT count(*) FROM mango_pr"; > $result = mysql_query($query); > $record_count = mysql_fetch_row($result); > > >?> And then I'm calling the code with an "echo" later on: > This obviously is

RE: [PHP] Count function. (Newbie Question)

2001-04-09 Thread Michael O'Neal
data. I want the users/admins to be able to see what record number they are editing, and how many total records there are in the db. I have figured out the record number by echoing the "ID" of the record. I can't figure out how to display how many *total* records there are in th

Re: [PHP] while loop

2001-04-09 Thread Michael Hall
$query = mysql_query("some SQL here"); while ($row = mysql_fetch_array($query)) { do stuff; } Mick On Tue, 10 Apr 2001, Jacky wrote: > Hi people > I am more like ASP programmer and new to PHP, In ASP, when we want to take all >records in dayabase to display. After we did do the query

[PHP] php.ini

2001-04-10 Thread Michael Hall
Is it possible to override the maximum script execution time as set in php.ini using an Apache directive like this in an .htaccess file?: php_value max_execution_time = 60 Thanks Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] php site down?

2001-04-10 Thread Michael Hall
I've been trying to get to the annotated manual all afternoon but can't get through to www.php.net. Anyone else have the same problem? Mick -- 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] Inserting time + date entry into mySQL DB

2001-04-10 Thread Michael Hall
Create a field in your table called something like 'date' and make its data type TIMESTAMP. MySQL will automatically add a timestamp with each new entry ... assuming you're using UNIX, I don't know about windows. Mick > I know this has been brought up repeatedly but I couldn't find the archive

Re: [PHP] huge PHP file, hardcore processing

2001-04-10 Thread Michael Kimsal
Yes - look at freetds.org. > > sorry... I did not make myself clear. I don't intend to switch from IIS to > Apache, cuz I can't. The server runs a whole site in ASP... this is the > only PHP script that runs on it, I was thinking more of running it in > Linux... can I access a MS SQL server fro

Re: [PHP] L?

2001-04-10 Thread Michael Hall
Yep ... I unit V 5 X 10 L 50 C 100 D 500 M 1000 no zero ... try doing maths with this system. Mick > I think L is 50. > > bill > > Kurth Bemis wrote: > > > what does the roman numeral L mean? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] MySql: Default values

2001-04-10 Thread Michael Hall
Mumkin ya elias, ana ma afhamsh su'aalak mnih! Not exactly sure what you mean elias. TIMESTAMP in MySQL is a datatype more than a function, but I'm not absolutely sure about that. Mick On Tue, 10 Apr 2001, elias wrote: > Can a default field value in MySql be a function? > > Like default val

Re: [PHP] Inserting time + date entry into mySQL DB

2001-04-10 Thread Michael Hall
ws doesn't work. > > you have to enter a value in that field with value NOW() > > > > -elias > > http://www.kameelah.org/eassoft > > > > "Michael Hall" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTE

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Michael Hall
GoEureka, one of Australia's biggest search engines, uses php on at least part of its site: see http://www.goeureka.com.au Mick On Tue, 10 Apr 2001, Phil Labonte wrote: > Can anyone send me a list of large commercial web sites that use PHP? > > I am trying to move to PHP here at work but I n

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Michael Kimsal
.com was running PHP at one point. I think it still is. aspsourcecode.com runs PHP. :) Those are just a few of what I know. As I wrote before, we're putting together a collection of this type of info for future reference. Anyone with more info, please contact me. Thanks. :)

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Michael Stearne
Along with VaLinux.com and all new VA sites. Penguin Computing dies too. Michael On Tuesday, April 10, 2001, at 12:20 PM, Phillip Bow wrote: > Well since nobody else has chimed in(barring the fact it may be in one > of > the already recommended lists) sourceforge is made with php,

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Michael Kimsal
Brent Langston wrote: > Does anyone know what Yahoo uses? It's obviously some form of scripting... > especially at http://my.yahoo.com. I've always been curious about what they > are using as their parser... it appears to spit out pure HTML, so it acts > like PHP... > > Any thoughts? No offe

RE: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Krznaric Michael
How come no one is subscribing us to any porn lists? Joke!!! Mike -Original Message- From: Chris Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 5:32 PM To: Jon Haworth; 'Jeffrey Greer'; [EMAIL PROTECTED] Subject: Re: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Michael Kimsal
Be careful with the .phtml assumption - there are mod_perl sites that use it as well. There was some golf site I was looking at last year that was .phtml, but when I asked one of their employees about it he said (and the server headers confirmed) that it was mod_perl. :( Joe Stump wrote: > W

[PHP] passthru

2001-04-11 Thread Michael Dickson
things via passthru, for example, , and and so on. I am running php as an apache module. I am NOT running php in 'safe mode'. Any ideas what is going wrong here? Thanks, Michael Dickson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP] php.ini

2001-04-12 Thread Michael Hall
I did, but got Internal Server Errors for several different command formats using = and " ". In the end, this format appears to work (no error message anyway, and the files upload) ... php_value max_execution_time 60 Mick > > Is it possible to override the maximum script execution time as set

RE: [PHP] sending mail.. PLEASE HELP!

2001-04-12 Thread Michael Hall
Are you doing a bulk mail out or something like that? Your script is timing out. The max_execution_time can be changed in php.ini Mick On Thu, 12 Apr 2001, Jude Sanglitan wrote: > Oops! How can I prevent this? > > Fatal error: Maximum execution time of 30 seconds exceeded in > C:\Inetpub\wwwr

RE: [PHP] passthru Problems

2001-04-12 Thread Krznaric Michael
I believe there is header called "Content-disposition: filename.pdf" which is defined in the proper RFC. And as far as I know some browsers don't respect it. Search the list for it, you should find allot of info. Mike -Original Message- From: Jason Mowat [mailto:[EMAIL PROTECTED]] Sent

[PHP] preg question

2001-04-12 Thread Michael Geier
"http://www.mysite.com">http://www.mysite.com</a>; any ideas? TIA! Michael Geier CDMSports Systems Administration EMail: [EMAIL PROTECTED] Phone: 314.991.1511 x 6505 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP] Upcoming PHP training course

2001-04-12 Thread Michael Kimsal
ing course. :) Sincerely, Michael Kimsal Director, Tap Internet http://www.tapinternet.com/php/ 734-480-9961 734-480-9962 (fax) -- 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 adminis

[PHP] unsubscribe php-general

2001-06-19 Thread Michael Roark
unsubscribe php-general

[PHP] perl2php - question

2001-06-20 Thread Michael Mehlmann
Hi to all of you again!! I have a perl-script for sending a mail (don't ask - I *need* it for sending mails!). In perl I use it like: -- open(MAIL, "|mail.pl"); print MAIL "From: \"xx\@xx.com\" \n". "To: \"xx\@xx.com\" \n". "Subject: TEST\n\n". "This is the body";#[EMAI

Re: [PHP] Sessions vs Cookies?

2001-06-22 Thread Michael Hall
As I understand it, PHP's session management uses cookies anyway unless they are turned off by the browser, in which case session info is attached to the URL. So I'd use sessions rather than cookies alone. Mick On Thu, 21 Jun 2001, Chris Anderson wrote: > I am about to write a new admin syst

[PHP] variables / reading files

2001-06-23 Thread Michael Hall
ds output to standard output and apparently won't store output in a variable (unless I did something wrong) fread needs a parameter for number of characters, file adds tags Anyway, any suggestions greatly appreciated. Michael hall -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] variables / reading files

2001-06-23 Thread Michael Hall
ot;\n"; } Your solution is cleaner so I'll change it over. I'd written the whole cart in one sitting up to then, and was fairly cross-eyed by that stage. On Sat, 23 Jun 2001, Christopher Ostmo wrote: > Michael Hall pressed the little lettered thingies in this order... > &

RE: [PHP] how can i use postfix instead of sendmail???

2001-06-25 Thread Michael Hall
> > Is postfix more efficient than sendmail? I don't know about efficient but it is certainly more secure and *way* easier to configure. > > Can you give me the url which describes how to use it or write here ? > www.google.com/linux >> "postfix" > and you get: > http://www.redhat.com/support/do

Re: [PHP] php still not working

2001-06-25 Thread Michael Hall
Do you restart Apache after making changes to httpd.conf? You can use 'path/to/apache/bin/apachectl restart' to do this. Just a thought. Mick On Mon, 25 Jun 2001, brent wrote: > Trying a re-post from yesterday... > > My setup is as follows: > > RH Linux 7.0 > PHP 4.0.5 > Apache 1.3.20 > >

[PHP] Help with PHP/Oracle and serializing data

2001-06-25 Thread Michael Champagne
a now, but other applications that we do in the future may. Would this be a place to use a CLOB or should I stick with varchar2? Thanks! -- Michael Champagne, Software Engineer Capital Institutional Services, Inc. wk: [EMAIL PROTECTED] hm: [EMAIL

[PHP] PHP newsgroups still down?

2001-06-25 Thread Michael Simcich
I hadn't checked the php news servers since the mailing list went back online. At least to me, at this moment, the news servers seem to be missing in action. Anyone know what the scoop is on this? Michael Simcich AccessTools -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Help with PHP/Oracle and serializing data

2001-06-26 Thread Michael Champagne
www.phptemplates.org > > - Original Message - > From: "Michael Champagne" <[EMAIL PROTECTED]> > To: "PHP General Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, June 25, 2001 2:42 PM > Subject: [PHP] Help with PHP/Oracle and serializing data &

[PHP] irc bot?

2001-06-26 Thread Michael Roark
Does anyone know of the existance of an irc bot written in php or otherwise, which will talk to a mysql database? -- 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-

RE: [PHP] PHP newsgroups still down?

2001-06-26 Thread Michael Simcich
Odd, I still can't get to it. I'm trying to use "news.php.net", is there anything amiss with that server address? I'm using Gravity; and it doesn't want a news:// prefix in the address. Michael Simcich AccessTools -Original Message- From: elias [mailto:[EM

[PHP] Auction PHP Solution?

2001-06-26 Thread Michael O'Neal
Hi, Has anybody seen an "ebay-like" auction solution done in PHP? Thanks, 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 PROTECTE

Re: [PHP] search for a better php source code viewer

2001-06-29 Thread Michael O'Neal
type redundant code, like MySQL connects and such. http://www.bbedit.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

[PHP] Postcard/Tell a friend app

2001-06-30 Thread Michael O'Neal
font they want, then send to as many people as they want? Here's what I'm going for: http://itools.mac.com/WebObjects/iCards.woa?aff=consumer&cty=US&lang=en&iden tifier=BPimK6ft7BH2KBYf This one was built in WebObjects, but is pretty robust. Thanks in advance. mto -- Micha

Re: [PHP] sending 5000+ emails - use PHP?

2001-07-01 Thread Michael Stearne
+ email batches. This will reduce the load one the web server and also the mail server. Michael On Sunday, July 1, 2001, at 09:13 PM, Matthew Delmarter wrote: > I at looking at using PHP to send a monthly newsletter to 5000+ > users who > have subscribed via our site. The newsletter w

Re: [PHP] PHP Form (aka:Re: [PHP] Can any one spot the Parse error Here)

2001-07-02 Thread Michael Kimsal
function will be problematic. Being able to do something like $x = new item(); $x->weight= 1; $x->state = 2; $x->sku = 3; $x->calculateFreight(); without worrying about the order of the parameters helps a lot, imo. To each his own tho. -------

[PHP] Fw: Processing checkboxes in Dynamic tables

2001-07-03 Thread Michael Benbow
lease help me so only the variables which are checked before the submit button is pressed are parsed, eg p102, p107, p117, rather than every input variable which is initialised on the site? Thank you heaps in advace, Michael.

Re: [PHP] sending 5000+ emails - use PHP?

2001-07-03 Thread Michael Kimsal
d take it out of there system then. This is how they have achieved speedups in later versions - when processing a queue, it sorts by domain first, so that it can open a connection and send repeated emails, rather than open a separate connection for each mail to that domain. Michael Kimsa

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread Michael Kimsal
Daniel Baldoni wrote: >G'day folks, > >Here's a theoretical question for those of you using PHP's inbuilt session >facilities... > > How do you "keep" your variables across redundant servers? Or, > isn't anybody out there hosting PHP-based services on grouped > servers? > >My q

Re: [PHP] custom tag support

2001-07-08 Thread Michael Kimsal
ases you would, but is that the reason (speed?) you're asking? I wonder how many CF people will be writing custom tags still now that CF5 finally allows user-defined functions.; Michael Kimsal http://www.tapinternet.com/php/ PHP Training Courses 734-480-9961 -- PHP General Mailing List (

Re: [PHP] Running PHP as a cron job....

2001-07-08 Thread Michael Hall
This looks like a good place for me to step in and maybe clear up something I've been wondering about ... With all the advice that has been offered so far, has it been assumed that php is installed in the CGI rather than DSO manner? Can PHP as a DSO interpret shell script-like files with a sheba

RE: [PHP] Running PHP as a cron job....

2001-07-08 Thread Michael Hall
On Sun, 8 Jul 2001, Ben Bleything wrote: > Interesting method, with the lynx... I imagine that if you've only built > the DSO, then that would be the way to do it.. if it worked. My guess > would be, you would have to do lynx > 'http://localhost/path/to/script/script.php' to force it to go thr

[PHP] Storing serialized classes in database

2001-07-09 Thread Michael Champagne
s, I'm assuming the serialized objects in the database become unusable. Does anyone have a good solution for this? I suppose we could go through the database and somehow convert these serialized 'profiles' to meet the new class spec. How much of a hassle is that? Thanks in advan

[PHP] Getting extensions to load in Win32

2001-07-09 Thread Michael Hall
I am having a devil of a time getting any extensions to load on my Windows machines. I have the php.ini set up as follows: [...] extension_dir = C:\PHP\extensions [...] ;extension=php_fdf.dll extension=php_gd.dll I'm trying to load the php_gd.dll, but I get the same problem with any of the exte

Re: [PHP]need an opinion on this idea of mine...!!

2001-07-09 Thread Michael Kimsal
x27;ve taken it a step further in house, but the idea is similar. fusebox.org has more info on this style. 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] Code Examples for Job Interview

2001-07-09 Thread Michael Stearne
I would say get a function or several functions that are indictatiave of your style and solve a fairly complex problem in an elegant way. I don't think thousands of lines of code will be necessary. Michael JCampbell wrote: >Hey Everyone. > >This isn't a request for

[PHP] Using PHP Variables with a Header

2001-07-09 Thread Michael Conley
I have a form that requires a user to enter various information (name, address, phone number, etc...). When they submit this form, the next PHP page checks to make sure that the required fields were filled in. What I would like to do is check to see if the required fields are all filled in and i

[PHP] PHP Training Course available

2001-07-11 Thread Michael Kimsal
rate acceptance. More info can be found at http://www.tapinternet.com/php/ Thanks for your time! Michael Kimsal Director, Tap Internet 734-480-9961 1-866-745-3660 (toll free in US) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP] Array problem in PHP. Please help.

2001-07-12 Thread Michael Champagne
cription [first_money] => First Money [buy_sell] => Buy/Sell [comm] ) -- Michael Champagne, Software Engineer Capital Institutional Services, Inc. wk: [EMAIL PROTECTED] hm: [EMAIL PROTECTED] ** This communi

RE: [PHP] Algorithm for repeating calendar events

2001-07-13 Thread Michael Hall
This libmcal sounds like something I've been needing for another project. Unfortunately, I'm on a Windows platform. Is there any way to get this functionality on Win32? I downloaded the tar.gz file with teh libmcal library in it, but I have no idea what I would do next. > -Original Messa

[PHP] option value

2001-07-15 Thread Michael Thomas
how can i populate an dropdown box useing php & postgresql. Thanks in advance -- 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] Installing fdf support in php

2001-07-15 Thread Michael Stearns
e directory I referenced above: /usr/home/serverone/usr/local/lib/mylib I am not clear if I need to put the FdfTk.h in a specific location and how I need to reference that. Any suggestions for how to proceed would be appreciated! Regards, Michael -- PHP General Mailing List (http://www

Re: [PHP] note to PHP developers

2001-07-17 Thread Michael Hall
Me too. I've never had a problem with Postfix. It just dropped in in Sendmail's place and has worked wonderfully ever since. Great piece of software. Mick On Wed, 18 Jul 2001, Christopher Allen wrote: > Also, postfix works fine for me... > > > > On a side note, qmail has a wrapper that preten

Re: [PHP] passing variables from forms to the same page repetatively

2001-07-17 Thread Michael Hall
ow! > > _ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e

RE: [PHP] note to PHP developers

2001-07-17 Thread Michael Hall
gt; > -- > Jason Murray > [EMAIL PROTECTED] > Web Developer, Melbourne IT > "Work now, freak later!" > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] Install problems

2001-07-19 Thread Michael Hall
___ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To conta

[PHP] Ocifreestatement() and shared memory error?

2001-07-19 Thread Michael Champagne
We recently ran into Oracle error ORA-04031 which has something to do with your shared memory being filled up or thrashed (I'm not a DBA so I'm vague on this.) I noticed that a lot of the PHP code on the site is not using ocifreestatement() or ocilogoff() after executing. Could this have caused

Re: [PHP] a good PHP editor

2001-07-19 Thread Michael Champagne
7;s Komodo and both seem to have > problems (crashing etc...). Anybody got any suggestions? Free/small fee > programs doesn't matter.... Thanks > > Doug Henry > > > -- Michael Champagne, Software Engineer Capital Institutional

Re: [PHP] Sessions and linking

2001-07-19 Thread Michael Hall
thing? > > Best regards, > > Jome > > > -- > 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] -- Mic

[PHP] File Upload Size Limits

2001-07-26 Thread Michael Conley
I am running PHP 4.0pl1 with Apache 1.3.14 on RedHat Linux 7.1. I am trying to do a file upload from the users PC to my web server. If I do a small file, the transfer goes fine. If I do a large file (> 50 MB), the transfer fails saying either the file was not available for reading or my script

RE: [PHP] File Upload Size Limits

2001-07-26 Thread Michael Conley
Did anyone have any thoughts on this? I can upload an 8 MB file, but after that the upload fails. -Original Message- From: Michael Conley [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 7:41 AM To: '[EMAIL PROTECTED]' Subject: [PHP] File Upload Size Limits I am r

RE: [PHP] Re: File Upload Size Limits

2001-07-27 Thread Michael Conley
y, July 27, 2001 7:27 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: File Upload Size Limits I think you need to check your Apache time limits too. Michael Conley wrote: > I am running PHP 4.0pl1 with Apache 1.3.14 on RedHat Linux 7.1. I am trying > to do a file upload from the users PC to my w

Re: [PHP] php date

2001-07-28 Thread Michael Hall
TECTED] > 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 (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] mkdir

2001-07-28 Thread Michael Hall
st (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 PROTECTED] ph/fax (+61 8) 8953 1442 ABN 94 885 174 814 -- PHP General

RE: [PHP] Stripping single quotes

2001-07-28 Thread Michael Hall
Pty Ltd. > The views expressed in this e-mail or attachments are the views of > the author and not the views of Quillsoft Pty Ltd. > You should only deal with the material contained in this e-mail if > you are authorised to do so. > > This notice should not be removed. > >

[PHP] list all included files

2001-07-28 Thread Michael Mehlmann
Hi! this is half OT :-[ I want to list all files, that are included in my script with include() or require(). I am convinced I can do this in Linux with some command, that listes all files, that have been accessed the last xxx hours or minutes or seconds ... (and this would be exactly what I nee

[PHP] PHP stature at Microsoft

2001-07-29 Thread Michael Kimsal
ing: Platform Type (such as ASP, ISAPI, PHP, ColdFusion, BroadVision) No Perl. No Java. BroadVision, but no Vignette. The mindshare must be getting big - if they bother to mention PHP as a platform for Passport. :) Just wanted to pass that along: Michael Kimsal http://www.tapinternet.c

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