[PHP-DB] Last record

2002-06-03 Thread Antonio Bernabei
If I have just inserted one set of values with mysql_query(INSERT ...) how can I get the values just inserted (I needed to get an autoincrement value out of the table) Thanks Antonio Bernabei - Original Message - From: César L. Aracena [EMAIL PROTECTED] To: PHP DB List [EMAIL PROTECTED

[PHP-DB] Relations n-m

2002-06-05 Thread Antonio Bernabei
there is a row for every author of the book. If book 3 has authors 4,5 and 7 I have three rows (3,5) (3,4) and (3,7) Can anyone tell me what is in mysql the query to get on a single line book,author1,author2, author3? Thanks to everyone Antonio Bernabei -- PHP Database Mailing List (http

[PHP-DB] Questions about policy

2002-11-25 Thread Antonio Bernabei
Is it possible to post a message about looking for someone developing php software? Thanks Antonio Bernabei -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] MySQL Array

2002-12-06 Thread Antonio Bernabei
Hi, I want to insert the upper case of the strings written in the forn, so I put on the php file called these lines $NOME=strtoupper($nome); mysql_query (INSERT INTO anagrafe (codice,nome, cognome, codicefiscale) VALUES

[PHP-DB] Fw: Insert strtoupper

2002-12-09 Thread Antonio Bernabei
Hi, I want to insert the upper case of the strings written in the forn, so I put on the php file called these lines $NOME=strtoupper($nome); mysql_query (INSERT INTO anagrafe (codice,nome, cognome, codicefiscale) VALUES

Re: [PHP-DB] form validation

2002-12-22 Thread Antonio Bernabei
I am intersted, but maybe I lost the link to the class you mentioned Antonio - Original Message - From: Manuel Lemos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 21, 2002 3:40 AM Subject: Re: [PHP-DB] form validation Hello, On 12/20/2002 12:25 PM, Mignon Hunter

Re: [PHP-DB] Re: vaiable from one page to another

2003-02-07 Thread Antonio Bernabei
- Original Message - From: J.Veenhuijsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 1:24 PM Subject: [PHP-DB] Re: vaiable from one page to another Try p.php: ?php //Not ?php echo($fname); ? Jochem Bismi Jomon wrote: hi, i hav two

[PHP-DB] Printing from the browser

2003-03-07 Thread Antonio Bernabei
is there a function which prints directly from php? Best regards Antonio Bernabei -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Reading DBF files

2003-03-07 Thread Antonio Bernabei
I need to read records from a dbf file. I put the dbase_open instructio but I get Call to undefined function: dbase_open() in ... on line 11 Any help? Bye Antonio -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Large Arrays in a batch procedure

2004-04-07 Thread antonio bernabei
apply the formula to all records and echo the result of the formula, just to show that the work is going on. But I get into a timeout of the system after 30 seconds Which is the right approach to this type of work, let's call it batch work? Thank you Antonio Bernabei -- PHP Database Mailing List

[PHP-DB] Printer functions under linux

2004-05-26 Thread antonio bernabei
Hello, I have worked with the printer class functions under win and they are ok Can I use similar functions under linux? Thanks Antonio Bernabei -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Printing with print functions under windows

2004-12-15 Thread antonio bernabei
Hi, I need to use the printer functions. I have some problems to have the output formatted as I want as to right justify numbers of variable size the starting position varies with the type of character chosen.Could anyone help me? Best regards Antonio Benrabei -- PHP Database Mailing List