RE: [PHP-DB] collaborating on a document

2003-02-12 Thread Baumgartner Jeffrey
1-Since he's posting to a PHP-DB list, I think we can assume he plans to implement it in PHP using a database to capture and store the comments/ideas. Correct, thank you. Jeff - Do you have a plan in place for your DB schema or the backend processing that might take place? No,

[PHP-DB] Oracle errors not returning w 4.30

2003-02-12 Thread Steve Farmer
Hi all, We recently upgraded to php 4.30 and now our oracle errors are not returning.. This used to work $errmsg = ocierror($err_curs); ocirollback($err_conn); $errtext = $errmsg['message']; TIA Steve -- -

[PHP-DB] Re: Flash/PHP Resources

2003-02-12 Thread Massimo Foti
Bruce Levick [EMAIL PROTECTED] wrote in message 004701c2d1c2$a9424b70$4a2a8aca@viva">news:004701c2d1c2$a9424b70$4a2a8aca@viva... Bruce Levick - VivamotionWhere can I find some good resources for tutorials to pass php queries into flash?? http://www.sephiroth.it/tutorials/flashPHP/ Massimo

[PHP-DB] BinaryWrite in PHP?

2003-02-12 Thread Ohlson Stefan
Hi! I want to let the user to be able to open or save a textdocument with text that I create on the fly with some select-statements. You know when you click on a button or a link and you get a question if you what to Open the file or or Save it. In ASP I can use Response.BinaryWrite, how can I

RE: [PHP-DB] BinaryWrite in PHP?

2003-02-12 Thread George Pitcher
Stefan, This works for me. Some of my users (and me on some PCs) get a message alerting them about an Active-X component, but if you ignore it, it has no affect, ?php $fpd = path2file . $fp . .pdf; $len = filesize($fpd); header(Content-Type: application/pdf); // change to suit your file type

Re: [PHP-DB] Oracle errors not returning w 4.30

2003-02-12 Thread Thies C. Arntzen
On Wed, Feb 12, 2003 at 07:43:48PM +1100, Steve Farmer wrote: Hi all, We recently upgraded to php 4.30 and now our oracle errors are not returning.. This used to work $errmsg = ocierror($err_curs); ocirollback($err_conn); $errtext =

[PHP-DB] Post without user hitting submit button

2003-02-12 Thread Alberto Grájeda C.
The problem: register.php {objetive: Validate users in email server} register.php has form1 (take email and emailpassword), with this information and validating to the user in email server, I search in database other information (user_cod, password2), this information must be sent to a cgi via

RE: [PHP-DB] Post without user hitting submit button

2003-02-12 Thread Hutchins, Richard
If I understood your question, you can use a JavaScript to take care of the submission for you. Hitting Submit is a client side action, so you have to handle it in the browser instead of on the server with PHP. Maybe something like checking to make sure all fields are valid with an onBlur()

[PHP-DB]

2003-02-12 Thread nikos
Hi List! I'm trying to Drop a Table and aI get an error as follows: Error on delete of './horceng/oikology.MYI' (Errcode: 13) Does anybody know what is the error 13? Thanks Qbit - Gatsis Nikos Web developer tel.:

Re: [PHP-DB]

2003-02-12 Thread Kurth Bemis (List Monkey)
At 03:40 PM 2/12/2003 +0200, nikos wrote: I bet that google does... or the search engine at mysql.com does ~kurth Hi List! I'm trying to Drop a Table and aI get an error as follows: Error on delete of './horceng/oikology.MYI' (Errcode: 13) Does anybody know what is the error 13? Thanks

[PHP-DB]

2003-02-12 Thread nikos
Hi List! I'm trying to Drop a Table and aI get an error as follows: Error on delete of './horceng/oikology.MYI' (Errcode: 13) Does anybody know what is the error 13? Thanks Qbit - Gatsis Nikos Web developer tel.:

Re: [PHP-DB]

2003-02-12 Thread Chris Ruprecht
On Wednesday 12 February 2003 08:40, nikos wrote: Hi List! I'm trying to Drop a Table and aI get an error as follows: Error on delete of './horceng/oikology.MYI' (Errcode: 13) Does anybody know what is the error 13? Thanks This is OS dependant, but in general it meand 'Permission Denied'.

