Re: [PHP-DB] find row id where i input

2007-01-26 Thread Alexander
The easiest way is to use mysql_insert_id(); - Original Message - From: "bedul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 27, 2007 12:14 AM Subject: [PHP-DB] find row id where i input i'm creating a big database using mysql. after i

[PHP-DB] find row id where i input

2007-01-26 Thread bedul
i'm creating a big database using mysql. after input into database i want to know what id (row id) where my data input whereabout. consider i don't have many user where access and input in same time.. but i just want to make preparation for the case. how can i able to know what id i have?? any sug

Re[2]: [PHP-DB] php using odbc

2007-01-26 Thread Vicente
bedul wrote: your link doesn't work then I don't know what you want exactly > thx for your info and example > i hope i can use the link i gave in previous message > i want to connect to there -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP-DB] php using odbc

2007-01-26 Thread bedul
thx for your info and example i hope i can use the link i gave in previous message i want to connect to there - Original Message - From: "Vic" <[EMAIL PROTECTED]> To: Sent: Saturday, January 27, 2007 9:44 AM Subject: Re: [PHP-DB] php using odbc > > look this as one example of MSAcces

Re: [PHP-DB] php using odbc

2007-01-26 Thread Vic
look this as one example of MSAccess connection: check rest of odbc function in php manual. bye, you wrote: > can u help me? > 1.i wanna build a connection using odbc but i don't have any example. > what url can i visit? > 2. odbc i want to connect was on this

[PHP-DB] php using odbc

2007-01-26 Thread bedul
can u help me? 1.i wanna build a connection using odbc but i don't have any example. what url can i visit? 2. odbc i want to connect was on this url.. plz view to help me. http://indoupload.net/files/view/803/odbc%20problem.jpg -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-DB] What effects MySQL connection's character set

2007-01-26 Thread bedul
try to configure on the html.. i think on header.. - Original Message - From: "Niel Archer" <[EMAIL PROTECTED]> To: Sent: Saturday, January 27, 2007 3:12 AM Subject: [PHP-DB] What effects MySQL connection's character set > Hi all > > How is the character set of returned data effect

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Christopher Jones
Oracle XML DB support (often called "XDB") is built into the Oracle database and therefore free once you have a DB. And the Oracle XE database is free. Best place to continue the discussion is on the forums http://www.oracle.com/technology/forums/xmldb.html and http://www.oracle.com/technolo

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Ritesh Nadhani
I just checked: http://www.oracle.com/technology/tech/xml/xmldb/index.html Is the solution free or we have to pay license cost? I dont see any information about that. Christopher Jones wrote: What computing power would that be? XE (and even other "editions" of Oracle DB) install fine on smal

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Daniel Krook
Hello Ritesh, "Ritesh Nadhani" <[EMAIL PROTECTED]> wrote on 01/26/2007 05:48:27 PM: > Writing our own parsing thing is out of question. The group has > finalised to use a proper DB rather then writing our own code. > > Moreover, we believe that the code written by a good DB engine would > be muc

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Ritesh Nadhani
Writing our own parsing thing is out of question. The group has finalised to use a proper DB rather then writing our own code. Moreover, we believe that the code written by a good DB engine would be much more efficient then writing our own module and we are no database experts :) So now its a qu

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Edward Vermillion
I would imagine that parsing the XML file you get once a month and storing the information in *some* kind of "real" database, whether it's oracle, mysql, postgresql or whatever would give you better performance than parsing the XML on each page request. Unless the XML is of a trivial size o

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Christopher Jones
What computing power would that be? XE (and even other "editions" of Oracle DB) install fine on small PCs with Linux or Windows. What performance you get will depend on your load. Best to benchmark it yourself, like you would benchmark the alternatives. On the use of PL/SQL, if you want to avoid

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Ritesh Nadhani
Thank you. I dont think we have the computing power for this project to use Oracle 10g. Also, the system is too big and nobody out here has actual knowledge of Oracle but anyway I will keep it in mind. Ritesh [EMAIL PROTECTED] wrote: Ritesh, Don't know of a suitable XML database to use wit

[PHP-DB] What effects MySQL connection's character set

2007-01-26 Thread Niel Archer
Hi all How is the character set of returned data effected? I have a DB using UTF-8 encoding., PHP is set to use UTF-8 internally. However the MySQL connection returns Latin1 data. How can I get it to return UTF-8 data instead. TIA Niel -- PHP Database Mailing List (http://www.php.net/) To un

RE: [PHP-DB] PHP with a XML database

2007-01-26 Thread N . A . Morgan
Ritesh, Don't know of a suitable XML database to use with PHP, but I could recommend using Oracle 10g. There are built in XML services that should help with your project. Furthermore, PHP has a well documented Oracle interface (OCI8) just for this. To handle the XML though, you would probably n