Re: [PHP-DB] the SET datatype

2001-02-09 Thread Bob Hall
>I have a little MySQL related problem... > >The column A.1 is using the SET datatype. I want the possible values of >A.1 to be any value(s) of column B.1 >I could of cause manually enter the values of B.1 when I create A.1, but >I want the possible values of A.1 >to change as table B changes. Is

Re: [PHP-DB] delete records by a column with date

2001-02-09 Thread Cody Caughlan
You had the query right: DELETE FROM WHERE CUR_DATE() > would do it... /cody caughlan "Manuel Dominguez Jr." wrote: > there is a column in a mysql database called expires that has type date and > i was wondering what php code would be needed to delete all records that > have dates that have

[PHP-DB] delete records by a column with date

2001-02-09 Thread Manuel Dominguez Jr.
there is a column in a mysql database called expires that has type date and i was wondering what php code would be needed to delete all records that have dates that have expired something like delete from expires where curdate > expires; something like that. -- PHP Database Mailing List (ht

[PHP-DB] A php-xml mailing list?

2001-02-09 Thread Michael Dearman
I think it would be helpful. What do you folks think? MD -- PHP Database 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-DB] php client --> informix-se

2001-02-09 Thread Luigi Casiraghi
Dear all, I have a question for you. Given the following configuration: - One NT machine with Apache 3.14 and php4 (from www.php4.de) installed (the one that should act like client) - One Sco_SV system Release 3.2v5.0.5 with INFORMIX-SE Version 5.10.UD1 (the server) Are my SCO-UNIX Rele

[PHP-DB] PHP MOUNT

2001-02-09 Thread Marco Eyzaguirre
hello everybody, can anyone tellme how i can do a "mount" in a server from php script?, "system(mount * * *)" doesn't work! marco eyzaguirre Lima - Peru -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

RE: [PHP-DB] Join Sentences

2001-02-09 Thread Fabio Ottolini (EDB)
A good way to do this is using break. Try taking a look at http://www.php.net /Quick Reference / break. It's more powerful than it seems! Exiting nested loops is only one of the possibilities. BR, Fábio Ottolini > -Original Message- > From: Jorge Santos [mailto:[EMAIL PROTECTED]] > Se

Re: [PHP-DB] reading dbfs from remote server

2001-02-09 Thread Mark Farver
You'll need to tell us more about how you are accessing these files. Over a Windows share? (Off topic) Or are you using php's url/file read functions to access them right off the webserver. Code we see a small code snippit? Mark On Fri, 9 Feb 2001, Guridi, Jose wrote: > I have an NT web serv

RE: [PHP-DB] Linux+PHP+Infomix....

2001-02-09 Thread Mark Farver
On Fri, 9 Feb 2001, Javier Morquecho Morquecho wrote: > I'm just starting to use informix database, how can I install the informix > support on my > apache server??, I have been looking for something like a RPM file, but I > Any tip how can I to start?, or where can I looking for? We

[PHP-DB] reading dbfs from remote server

2001-02-09 Thread Guridi, Jose
I have an NT web server with php an I'm trying to read dbf files that are in an other NT server, but I get an error saying I have no permission to the files. looking at the files they have reading writing permission for everione so there should be no problem Any Idea? Jose Guridi -- PHP Dat

RE: [PHP-DB] Linux+PHP+Infomix....

2001-02-09 Thread Javier Morquecho Morquecho
Come on boys!, you always know everything.help me, please... -Mensaje original- De: Javier Morquecho Morquecho [mailto:[EMAIL PROTECTED]] Enviado el: Viernes 9 de Febrero de 2001 8:30 AM Para: 'php-db list' Asunto: [PHP-DB] Linux+PHP+Infomix Hi... I have worked

[PHP-DB] the SET datatype