Re: [PHP-DB]

2003-02-12 Thread Adam Voigt
Very first result on google: http://www.oreillynet.com/cs/user/view/cs_msg/7231 Look at the first reply. (Next time go to google first.) On Wed, 2003-02-12 at 08:40, nikos wrote: Hi List! I'm trying to Drop a Table and aI get an error as follows:

[PHP-DB] Re: php oops

2003-02-12 Thread David Eisenhart
An extensive article together with a few links is at: http://www.php-mag.net/itr/online_artikel/show.php3?id=284nodeid=114 David Rajesh Fowkar [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, Is there any site which contains some tutors or some details

[PHP-DB] Red Hat 8 fresh install - postgres and PHP

2003-02-12 Thread Joel Lopez
Hi, I have been trying to get postgres to work with php on my freshly installed system. You can see my info at: http://134.173.134.141/phpinfo.php I think it's ready for postgres. Are there any initial steps that must be taken to prepare the db? Thanks, Joel -- PHP Database Mailing List

[PHP-DB] crypt help

2003-02-12 Thread Zach Davis
I have a question about the way I'm using the crypt function in a PHP/SQL gradebook I'm building. When I add a user to the users table, I also generate a encrypted version of their password using the following statement: // Crypt the password $crypt_num = crypt($student_num, $salt);

Re: [PHP-DB] crypt help

2003-02-12 Thread Jason Wong
On Thursday 13 February 2003 04:33, Zach Davis wrote: However, I've noticed that if anything past the 8th character in the password is irrelevant. That is clearly explained in the manual. -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems Integrators * Web

Re: [PHP-DB] Re: Something is fishy in my selection

2003-02-12 Thread Leo G. Divingracia III
Mathieu Dumoulin wrote: Oh crap, someone mailed me about having nulls in my field compared... you can no disregard this thread...its closed i got the culprit, it's a stupid NULL i found in a column reminds me of the time i had a query to look for 0 and 0. i forgot some values where 0...

[PHP-DB] RE: collaborating on a document

2003-02-12 Thread Matthew Collins
well, you COULD build the interface in flash with a php backend. flash allows for multi-user environments using a socket server, wherein the server pushes any changes out to all active users. -Original Message- From: Baumgartner Jeffrey [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

[PHP-DB] upload again

2003-02-12 Thread Ryan Holowaychuk
I have an upload set up, and now I need to do another one that will go to an other server. I can find how I can get the script to login to another server with a user and pass if needed and then carry on and send the file. This is what I have for a local one now $copied1 =

[PHP-DB] [Import text file]

2003-02-12 Thread RG
Hi I try to do an import text file into a mysql table with the php script provided with Manucorp Easyphp, but it does not work. The message is : Erreur requête SQL: LOAD DATA LOCAL INFILE 'C:\WINDOWS\TEMP\phpC255.TMP' INTO TABLE abonnes FIELDS TERMINATED BY ';' ESCAPED BY '\\' LINES

[PHP-DB] CDB

2003-02-12 Thread TheGoodTheBadTheUgly
Dear PHP Gurus Is there anybody who use CDB(Constant Database) with PHP? Please hint me ,how to install,how to use it and is there any other better [speedy] way to handle Read Only data than CDB? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authenticationproblem?

2003-02-12 Thread Frank M. Kromann
Hi Alan, If this is a problem with PHP it's in the Sybase extension. I hvae not tried working with that since I made it possible to use --with-mssql (and I'm not the maintainer). Can you compile the cli version (--disable-cgi --with-mssql=path/to/freetds ...) and test a small comanndline script

Re: [PHP-DB] Oracle errors not returning w 4.30

2003-02-12 Thread Steve Farmer
Hey Thies, Weird problem.. I have just discovered that it is not working on only some machines. does it depend on certain environment variables being set either at run time or during compile? Most likely it can't find the ora_messages I would imagine. Regards Steve At 12:41 PM +0100

[PHP-DB] Full text search of mysql

2003-02-12 Thread Hardik Doshi
Hello, I want to use mysql's full text search capabilities with two different tables. Can i join tables using full text search? I am using mysql 3.23.55 thanks Hardik __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day