Re: [PHP] passing variables

2001-03-03 Thread Michael Hall
ore like: Do Something Hope this is helpful. Mick On Sat, 3 Mar 2001, george wrote: > > Thanks Michael, > > but what I plan on doing is pulling the name,subject and email > address out of the db, then giving the option to view the full message, but >

Re: [PHP] Help Please: Php configuration

2001-03-04 Thread Michael Hall
I don't know a thing about IIS ... but the archives can be found at http://www.php.net/support.php Good Luck Michael On Sun, 4 Mar 2001, archana sharma wrote: > Hi All, >I am new in PHP world. I am trying to configure my php with IIS4. Here is > the info what I downloaded

[PHP] system() and stdout

2001-03-04 Thread Michael Robbins
I am trying to use system() to run an external command and have the output placed into a variable using: $output = system("/usr/local/bin/somecommand"); the output is placed into $output, and it also places it instream with the HTML. Anyone know why this is happening? or how to properly

Re: [PHP] date

2001-03-04 Thread Michael Hall
ve a look at the PHP manual. Also, if you make the data-type of the date field 'date', your options for formatting are more limited. That stuff is all in the MySQL manual. Michael On Sun, 4 Mar 2001, george wrote: > Can you mark the date when an entry is placed in the db and then

Re: [PHP] Get remote IP ot Host

2001-03-05 Thread Michael Meinl
might be, there is a proxy / redirection on the same server. You might try HTTP_X_FORWARDED_FOR. ( or so... try test.php3 for exact info... ) -- Krankenhaus Martha-Maria Nuernberg EDV-Organisation Michael Meinl Tel: 0911/959-1493 -1493 Fax: 0911/959-1412 -1422 --- Linux - The choice of the GN

Re: [PHP] Templates - Perl to PHP

2001-03-06 Thread Michael Kimsal
Hola - your English is mucho better than my Spanish (or is it Portguese in Brazil?) sorry! I assume you're looking for PHP code equivalents for this, correct? Is there any reason you can't just put the code in your template? That would do it just as well. Admittedly, there's

[PHP] sending SMS messages via PHP

2001-03-07 Thread Michael Smith
I can easily send standard email messages via PHP. Does anyone know how to send SMS messages? -- Michael A. Smith <[EMAIL PROTECTED]> Director of Data Systems, wcities.com ICQ: 35884415 :wq -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP] new php.net look

2001-03-07 Thread Michael Kimsal
To the PHP.net design person/people: THANK YOU! I'm tempted to send this as an HTML mail with THANK YOU in big bold flashing letters. :) The older look was neat to show off to people re: pop up menus, etc., but this is a real speed demon, and will be much more useful for searching around. Tha

RE: [PHP] Developer certifications

2001-03-08 Thread Krznaric Michael
OK now I'm pissed. I consider myself to be an above average programmer with extensive skill in PHP (amongst other things). NOW... I am not going to go jumping through hoops just because some ignorant/illiterate HR Recruiter/IS Head thinks that if you're not PHP certified by som

Re: [PHP] external data saving

2001-03-08 Thread Michael Hall
Petr: I'm not exactly clear about what you want to do, but ... PHP can process user data and save it to databases. This is probably what PHP does best. Javascript has nothing to do with this process (but you can use it in your PHP pages if you want). All I know about ActiveX is that it is a M$

[PHP] HTML book recommendation

2001-03-08 Thread Michael George
ok the best, or are there better out there? -Michael -- No, my friend, the way to have good and safe government, is not to trust it all to one, but to divide it among the many, distributing to every one exactly the functions he is competent to. It is by dividing and subdividing these republics f

Re: [PHP] PHP problem

2001-03-09 Thread Michael Kimsal
I didn't know you could get IIS4 on windows 98. Are you sure you don't mean PWS? Knotek Vlastimil wrote: > Hi all, > > I have following problem. I have 2 computers: > 1. Win98, IIS4, PHP4.04pl1 > 2. Win2000, IIS4, PHP4.04pl1 > > with same php.ini > > When I am tried to execute my page on the

