Re: [PHP] Oracle Connection

2001-04-15 Thread Andrew Hill
You can use ODBC as well. Compile PHP with iODBC (http://www.iodbc.org) and you can use an ODBC driver instead of the oci - this can bypass the Oracle client install in many cases. Best regards, Andrew Andrew Hill . Director Technology Evangelism

[PHP] RE: [PHP-DB] mysql_result()

2001-04-04 Thread Andrew Hill
-- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com -Original Message- > From: Jordan Elver [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 04, 2001 11:46 AM > To: PHP Database Mailing List; PHP General Mai

[PHP] RE: [PHP-DB] iODBC Mac OS X HOWTO

2001-04-03 Thread Andrew Hill
Okay, so no attachments to the lists :) Here is the HOWTO: http://www.iodbc.org/osxphp_iodbc.htm Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com office

[PHP] iODBC Mac OS X HOWTO

2001-04-03 Thread Andrew Hill
m any relational database. I'll be uploading it to the www.iodbc.org site, but if anyone would like to comment on the initial draft, it's attached to the post. Any and all feedback is welcome - tell me anything is not clear! Best regards, Andrew ------ Andrew

[PHP] Re: [PHP-DB] PHP4.0.4 segfaults with odbc_pconnect

2001-04-02 Thread Andrew Hill
in the environmnet, or odbctest wouldn't show your DSNs. So fix the ServerType, ensure working server-side components, and change your connection syntax for odbctest - you actually are just about there. Let me know if you need additional assistance. Best regards, Andrew

Re: [PHP] RE: [PHP-DB] help with compiling ODBC into PHP4

2001-04-02 Thread Andrew Hill
pen40/l3ko.taz (also available from iODBC.org). If you need other platforms, go to: http://www.iodbc.org/opliodbc.htm (iODBC) or http://www.openlinksw.com/main/softdld.htm (OpenLink) Best regards, Andrew --- Andrew Hill - OpenLink Software Director Techn

[PHP] Re: [PHP-DB] RE: [PHP] RE: what exactly are /path/to/blah lookingfor? .h? .so? .a? what?!

2001-03-30 Thread Andrew Hill
7 14:42 isql.h > > odbcsdk/examples: > total 112 > -rw-r--r--1 nobody html10321 Mar 7 14:42 odbctest.c > -rwxr-xr-x1 nobody html 92225 Mar 7 14:42 odbctest* > -rw-r--r--1 nobody html 3460 Mar 7 14:42 Makefile > > odbcsdk/driver: >

[PHP] RE: what exactly are /path/to/blah looking for? .h? .so? .a? what?!

2001-03-30 Thread Andrew Hill
Daevid, It's the path/to/odbcsdk It's looking for libiodbc.so :) Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com > -Original Messag

Re: [PHP] Is it possible to have href link refer to same PHP file?

2001-03-27 Thread Andrew Hill
Just check the value of the submit variable. If it's populated, then the form has been clicked. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/27

Re: [PHP] mssql

2001-03-24 Thread Andrew Hill
ad is available at http://www.openlinksw.com and a HOWTO on compiling iODBC in with PHP (this is the Driver Manager, which is needed to use any ODBC drivers with Apache/PHP) is available at www.iodbc.org Hope this helps. Best regards, Andrew --- Andrew Hill - Ope

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Andrew Hill
Whups, sorry - looks like that should have been addressed to Michael. Best regards, Andrew On 3/19/01 12:13 PM, "Andrew Hill" <[EMAIL PROTECTED]> wrote: > Yoshi, > > Regardless if you use a commercial or free driver, the only thing you need to > compile with i

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Andrew Hill
K and compiling --with-iodbc. Also, while our drivers are not Open Source, they are free for low-use environments (2 concurrent database connections). Please let me know if I may assist in any way. Best regards, Andrew --- Andrew Hill - OpenLink Software Dir

Re: [PHP] Has anyone got MSSQL2000 to connect and work properlly?

2001-03-15 Thread Andrew Hill
--- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/15/01 5:32 PM, "Brandon Orther" <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to get PHP4 to connect to Microsoft SQL2000. A

Re: [PHP] Print MySQL DB as Exel File?

2001-03-14 Thread Andrew Hill
--- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/14/01 9:28 PM, "Jason Murray" <[EMAIL PROTECTED]> wrote: >> Could anyone help me out with how to print th

Re: [PHP] Executing a string with both html and php inside it..

2001-03-14 Thread Andrew Hill
Aviv, eval() http://www.php.net/manual/en/function.eval.php Best regards, Andrew On 3/13/01 6:35 PM, "Aviv Revach" <[EMAIL PROTECTED]> wrote: > Hey! > > What should I do in order to execute the next string: > $str = "\n" > $str .= "blabla\n"; > $str .= " \n"; > $str .= "blabla\n"; > $

[PHP] ANN: OpenLink Press Release

2001-03-13 Thread Andrew Hill
vers Visit http://www.openlinksw.com/main/softdld.htm to download a free and non expiring evaluation copy Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com --

Re: AW: [PHP] Cache Database-driven site

2001-03-12 Thread Andrew Hill
http://www.php.net/manual/en/ref.outcontrol.php Regards, Andrew On 3/12/01 6:40 PM, "Joe Maier" <[EMAIL PROTECTED]> wrote: > Aaron, > i would love to believe what you say. > But i couldn't find any buffering functions in the online docs. > > Could you please gimme a pointer on where i can fin

RE: [PHP] includes slooooooow

