[PHP-DB] Transfer my mySQL to another server fail

2001-09-12 Thread Nagasea
I want to tranfer my database (mySQL) from my old webhosting to another webhosting. I already tried to dump the database (Structure Data) + 'Add drop table' and I got the .sql file (4 mb) when I tried to add this file to my new webhosting, I got this message : no table found in database and

Re: [PHP-DB] USA Attacks

2001-09-12 Thread Tom Carter
now isn't the time for these kind of discussions, and nothing can excuse the death of all those innocent people. America as a nation is far from innocent however, I agree with you on that Lars. My sincerest condolances to all those involved. Let's just hope that the crazy man bush doesn't do

[PHP-DB] Re: getting a details-page

2001-09-12 Thread Johannes Janson
Hi, I have a problem: with a mysql_query I get the results of a table field into a list page. Is it possible to use this result (as link) to open a new page where the detailed results of each row are shown? So you select one field and list it with a while-loop? Assuming this you can make a

[PHP-DB] PDF Support on PHP

2001-09-12 Thread Indianic Infotech Limited
Hi All, we install PHP4.04 with PDF Lib 3.1 on our windows 2000 machine but we try to run the below PDF file creation code code we get message that undefined function pdf_new() ?php $pdf = pdf_new(); pdf_open_file($pdf); pdf_begin_page($pdf, 595, 842); pdf_set_font($pdf, Times-Roman, 30,

[PHP-DB] log out

2001-09-12 Thread its me
?php session_start(); session_destroy(); header(location:http://$HTTP_HOST/mall/menu.php;); ? i wanna make this my log out page. it works without the: header(location:http://$HTTP_HOST/mall/menu.php;); i tried to put it befor session_destroy() but still didn't work???

Re: [PHP-DB] sessionid

2001-09-12 Thread Justin Buist
Anytime you use rand() there's a chance you'll get the same results. Question is though, why are you making your own session id and not using the one built into the PHP engine itself? Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Rapids, MI 49512 Ph. 616.554.2700 Fx.

RE: [PHP-DB] ODBC connection under Win32 + Apache + SQL Server

2001-09-12 Thread Andrew Hill
Victor, Your DSN is not being passed correctly. Under unix this could be an envrionment variable issue, but I suspect that you just have a reference error. Try something like: $dsn=MQIS; $pwd=sa; $conn=odbc_connect($dsn,$pwd,); if that doesn't work, try $dsn=dsn=MQIS; Best regards, Andrew

[PHP-DB] Problem with odbc_next_result

2001-09-12 Thread Daniel Bennett
Hi, Anyone had problems with odbc_next_result on WinNT? I can call the function, but as soon as I try to get a row from the next result set, php crashes. Any ideas? Daniel Bennett [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-DB] Re: Problem with odbc_next_result

2001-09-12 Thread Daniel Bennett
Michael - could seem to reply to your email address... here's the code where $res is a valid result_id (I've tested it without the odbc_next_result): do { while ($odbc_get_into($res,$row)) { print $row[0]br; } } while ($odbc_next_result($res)); Seems to crash on the first call

[PHP-DB] Re: Problem with odbc_next_result

2001-09-12 Thread Daniel Bennett
PS - Ignore the $'s in front of odbc - typo! Daniel Bennett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Michael - could seem to reply to your email address... here's the code where $res is a valid result_id (I've tested it without the odbc_next_result):

RE: [PHP-DB] Re: Problem with odbc_next_result

2001-09-12 Thread Andrew Hill
Daniel, What driver are you using? I'll check your code against another one for comparison's sake, and do some property queries. Actually, if you want to query the driver for it's features yourself, you can download a trial of ODBCScan from our site. Best regards, Andrew Hill Director of

[PHP-DB] USA Attacks

2001-09-12 Thread Mihai Marcian Dumitrescu
I'm sure that the killer will be destroyed. America will winn. Mihai Dumitrescu Romania -- 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]

Re: [PHP-DB] USA Attacks

2001-09-12 Thread Danny N.
quite interesting from Nostradamus's passage!!! In the year of the new century and nine months,From the sky will come a great King of Terror... The sky will burn at forty-five degrees.Fire approaches the great new city... There will be a great thunder,Two brothers torn apart by Chaos, While

[PHP-DB] imap problem

2001-09-12 Thread Vipin
Hi, The imap functions in my remote server are not enabled. Is there any way by which I can use the php_imap.dll. I do not have administrative rights of the server. So I cannot edit php.ini. I am using php4.04pl on linux. Please help. Vipin Missionecom. -- PHP Database Mailing List

RE: [PHP-DB] USA Attacks

2001-09-12 Thread Lars B. Jensen
Nostradamus died in 1566... I wonder who wrote or re-wrote that passage for the event... / LJ -Original Message- From: Danny N. [mailto:[EMAIL PROTECTED]] Sent: 13. september 2001 01:43 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] USA Attacks quite interesting from Nostradamus's

Re: [PHP-DB] USA Attacks

2001-09-12 Thread Jason Wong
sigh http://www.nostradamus-repository.org/cityofgod.html - Original Message - From: Lars B. Jensen [EMAIL PROTECTED] To: Danny N. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 12:59 AM Subject: RE: [PHP-DB] USA Attacks Nostradamus died in 1566... I

RE: [PHP-DB] USA Attacks

2001-09-12 Thread Danny N.
Lars B. Jensen [EMAIL PROTECTED] wrote: Nostradamus died in 1566... I wonder who wrote or re-wrote that passage for the event... / LJ -Original Message- From: Danny N. [mailto:[EMAIL PROTECTED]] Sent: 13. september 2001 01:43 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] USA Attacks