RE: [PHP] Advanced PHP

2001-03-09 Thread Krznaric Michael
If I'm not mistaken, the big boys keep an eye out over here. Mike -Original Message- From: Rick St Jean [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 4:54 PM To: [EMAIL PROTECTED] Subject: [PHP] Advanced PHP Does anyone know of any other lists that are a little more advanced

RE: [PHP] Sending "pretty" email

2001-03-11 Thread Michael Geier
Although I will probably getting tarred and feathered for this, I send out at least a million (multiple emails for lists around the 200 thousand customer mark) emails a week, mostly html. When I wrote the software interface (in PHP) to do so, I mentioned to my bosses that many people would not be

Re: [PHP] ASP vs PHP

2001-03-11 Thread Michael Kimsal
You're comparing a framework to a language. ASP is a technology which allows code for different languages to be embedded in a file parsed by a webserver (IIS). To accomplish this, different languages need to be written as modules for that webserver. MS has VBScript (default language), JScript

Re: [PHP] ASP vs PHP

2001-03-12 Thread Michael Kimsal
Carsten Gehling wrote: > > > Are you sure? The #include is an SSI directive, not ASP. It should create > a > > separate internal HTTP request for the included file. I know for sure that > > for example you can include a JScript ASP page inside a VBScript ASP page > > like this - although I real

FW: [PHP] Classes and Kernel CPU Load?

2001-03-12 Thread Krznaric Michael
-Original Message- From: Krznaric Michael Sent: Monday, March 12, 2001 12:29 PM To: 'Jens Kisters' Subject: RE: [PHP] Classes and Kernel CPU Load? I don't know much about OS design, but I may want to check out how long the context switches are taking. That could be

[PHP] update two frames at once?

2001-03-12 Thread Michael George
pdate the section title *and* the section screen... It seemed a cool layout at the time, but I'm thinking this isn't easily possible and I might just have to incorporate a section title on the section screen... But before I rewrite it, I thought I'd ask here. Thanks! -Michael P.S.

Re: [PHP] payment

2001-03-12 Thread Michael Kimsal
Mark Maggelet wrote: > On Mon, 12 Mar 2001 17:04:13 -0500, Russ Cobbe ([EMAIL PROTECTED]) > wrote: > >If you are worried about your payment processor going down (which to > >me would be a very serious concern) you might want to look at > >www.opayc.com which is a standardized way to talk to abo

Re: [PHP] Maintaining Session State Across Clusters

2001-03-13 Thread Michael Kimsal
Use a database to store the session information. Or store everything in files on one machine and map connections from the other servers to the main one. (I prefer the first method) Martin Cameron wrote: > Does anyone know if it is possible to maintain session state across a > cluster of four

Re: [PHP] Finding existence of a value in a table

2001-03-13 Thread Michael Kimsal
try select count(fieldvaluein) from FROM TableOfInterest WHERE FieldValueIn=ValueOfInterest You don't need the GROUP if you just want the count - from your post and title, it sounds like you just want to know if a value exists in the table. You don't need to know what the value IS, because you'r

Re: [PHP] tutorials on good database design

2001-03-13 Thread Michael Kimsal
H... while there are abstract ideas which are generally useful and prudent to adhere to, I don't think most people understand them too well as abstracts and need concrete examples to map them to. Hence the employee contact database examples. And simple shopping cart examples. :) Do you hav

Re: [PHP] Linux/Apache/PHP & Windows/IIS/ColdFusion

2001-03-14 Thread Michael Kimsal
What they've got now is completely fine - why necessarily change it? OK OK - I know many of the reasons why, but moving to another platform, you will most likely 'lose' that 'advanced authentication'. Oo. To gain the flexibility and stability of PHP on Linux/Apache, everyone in the comp

Re: [PHP] Linux/Apache/PHP & Windows/IIS/ColdFusion