2001-02-09 Thread spider
I have a little MySQL related problem... The column A.1 is using the SET datatype. I want the possible values of A.1 to be any value(s) of column B.1 I could of cause manually enter the values of B.1 when I create A.1, but I want the possible values of A.1 to change as table B changes. Is there a

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Jorge Santos
Mark, > Go to bugs.php.net and search thru the open bugs for "oracle" You'll find > a good dozen bugs on Windows that seem to be describing this problem. > #6396 and #8132 come to mind. In addition, bug #7446 for standard Oracle Later, Jorge [EMAIL PROTECTED] - Original Message - From:

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Fabio Ottolini (EDB)
Homesite is indeed a wonderful program! Syntax highlighting for PHP, MySQL, ASP, Coldfusion... and many other features. In my opinion it's the best stuff out there! BR, Fábio Ottolini > -Original Message- > From: Cal Evans [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 08, 2001

RE: [PHP-DB] Transfering data between MySQL servers

2001-02-09 Thread Fabio Ottolini (EDB)
Then I think you are talking about replication right? If that's the case I'm not the best person to talk about it (I never used it) but I can assure you that this is a very common matter at MySQL lists that you can find at http://www.mysql.com . BR, Fábio Ottolini > -Original Message-

Re: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Sean Weissensee
Yes only ASP,JSP and CF, I did read on the Macromedia newsgroup that someone is developing a PHP plugin for Ultradev. - Original Message - From: "Alarion" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> , e-mail: [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To un

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Alarion
Not that I am aware of. I think it is just ASP, JSP and CF.. I have been wrong before though ;) Sean -Original Message- From: Jaxon [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 2:49 PM To: [EMAIL PROTECTED] Subject:RE: [PHP-DB] Can you recommend a development

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Jaxon
Doesn't DW4/Ultradev now support PHP? regards, jaxon > -Original Message- > From: Alarion [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 09, 2001 4:20 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Can you recommend a development tool? > > > Yeah, I just downloaded the DW4 tri

Re: [PHP-DB] Dreamweaver rant OT was(RE: [PHP-DB] Can you recommend a development tool?)

2001-02-09 Thread Sean Weissensee
I use DW 4 and Homesite for php. The code windows in Dreamweaver 4 has much improved from the first version but I stil prefer Homesite. Sean - Original Message - From: "Matt Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> -- PHP Database Mailing List (http

[PHP-DB] Linux+PHP+Infomix....

2001-02-09 Thread Javier Morquecho Morquecho
Hi... I have worked with linux+php+postgreSQL and linux+php+MySQL, no problem. I'm just starting to use informix database, how can I install the informix support on my apache server??, I have been looking for something like a RPM file, but I can't find any information

Re: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Russ Michell
Last thing I'll say on the subject (It being off-topic and all ;-) ) Them there Keyboard shortcuts they messed with - they havn't replaced them with anything, I mean F4,5,6,7 do nothing, (might be wrong on one of those) but alt+shift+ctrl+pageUp+Del+&*(&^^%%$$ let's you see what the weather i

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Jorge Santos
Hi Steve, I can successfully connect to Oracle using SQL Plus. In addition, when I call phpinfo() all the variables are set properly and OCI is enabled... I also changed ORACLE_HOME=D:\PROGRA~1\ORAWIN95 to have a full path name (program files) but the problem still exists... Later, Jorge [EMAIL

RES: [PHP-DB] Join Sentences

2001-02-09 Thread portasio
dear gaby, mysql lacks rollback features. i believe the best way of handling long transactions is by array parameters, and commiting them to the database after positive flow is completed. hope it helps. rds mauricio portasio [EMAIL PROTECTED] # -Mensagem original- # De: Gaby [mailto:[

[PHP-DB] Dreamweaver rant OT was(RE: [PHP-DB] Can you recommend a development tool?)

2001-02-09 Thread Matt Williams
> Dreamweaver 4, now has the ability to display both the WYSIWYG GUI and > the source-code in the same window, I like that as you can see what DW > is doing as you place objects etc into the WYSIWYG section. > > > I don't like the fact that they changed all the keyboard shorcuts around > F8 behav

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Alarion
Yeah, I just downloaded the DW4 trial last night, and haven't had a chance to use it yet, but I read that that was one of the new features - It's about time :) I don't know why they would change the keyboard shortcuts around in version FOUR.. *sigh* Sean -Original Message- From: Ru

[PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Russ Michell
Dreamweaver 4, now has the ability to display both the WYSIWYG GUI and the source-code in the same window, I like that as you can see what DW is doing as you place objects etc into the WYSIWYG section. I don't like the fact that they changed all the keyboard shorcuts around F8 behaviours, F6

RE: RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Alarion
Yes, I was talking about "F10". It's not the most "convienent" since it covers your WYSIWYG window, but I have created whole sites in both PHP and ASP this way, and it works just fine. I tried editplus, but I wasn't impressed with the interface - I then tried Textpad and fell in love ;-)

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread kmurrah
I agree with Sean. Every situation is different, but I've had great success letting people with far more design skills than I have create the "look and feel" of the page in Dreamweaver -- then I edit the code in whatever is available (my favorite being Edit Plus) to add the PHP functionality. On

Re: RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Russ Michell
When you say integral editor of DW, do you mean, the 'hit F10' editor? I use EditPlus, (www.editplus.com) it is preconfigured to recognise and highlight php code as well as javascript etc and what have you.. Russ #---#

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Alarion
On the contrary... I use Dreamweaver for layouts and then use either it's integrated editor for PHP or fire it up in Textpad. No code reofmatting and it works seamlessly. Sean -Original Message- From: Daniel Rezny [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 11:01 AM T

RE: [PHP-DB] Join Sentences

2001-02-09 Thread Gaby
No, I know how manage the functions I said for exemple : If I need insert or delete data in two tables, and one of them returns error, the data stay inconsistent. I know that languages like Oracle have sentences ROLLBACK, but I work in Mysql and I think this not works very well. A acuse of

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Mark Farver
On Fri, 9 Feb 2001, Steve Farmer wrote: > but tnsping only tells you that the listeners is running, not that > you can connect to the database... True. I forgot to mention I can connect using sqlplus or any other oracle based apps just fine. > BTW i'm not sure if putenv("ORACLE_HOME=D:\PROGR

[PHP-DB] PHP MOUNT

2001-02-09 Thread Marco Eyzaguirre
hello everybody, can anyone tellme how i can do a "mount" in a server from php script?, "system(mount * * *)" doesn't work! marco eyzaguirre Lima - Peru

Re: [PHP-DB] Join Sentences

2001-02-09 Thread Jorge Santos
Hi Gaby, Your best bet is to probably place the statements you want into a function. Then, when the function is called if any one statement fails you simply return from the function with an error code. Hope this answer helps you... -- (No Espanol mas Portugues) O melhor

[PHP-DB] Join Sentences

2001-02-09 Thread Gaby
Hi, ( Excuse me for my english ) I wish execute in PHP some consecutives sentences , but if one of them returns un error, the program must'n execute anyone. I need one set of sentences that executes the code like one. I don't know if I explain ... Thanks a lot. --- Por si acaso alguien me ent

Re: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Daniel Rezny
Hello John, Thursday, February 08, 2001, 5:12:21 PM, you wrote: JC> Can anyone out there recommend a graphical development tool (like FrontPage) JC> that you find useful for developing php-based web pages? I'm looking at how JC> to empower my staff who are a bit new to all this. JC> -

[PHP-DB] Why do we want to give YOU money?

2001-02-09 Thread allyours
Simple answer, you were randomly selected from our recently purchased opt-in lists. OK so why are we giving away money you ask? Another simple answer. We want you to discover what 10,000's of other people just like you already know... our Casino is fast-paced, interactive and just plain old fun.