RE: [PHP-DB] USA Attacks

2001-09-12 Thread mail MTA
Hi, A quote from another message I got may shed some light: quote I would like to address the interesting prophecy that you have attached. It, like several other Nostradamus prophecies that have been circulating on the internet recently, is a complete fabrication. The kernel of the quote was

RE: [PHP-DB] USA Attacks (Nostradamus -- Further Info)

2001-09-12 Thread Ari M. Roth
A couple of links to back that up: http://www.snopes2.com/inboxer/hoaxes/predict.htm http://fury.com/article/925.php And the original essay that contains the quote: http://www.ed.brocku.ca/~nmarshal/nostradamus.htm Later... -Ari -Original

Re: [PHP-DB] imap problem

2001-09-12 Thread Justin Buist
I beleive the dl() function will let you load either an .so or .dll at runtime. Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Rapids, MI 49512 Ph. 616.554.2700 Fx. 616.554.3331 Mo. 616.291.2612 On Wed, 12 Sep 2001, Vipin wrote: Hi, The imap functions in my remote

RE: [PHP-DB] USA Attacks (Nostradamus -- Further Info)

2001-09-12 Thread Danny N.
yep it is very much a HOAX...LOLinteresting of what's floating out there on the net. Ari M. Roth [EMAIL PROTECTED] wrote: A couple of links to back that up: http://www.snopes2.com/inboxer/hoaxes/predict.htm http://fury.com/article/925.php And the original essay that contains the quote:

[PHP-DB] Repost: Persistent connections is not persistent

2001-09-12 Thread J.T
Actually I don't know if this problem is a PHP-, an Apache- or a MySQL-issue, but in this forum probably a lot is using the same combination of servers, so probably someone has an experience to share with me. I'm running a PHP-build website (using PHP 4.0.6) and an Apache-server (1.3.20) on a

[PHP-DB] I need help Please....

2001-09-12 Thread kelvin
Hello all, I tried to create a table which included primary key and a unique key. But I got this error. You have an error in your SQL syntax near 'UNIQUE,hpassword VARCHAR(50),head VARCHAR(50),body VARCHAR(50),ears VARCHAR(50),' at line 1 Can anyone help me please. This is my code. --

Re: [PHP-DB] Using PHP with filemaker?

2001-09-12 Thread Alnisa Allgood
At 4:14 PM +0100 9/10/01, joel wrote: I am trying to get php to write the data stored in some variables directly to a filemaker pro 5.5 database. So far I have got the PHP to write to a .txt file as tab delineated text, but I then have to manually import this data into filemaker. I have not been

Re: [PHP-DB] USA Attacks (Nostradamus -- Further Info)

2001-09-12 Thread leo g. divinagracia iii
wow... i didnt know nostradomus used PHP with a database backend? otherwise, please don't post this stuff on this list... -- Leo G. Divinagracia III [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [PHP-DB] Repost: Persistent connections is not persistent

2001-09-12 Thread Kelly Barrett
J.T., Apache has a number of processes that standby waiting for requests. mysql_pconnect (and pg_pconnect) opens up a connection per apache process, but once a connection has been opened for a process, it will remain for any subsequents requests handled by that one process. The MaxClients

Re: [PHP-DB] Passing parameters to a PHP file.

2001-09-12 Thread leo g. divinagracia iii
u quick question, does VAR1 contain a value before the call??? could be null to begin with... Victor Espina wrote: I want to call a PHP file with some parameters. I tried this sintax: HREF=MyPage.PHP?Var1=Value1 But i don't seem to be receiving any value for Var1. I tested it with:

Re: [PHP-DB] problem with dbase connections using ODBC

2001-09-12 Thread leo g. divinagracia iii
boy, if i remember my old dbase days, dbase uses a table locking scheme. and a pessimistic locking style. if you are just querying the table, how about making a copy of it when a local user opens it and again, when they close it. your remote users will then query the copy... Don Jackson

Re: [PHP-DB] search engine for database driven site?

2001-09-12 Thread leo g. divinagracia iii
1. use WYSIWYG html editor to make the initial HTM page with a search form with 2 text boxes. 2. the action for the form is the PHP page. 3. connect the two (using the variables in the sql query statement that's what i do... andrew hill wrote: Hi, Can anyone recommend either a

[PHP-DB] SQL expert is needed. - MySQL database

2001-09-12 Thread Scott Mebberson
Hi Guys, here goes.. SELECT count(page_searchwords.word_id) as score, page_data.id, filename, title FROM page_data, pagewords, page_searchwords WHERE (page_searchwords.media_type='static' AND pagewords.id = page_searchwords.word_id AND page_data.id = page_searchwords.id AND

RE: [PHP-DB] Shoutout.....

2001-09-12 Thread Koutsogiannopoulos Karolos
...and Lets all hope that the USA retiliation will not bring more innocent deaths. -Original Message- From: Brunner, Daniel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 12:51 AM To: PHP List (E-mail) Subject: [PHP-DB] Shoutout. This Shoutout goes