2001-03-14 Thread Michael Kimsal
"Joe Sheble (Wizaerd)" wrote: > At 09:36 AM 3/14/01 -0500, Michael Kimsal wrote: > >What they've got now is completely fine - why necessarily change it? > > As you've stated, there are many reasons why changing would be a good > thing, but mostly it&#x

Re: [PHP] forms and databases usinh PHP

2001-03-15 Thread Michael Kimsal
Don wrote: > Hello, > > Has anyone run into problems using PHP to access a database (MySQL) and > build a form. I am trying to build a form that contains anywhere from > 10 to 20 tables. Each table will contain drop down menus, text boxes > and text areas. As you may envision, this form can

[PHP] Variable value doesn't stay "Null"

2001-03-15 Thread Michael Conley
I put up an HTML page that allows a user to modify some previously entered information. The information is taken from a MySQL database and displayed on the page. The user can leave the data alone or modify it. If there is no information in the database for one of the fields, the input box is em

Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Michael Kimsal
Agreed. I think that JSP in some cases would be faster because the JVM is always running. Really depends on the structure of the code and what's it's doing. The first time a JSP is run it'll compile, so it's slow, but after compilation exists its fine. If you're doing database stuff, that'll pr

RE: [PHP] Variable value doesn't stay "Null"

2001-03-15 Thread Michael Conley
27;] is an undefined variable in php a variable is set or not set. if it set to '' its still set, if a variable is undefined, then it is null. -- Chris Lee [EMAIL PROTECTED] "Michael Conley" <[EMAIL PROTECTED]> wrote in message 2102328FD2ECD411879E00609737BFD103

RE: [PHP] Variable value doesn't stay "Null"

2001-03-15 Thread Michael Conley
in the database table. If I recall correctly, some MySQL numeric field types default to "0" when an empty string gets written to them. The problem (and solution) may not be in the PHP script at all. Kirk > -Original Message- > From: Michael Conley [mailto:[EMAIL PROTECTED]] &

[PHP] Webmin

2001-03-16 Thread Michael Kimsal
Although I somewhat agree with the webmin sentiment, after having tried to do simple maintenance on a cobalt for someone, it seems a real dog for anything outside the normal scope of what they want you to do. We needed to edit an httpd.conf file, but there doesn't seem to be a way to do it. Ditt

Re: [PHP] Dynamic generation of text files?

2001-03-19 Thread Michael Kimsal
Click here for John Doe's vCard GenericCard.php would have something like... // // build $text from $uid passed in // header("Content-type: x/y"); header("Content-Disposition: attachment; filename=$filename" ); print $text; exit(); "x/y" would be something like text/html or application/vnd.exce

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Michael Kimsal
Am I the only one who can not find any free ODBC drivers for Linux? I see countless references to ODBC driver managers, but no ODBC drivers themselves - not free ones anyway. I'll have to second the other poster's comments re: FreeTDS. It works fine, and we're looking at using SQLRelay in conjun

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Michael Kimsal
elved. Yoshi Melrose wrote: > have you tried out http://freshmeat.net ? do a search for odbc, you'll find > a few. :) > > ----- Original Message - > From: "Michael Kimsal" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, March 19, 2

Re: [PHP] General security Question (Databases)

2001-03-20 Thread Michael Kimsal
Hi Ben. I see your point, but it's harder to deal with in those cases. I'd reckon most people on this list are using some type of shared hosting system anyway, where they CAN'T do that. Creating extra users in most databases I've used is a bit of a pain, and trying to tie in your application's

[PHP] enum and set possible values

2001-03-20 Thread Michael George
unction exist? I suppose if not it would be possible to write one from the output of a "show columns from X" query... Thanks! -Michael -- No, my friend, the way to have good and safe government, is not to trust it all to one, but to divide it among the many, distributing to every o

Re: [PHP] Post -vs- Get

2001-03-21 Thread Michael Hall
> abc.com?client_no=5 > > Now even though if that person emails you that url, you won't gain > access to it bascause of authentication that is needed, what can happen > is an authorized user could change the 5 in the url to 8, and then see > the information that is there which belongs to client