2001-03-09 Thread Andrew Hill
Replace include with include_once where you can. Best regards, Andrew > -Original Message- > From: Jens Kisters [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 11:08 AM > To: [EMAIL PROTECTED] > Subject: [PHP] includes slooow > > > Hi, i just finished my first really big p

Re: [PHP] Set ODBC Timeout Value

2001-03-06 Thread Andrew Hill
Karl, ODBC drivers typically have a timeout configuration. Decreasing that may solve your problem. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/6

Re: [PHP] Loss of connection handle object

2001-03-01 Thread Andrew Hill
nection info from either the objects > properties or from parameters passed to it. > Can you see what Ive done wrong...if anything?!?! > > AndrewH > > ----- Original Message - > From: "Andrew Hill" <[EMAIL PROTECTED]> > To: "Andrew Halliday" &l

Re: [PHP] Loss of connection handle object

2001-03-01 Thread Andrew Hill
Andrew, What is the open() function? Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/1/01 7:27 PM, "Andrew Halliday" <[EMAIL PROT

RE: [PHP] [PHP-DB] To use paradox??..

2001-02-26 Thread Andrew Hill
- hostname is the Win box - ServerType is Odbc - Database is foo - other parameters as needed If you run into problems, free support is available at http://www.openlinksw.com/support/suppindx.htm Best regards, Andrew --

Re: [PHP] Using while as for...

2001-02-23 Thread Andrew Hill
Whups, forgot a blasted semicolon... $count = 1; while($count < 10) { echo "Number is $count \n"; $count++; } Cheers, Andrew On 2/24/01 12:20 AM, "Andrew Hill" <[EMAIL PROTECTED]> wrote: > $count = 1; > > while($count <

Re: [PHP] Using while as for...

2001-02-23 Thread Andrew Hill
for?? > Thank you!! Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Andrew Hill
The MacOS X Developer Tools (free from Apple's site with a developer registration) have all the necessary tools. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Andrew Hill
Thierry, Not sure if you need that 'echo' in there. Also, if you have problems, compiling PHP / apache under MacOS X isn't THAT complicated :) Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness

Re: [PHP] Database Code Portability

2001-02-17 Thread Andrew Hill
Dave, The ODBC functions in PHP mostly address this. A good ODBC driver will also translate full SQL92 functionality into the underlying dialect that the database supports. Let me know if you have any questions. Best regards, Andrew --- Andrew Hill

Re: [PHP] Passing vars

2001-02-15 Thread Andrew Hill
ed on the fly, break it up into common blocks and drop them in using either method above. You can also do things like passing a hidden form field instead of using a link. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evang

Re: [PHP] pro's and con's of storing images

2001-02-15 Thread Andrew Hill
This may be getting off topic, but the only way storing images in a database DOES make sense is if you are accessing the the database via WebDAV. .02 Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness

RE: [PHP] Closing Databases

2001-02-14 Thread Andrew Hill
Karl, That should be good enough. What you were told is true - PHP does close connections when the script exits, but every so often this can fail, so closing the connection explicitly is good practice. Best regards, Andrew -- Andrew Hill - OpenLink Software

RE: [PHP] Return ODBC Results to an array

2001-02-13 Thread Andrew Hill
Karl, http://www.php.net/manual/en/function.odbc-fetch-into.php Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com > -Original Message- > From:

RE: [PHP] Help with Linux RPM install (ODBC access)

2001-02-06 Thread Andrew Hill
H and ODBCINSTINI. A HOWTO on iODBC is here: http://www.iodbc.org/odbc-phpHOWTO.html Let me know if you run into trouble. Best regards, Andrew ---- Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E

Re: [PHP] Email Selected Data

2001-02-04 Thread Andrew Hill
ASSOC) for other array elements such as MYSQL_ASSOC, MYSQL_NUM, and MYSQL_BOTH. see: http://www.php.net/manual/en/function.mysql-fetch-array.php Best regards, Andrew ------- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Techn

Re: [PHP] db paging with MS Sql

2001-02-04 Thread Andrew Hill
Joe, Does SQL92 count? Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 2/4/01 8:09 PM, "Joe Stump" <[EMAIL PROTECTED]> wrote: >

Re: [PHP] Good Reads

2001-01-27 Thread Andrew Hill
Hi, I worked as a reviewer on the recently release Wrox book, Beginning PHP Programming. It's has exceptionally clear examples, and covers all the bases. Most of the authors have great writing styles too, and the only exception occurs towards the end of the book where the examples get very in-d

RE: [PHP] Integration of PHP with MS Outlook?

2001-01-25 Thread Andrew Hill
ndrew Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology Provider > -Original Message- > From: Jon Haworth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Januar

Re: [PHP] Odd output from system()

2001-01-23 Thread Andrew Hill
Hey, you stole my name! ::grin:: Man is this going to get confusing. Best regards, Andrew -- Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology On 1/23/01 11:35 PM, &qu

[PHP] Odd output from system()

2001-01-23 Thread Andrew Hill
ing instead. Is there some way of telling system() that it should look exactly like it does in a shell, or to tell the shell or expect not to generate this hidden info? Any advice would be appreciated! TIA, -- Andrew Hill "Right now, I'd happily snort gunk from the sink if it would tak

Re: [PHP] Hyperlink using thumnail

2001-01-23 Thread Andrew Hill
t;; ?> page_two.php: "; ?> Best regards, Andrew ------ Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology On 1/23/01 9:23 PM, "Dave Stewart" <[EMAIL PR

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

2001-01-23 Thread Andrew Hill
Also, you can check the value of $HTTP_REFERER for the ip of the trusted host, to further eliminate the potential. Best regards, Andrew Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Busi

Re: [PHP] Setting Up Openlink ODBC to Work With PHP

2001-01-16 Thread Andrew Hill
Hi Grant, Check out this HOWTO, and ask if you have any questions: http://www.iodbc.org/odbc-phpHOWTO.html Best regards, Andrew -- Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastruc

<    1   2