Re: [PHP] What's XML's Purpose??

2001-04-14 Thread Michael Kimsal
Plutarck wrote: > I use to be really enthusiastically pro-XML just as I was getting into PHP, > but now I've basically taken a "XML shmexXML" approach. I get the initial > attraction, but I would think the love would fade off a bit. > > The key that so many people seem to forget is the best way

[PHP] next release?

2001-04-14 Thread Michael Kimsal
I'm seeing references to functions that 'are' in 4.0.6, but I wasn't even aware that 4.0.5 was released yet. I've seen references to RCs for 4.0.5, but nothing's on the php.net page. Did I miss something? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

[PHP] install problem

2001-04-16 Thread Michael Geier
any ideas? Michael Geier EMail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Dynamic Pages and Google ???

2001-04-17 Thread Michael Kimsal
Jon Shoberg wrote: > So I was having a conversation with a manager/educator in the IT Industry :) > > In a discussion concerning search engines he stated how he dislikes dynamic > web pages (PHP/ASP/JSP/CFM) because search engine spiders 'choke' on dynamic > content or gives those pages a lower

[PHP] Help with a php Registration Form

2001-04-17 Thread Michael Leone
e who has 5 minutes to spare could take a look at it. Thanks a bunch! Michael Leone -- 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] multidimensional arrays

2001-04-17 Thread Michael Kimsal
Plutarck wrote: > PHP can be a tad screwy with how it handles multi-dimensional arrays, but > yes PHP handles them. No real speed problems with them either. > > But you may just want to use an associative array like: > > $loc = array("y" => $y, "x" => $x); > > Then just use $loc["y"] and $loc["

RE: [PHP] Screen Resolutions

2001-04-17 Thread Michael Geier
PHP is server side, so it has no mthodology for detecting client side information. Try javascript. -Original Message- From: Stuart Rees [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:05 PM To: [EMAIL PROTECTED] Subject: [PHP] Screen Resolutions Could anyone tell me if there

Re: [PHP] best way to include html?

2001-04-19 Thread Michael Kimsal
Just include() it. Duke wrote: > I'm setting up an html "shell" for my webpage that I include with my php > code so I don't have to see html crap and whatnot. > I'm wondering what the best way is to insert the html "shell" into my code? > Should I just echo the file, should I include(), require(

[PHP] Headers sent by - need to clear screen - help me

2001-04-20 Thread Michael Champagne
I don't know if I'm wording this right. I have a display_error function in PHP that I want to generate a screen with some information about the error, send us email, etc. The problem is that sometimes it's called after the headers have been sent and in the middle of a page. Is there a way to 'c

[PHP] Databases and HTML forms

2001-04-20 Thread Michael Champagne
I'm needing to have a form that pulls a bunch of database fields into it and then allows you to modify the fields and does the subsequent update in the database. This seems like something that has to be done all the time. Is there a right way to go about doing this? Some kind of class library o

[PHP] PHP Books

2001-04-20 Thread Michael C
Hello Could I get a recommendation on some good starting PHP books? Thanks -- Later Days:) Michael Clesceri ""Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away."

[PHP-CVS] What is CVS?

2001-04-20 Thread Michael C
Forgive me for asking again What is CVS? I am really new to PHP and just want to make sure I am looking at the right list Thanks for your information in advance -- Later Days:) Michael Clesceri ""Perfection (in design) is achieved not when there is nothing more to add, but rather

Re: [PHP] web page grab

2001-04-22 Thread Michael Hall
Something like this: $grab = eregi("Some leading code(.*)Some trailing code"); the (.*) is what you're grabbing. Mick On Sun, 22 Apr 2001, Ed Lazor wrote: > Hi =) > > I'm trying to grab content from another web page. After having browsed > through the mailing list archives and such, it lo

Re: [PHP] web page grab

2001-04-22 Thread Michael Hall
In other words ... > $grab = eregi("wish(.*)numbers ."); > > the (.*) is what you're grabbing. You don't need to include the entire file up to 'wish' and beyond 'numbers', just enough to make a unique portion. Mick > > I'm trying to grab content from another web page. After hav

Re: [PHP] PHP "pl" vs. ususal version.

2001-04-24 Thread Michael Kimsal
Scott Fletcher wrote: > I noticed when I install the PHP using hte version with "pl", like > PHP-4.0.4pl1, and compile Apache with this PHP. Apache said it couldn't > compile the PHP and doesn't compile it. I struggled with it for a few > hours. Then I end up installing PHP-4.0.2 without t

[PHP] Image Processing in PHP

2001-04-24 Thread Michael O'Neal
server side? Please copy your reply to [EMAIL PROTECTED] as I am on the digest version. Thanks in advance. mto Michael O'Neal Web Producer/ Autocrosser ST 28 '89 Civic Si - M A N G O B O U L D E R - http://www.thinkmango.

Re: [PHP] Lines

2001-04-24 Thread Michael Stearne
If you use the file() function to open up the file, it will put each line of the file into an array. At that point you can say: for($i=5;$i<11;$i++){ print $myFile[$i]; } Michael Rafael Faria wrote: > > > Hey Guys, > it's my first post on this list, and my doubt is..

[PHP] File Transfer over HTTPS

2001-04-24 Thread Michael Conley
owser via a PHP script, but now I need to figure out how to do it without the browser interface. Any help is appreciated Michael Conley -- 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] File Transfer over HTTPS

2001-04-24 Thread Michael Conley
ed to run this app on their system? Of course, I would like this to be as simple and non-intrusive as possible. -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 2:25 PM To: Michael Conley Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP] Fil

RE: [PHP] File Transfer over HTTPS

2001-04-24 Thread Michael Conley
I get the file c:\wow\info.txt from the user to my web server over https? -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 2:45 PM To: Michael Conley Cc: '[EMAIL PROTECTED]' Subject: RE: [PHP] File Transfer over HTTPS > My goa

[PHP] Compressing an upload

2001-04-25 Thread Michael Conley
I am going to have a page that will be used for visitors to upload a file to my web server. I already use gzcompress to compress some of the pages that I send to visitors, but can I also compress files that they are uploading to my web server? They will be text files and some may be fairly large

RE: [PHP] Big Problem

2001-04-26 Thread Michael Geier
in php.ini, put "/var/qmail/bin/qmail-inject" into sendmail_path -Original Message- From: Thomas Booms [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:48 PM To: [EMAIL PROTECTED] Subject: [PHP] Big Problem Hi all, I'm using on my new machine (SuSE 7.0) PHP4. In one PHP4-Sc

RE: [PHP] Recursive Childs

2001-04-26 Thread Krznaric Michael
Many databases can handle hierarchical SQL statements. For examples oracle uses "START WITH / connect by". eg. SELECT level L1, level_id, name FROM company_level START WITH level_id=21 CONNECT BY p

[PHP] fsockopen question

2001-04-26 Thread Michael Conley
I am looking to process credit card transactions on my site. In order to do this, I need to open a socket to a particular URL. I then submit an XML string to them. They process the string and send me a response. I am going to a certain (secure) location on the site of my credit card processor

RE: [PHP] fsockopen question

2001-04-26 Thread Michael Conley
edir/somepage.html HTTP/1.0\r\n\r\n"); to parse. Should be easily modified Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Michael Conley [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 12:37 PM To: 

Re: [PHP] (another) cms, but internationalized

2001-04-26 Thread Michael Kimsal
We've worked on similar, but somewhat less ambitious projects, and I will caution you on the 'easy' part of this. It will never be easy. Doesn't matter who your target audience is - you're biting off a huge project, and there will always be some people who find what you're doing too difficult or

Re: [PHP] a (simple) question?

2001-04-27 Thread Michael Kimsal
You can only do one file in each box - get a yahoo mail account and see how they handle file uploading. Ivan Porro wrote: > Hi, > > anyone know a simple way to realize multiple-upload at once (something > like Msoft CTRL-multiple selection when browsing and uniqe Upload > button). I've found on

Re: [PHP] php suck

2001-04-29 Thread Michael Hall
> i found this when surfing this morning > http://www.phpsucks.net/ Looks like someone just spent a fortune on getting and learning M$ products then lost work to a PHP/open source alternative, or maybe they just can't get Red Hat installed. Either way, who cares? Mick -- PHP General Mailing

Re: [PHP] Best Practice-HTML In Database

2001-04-29 Thread Michael Hall
If you ever need to update the HTML, option 2 will be a lot easier. Mick On Sun, 29 Apr 2001, John Monfort wrote: > > Hello everyone, > > I'm curious. Which is the better practice? >1) Insert the HTML page (...HTML code) in the database ? > >or > >2) Insert a URL in the dat

Re: [PHP] template solutions?

2001-04-30 Thread Michael Kimsal
Why not just use PHP in the template? That's kinda what it was made for. On Sun, 29 Apr 2001, Steven Haryanto wrote: > Does anyone know a rather advanced template solution in PHP? > At least one that supports loop and if (like HTML::Template), > and directives/commands would be nice (like Perl

Re: [PHP] template solutions?

2001-04-30 Thread Michael Kimsal
'variables' to the template. > > Steve > > At 5/1/2001 12:36 AM, Michael Kimsal wrote: > >Why not just use PHP in the template? That's kinda what it was made for. > > > >On Sun, 29 Apr 2001, Steven Haryanto wrote: > > > > > Does anyone know a

Re: [PHP] template solutions?

2001-04-30 Thread Michael Kimsal
behind HTML::Template for explanation on this: > > http://www.perlmonth.com/features/template/template.html?issue=11 > > Not everything with loops and IFs is a programming language. I would > probably call PDF or RTF a programming language too if it were. > > Steve >

[PHP] XML Parsing

2001-04-30 Thread Michael Conley
I am posting information to a credit card processing server. This is done over HTTPS (with cURL) and seems to work fine. I get the response that I want from the server, which consists of an XML doc with about 20 tags and their corresponding values. I have gone through the mailing list and manua

Re: [PHP] Programming PHP in a modular way

2001-04-30 Thread Michael Hall
Use include(); Mick On Mon, 30 Apr 2001, Andreas Pucko wrote: > Hello, > > I am a newi in PHP. Currently I am creating my first site. > > I would like to programm it modularly. I tryed it, but I came to the point, > that I have everything in one file with a huge amount of tables. > > What w

RE: [PHP] Logout Problem auf .htaccess-Login

2001-05-01 Thread Krznaric Michael
Don't quote me on this, but I think if you send the user a header saying he's unauthorized then apache will remove the PHP_AUTH_* information. Mike -Original Message- From: Jochen Kaechelin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 4:30 AM To: PHP General Subject: [PHP] Log

Re: [PHP] template solutions?

2001-05-01 Thread Michael Kimsal
en various platforms (JSP, CF, PHP, Perl, VBScript). That would, imo, make it worhtwhile for people to learn *one* templating system that would be cross-platform. On Tue, 1 May 2001, Christian Reiniger wrote: > On Monday 30 April 2001 21:02, Steven Haryanto wrote: > > At 5/1/2001

[PHP] test - pls ignore.

2001-05-01 Thread Michael Geier
Michael Geier CDM Sports 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 additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP] Next SEMPUG meeting - this Thursday

2001-05-02 Thread Michael Kimsal
be giving an introductory overview of PHP (syntax, usage, benefits, examples, etc.) Please call 734-480-9961 should you have any questions or need directions. RSVP is appreciated, but not necessary. Thanks all. :) Michael Kimsal -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Website production tool in PHP

2001-05-02 Thread Michael O'Neal
I thought I'd mail the list before I built one from scratch. Please email me directly at [EMAIL PROTECTED], as I am on the digest. 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 -

RE: [PHP] Maximum execution time of 30 seconds exceeded...

2001-05-03 Thread Michael Geier
set_time_limit(n) where n is number of seconds (or 0 for no time limit) -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 5:53 AM To: 'Kraa de Simon'; Php-General (E-mail) Subject: RE: [PHP] Maximum execution time of 30 seconds exceeded... Chan

[PHP] Homesite - Windows and CVS

2001-05-03 Thread Michael Stearne
et and SCC compliant app (Homesite) to work with CVS, but I get an error early on in the process and haven't gotten it to work. Any ideas? Michael -- 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] Starting PHP script with crontab

2001-05-03 Thread Michael Kimsal
Noah Spitzer-Williams wrote: > is there a service on the web that can do this for you? i once found a site > that would accept a url and an interval and would retrieve that url > (therefore running any code you had in there) on your interval > > - Noah cronservice.com is one. -- PHP Genera

[PHP] question about broadcast application

2001-05-03 Thread Michael Geier
My bosses came to me and asked me to spec out a broadcast mailer (spam box) that clients could: - log into - choose a pre-approved list (clients could have multiple lists) - choose a stored email - send sample - send broadcast I know that Qmail and EzMLM a

Re: [PHP] Need a partner for PHP dev.

2001-05-03 Thread Michael Kimsal
Perhaps you could post this project on sourceforge - you might be able to attract some developers that way. [EMAIL PROTECTED] wrote: > Hi, > >I know this isn't the best place to post this, but I tried a lot of > other places without much success. > >I am developing a very flexible shoppi

Re: [PHP] Need to know this

2001-05-04 Thread Michael Kimsal
Go check the archives - marc.theaimsgroup.com has a link to them, and I think there's a link at php.net. We've also got a link to them at http://phphelpdesk.com/search/ (frames required). You'll find numerous arguments on both sides in the archives. More than you'll probably get in a response t

Re: [PHP] PHP & Java ?

2001-05-04 Thread Michael Stearne
They are totally un-related. Make sure that the final HTML on the page (some of it generated by PHP) is corrent and doesn't break the Java/Javascript. Michael Jack Sasportas wrote: >While working on some web sites which contain mouse over java, and then >adding in some db st

[PHP] quicker query?

2001-05-05 Thread Michael Roark
verse where cluster='$cluster' and galaxy='$galaxy'"; $result=db_query($sql); Thanks Michael

Re: [PHP] quicker query?

2001-05-06 Thread Michael Roark
r 742 galaxy 25. - Original Message - From: "Gyozo Papp" <[EMAIL PROTECTED]> To: "Michael Roark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2001 6:51 AM Subject: Re: [PHP] quicker query? hello, maybe there is another solution that

[PHP] Updating an installation of PEAR

2001-05-07 Thread Michael Stearne
ration for installation located in PEAR.php in the root directory of PEAR? Thanks, 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]

[PHP] Zend.com CVS

2001-05-07 Thread Michael Stearne
Is the Zend CVS down? The connection is really slow, I have been trying to get the source for an hour. Is the problem on my end or Zend? Thanks, Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] ANN: Visual PHP Studio 1.0 Field Test 1

2001-05-07 Thread Michael Stearne
Yeah, I hope it's a MacOS app also. Michael Meir kriheli wrote: >On Tuesday 08 May 2001 00:39, elias wrote: > >Is it a windows app (I hope it isn't)? > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP] PEAR Versions

2001-05-07 Thread Michael Stearne
in PEAR.php in particular. Is there anyway to upgrade my PEAR to a new version without going to 4.0.5 on the web server? Thanks, Michael -- 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 vs Coldfusion and ADO vd API

2001-05-07 Thread Michael Kimsal
On Mon, 7 May 2001, Jeff wrote: > I have two questions: > > 1) I've seen a lot of benching by pc magazine and they're saying how > great cold fusion is and how bad php is. However, they don't use Zend > in any of their tests. Does anyone know of benchmarks against popular > systems that incl

Re: [PHP] Pregunta

2001-05-07 Thread Michael Hall
Hombre, necesitamos un poco mas de informacion para ayudarte. Cuales versiones de PHP y IIS, por ejemplo, y cual version de Windows? Como lo instalaste? Como modulo o como CGI? La pagina de prueba, tiene todos los "tags" que necesita? (es decir, . Tiene el archivo la extension ".php"? Como has

RE: [PHP] Recursive SQL Queries: Web Directory Categories

2001-05-08 Thread Krznaric Michael
James, Take a look at hierarchical queries in MS SQl. If I'm not mistaken, this is part of the SQL 99 standard and is implemented by many SQL 92 compliant database vendors. I know ORACLE and DB2 support it. I'm not sure if you already have but I would investigate this topic with MS SQL

[PHP] any way to get backslashes through in preg_replace?

2001-05-08 Thread Michael Geary
I need to trap this in the preg_replace. ...and yes, I WOULD use str_replace, but it doesn't seem to work in IIS with arrays passed as search & replace parameters. If anyone can verify this, I'd be grateful! Thanks so much, michael Michael Geary Interactive Architect Ser

RE: [PHP] Detecting error in OCIExecute calls

2001-05-09 Thread Michael Peppard
OCIError($stm) Will tell you if an error has been raised. The error returned is whatever you asked the Oracle procedure to "raise", or the error is a positive integer if Oracle raised the error internally ORA-0 (OCIError() = 0) means the operation completed succesfully. This may or maynot be

[PHP] How does everyone else do this? .php in URL

2001-05-09 Thread Michael Champagne
I have an area of our site where you can turn off certain 'systems' by clicking a button. This is all done in HTML and it brings up a javascript box to verify that this is really what you want to do.. It then does a header("location: ...") to redirect to a .php file that locks down the site. The

Re: [PHP] Commercial PHP Support...

2001-05-09 Thread Michael Kimsal
We'd offered this before, and got a lukewarm response. Currently retooling our website to offer this service directly, but we offer one-off and long-term commercial support contracts for PHP. Development, installation, troubleshooting, and more. Contact me directly at 1-866-745-3660 if you have

[PHP] PassThru()

2001-05-09 Thread Michael Roark
how does one pass arguements to PassThru() ie would the following work PassThru(/home/bleh/bleh.cgi < bleh.txt); and if that does work PassThru() sends its output back to the page yes?

[PHP] regex pattern match and extract

2001-05-10 Thread Michael Roark
$sql="select nfo_gname from galaxy_nfo limit 1"; $result=db_query($sql); if ($result) { while (list($nfo_gname)=mysql_fetch_row($result)) { echo ("$nfo_gname"); ereg ("\[[a-zA-Z0-9]\]", $nfo_gname, $regs); echo $regs[1]; I'm trying to match any thing between [] and pull it from the string and

Re: [PHP] Check this out -> http://www.hotscripts.com/webpoll/results.php

2001-05-10 Thread Michael Kimsal
Do you trust a poll that classifies XML as a scripting language? SED wrote: > ...of course M$ is worried about PHP, see this: > > http://www.hotscripts.com/webpoll/results.php > > SED > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additi

Re: [PHP] Is the CGI-only Win32 binary compiled with --enable-sockets?

2001-05-10 Thread Michael Stearne
If you make a page with phpinfo() you will see all the compile options that were used for the particluar build you have (at the top of the page). Michael Todd wrote: >I'm trying the example client code under Socket Functions in the >documentation and I get the error: > >

Re: [PHP] php and asp

2001-05-10 Thread Michael Kimsal
Generally, you'd have to use a COM object written specifically to deal with files. There are some ways to look at the raw data from an image and file and extract that info, but it's frankly beyond me at this time of night. :) If you have control over the server the ASP code is on, you might con

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