Re: [PHP-DB] Undefined variable

2004-05-26 Thread Viorel Dragomir
echo $_REQUEST['Name']; - Original Message - From: Miguel Guirao To: PHP DB List Sent: Wednesday, May 26, 2004 17:47 Subject: [PHP-DB] Undefined variable Hi!! I have a very simple and smail script with just one input text box and a submit button. After that, I

Re: [PHP-DB] Wrong table name - can it be fixed?

2004-05-17 Thread Viorel Dragomir
Use tablename from mysql command prompt. Try to use it from phpmyadmin, but I don't know if it works.. And don't post emails with high priority anymore. - Original Message - From: Martin E. Koss To: [EMAIL PROTECTED] Sent: Monday, May 17, 2004 11:48 Subject: [PHP-DB] Wrong

Re: [PHP-DB] Page cannot be displayed problems

2004-04-29 Thread Viorel Dragomir
Nope. An obsolete standard. Try use GET or POST instead of PUT. Cheers - Original Message - From: Uzi To: matthew perry ; [EMAIL PROTECTED] Sent: Thursday, April 29, 2004 10:13 Subject: Re: [PHP-DB] Page cannot be displayed problems form action=page2.php method=PUT ???

Re: [PHP-DB] Dynamic Graphing Software

2004-04-29 Thread Viorel Dragomir
jpgraph :) - Original Message - From: Rafi Sheikh To: '[EMAIL PROTECTED]' Sent: Thursday, April 29, 2004 16:18 Subject: [PHP-DB] Dynamic Graphing Software Hi every one! I am looking for recommendations for using software to produce dynamic graphs with a APM solution.

Re: [PHP-DB] URL Problem

2004-04-21 Thread Viorel Dragomir
Anyway first you have to translate your problem to us. In plain english. But I have spare time, so.. here is the solution for your problem, as I understood it. from php ?php $f = file(http://myserver.com/index.asp?pid=;); print_r($f); ? In ASP you take the pid do what you want to it and

Re: [PHP-DB] Large Arrays in a batch procedure

2004-04-07 Thread Viorel Dragomir
First it's not such a good idea to show 30k records to a browser.. If you use this script in console it's ok. I don't think that the problems comes from the data size.. check your for.. maybe has an infinite loop. Anyway if the problem comes from the data size you can find out by reading only

Re: [PHP-DB] javascript question

2004-03-08 Thread Viorel Dragomir
alert('?=$message?'); // case sensitive - Original Message - From: Gamze Baaran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 08, 2004 4:09 PM Subject: [PHP-DB] javascript question When I use this it isn't work an there is error but can't see it with internet explorer.

Re: [PHP-DB] Need help with MySQL query

2004-03-05 Thread Viorel Dragomir
- Original Message - From: Mikhail U. Petrov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:38 AM Subject: [PHP-DB] Need help with MySQL query Hi! I need help with simple mysql query. I have table: program{ program_id, partner_id }

Re: [PHP-DB] Need help with MySQL query

2004-03-05 Thread Viorel Dragomir
- Original Message - From: Mikhail U. Petrov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:38 AM Subject: [PHP-DB] Need help with MySQL query Hi! I need help with simple mysql query. I have table: program{ program_id,

Re: [PHP-DB] Two Column Sort

2004-03-04 Thread Viorel Dragomir
Check for NULL values. - Original Message - From: Ford, Mike [LSS] [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 04, 2004 12:55 PM Subject: RE: [PHP-DB] Two Column Sort On 03 March 2004 17:07, [EMAIL PROTECTED] wrote: I'm re-raising an issue I

Re: [PHP-DB] test

2004-01-28 Thread Viorel Dragomir
Please do NOT open attachments files without having an Antivirus installed. Like this guys did. Sending emails with attachments to a list is not a common behaviour. Thanks - Original Message - From: David T-G [EMAIL PROTECTED] To: PHP DB list [EMAIL PROTECTED] Cc: Florian Habegger

Re: [PHP-DB] Problem with passing variables

2004-01-27 Thread Viorel Dragomir
- Original Message - From: Phil Matt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 17:08 Subject: [PHP-DB] Problem with passing variables Hello to all. I am a relative newcomer to PHP. I am trying to pass the value of a variable from a MySQL database from

Re: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Viorel Dragomir
Hi Dan, Hello all, I'm in the midst of creating an internet speed test system thingamabob for my website. It's basically finished...but ugly as sin. What I'd like to do is have the results (an average of each domain tested) listed in a nice pretty table with alternating background

Re: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Viorel Dragomir
This is the best contact description that I found so far on the net ! To contact Dan, the owner and lead technician, please email him at [EMAIL PROTECTED] In case of dire emergency, crashed network, or other pressing need you may also contact him 24 hours a day via cell phone at xxx-xxx-xx.

Re: [PHP-DB] Windows 2003 Server

2004-01-19 Thread Viorel Dragomir
Nu cred ca te pot ajuta cu ceva. :)) So why don't you use English? - Original Message - From: Andrea Fenilxxx [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 19, 2004 13:08 Subject: Re: [PHP-DB] Windows 2003 Server Sto realizzando una pagina di invio mail per una

Re: [PHP-DB] csv export...?

2004-01-09 Thread Viorel Dragomir
You didn't try to hard isn't it! :) If you want to save a file as csv just save the vars like this 1,2,3 4,5,6 ... 0,0,0 If you want to link a csv file for download put a href='file.csv'download/a. It's not so hard after all. :) Or I didn't get your message. Anyway, good luck! - Original

Re: [PHP-DB] csv export...?

2004-01-09 Thread Viorel Dragomir
); } mysql_free_result($result); ? Check if functions like implode has the correct arguments. Anyway hopes it gives you a clue about what is going on. Don't forget to connect to database first of all. - Original Message - From: [EMAIL PROTECTED] To: Viorel Dragomir [EMAIL PROTECTED] Cc: [EMAIL

Re: [PHP-DB] Re: Sessions and MySQL?

2003-10-16 Thread Viorel Dragomir
I'm not sure that this code will work. Try to use $_SESSION['..'] and (..). [Don't use the {, } for this purposes. vio- - Original Message - From: pete M [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:02 PM Subject: [PHP-DB] Re: Sessions and MySQL? might

Re: [PHP-DB] Photo Gallery Comments.. NOT WORKING

2003-09-25 Thread Viorel Dragomir
Hi, I see that you try to use $result, which is a resource [i think], as a normal string. Try to use the fetch data instead of the resource. vio- - Original Message - From: Adam Symonds [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:14 AM Subject: [PHP-DB]

Re: [PHP-DB] Storing Session Variables

2003-09-24 Thread Viorel Dragomir
You don't have too worry about the overload of the server. I presume that you don't have a genuine 486DX4 with 66Mhz. The windows is lowsy on this machines. : vio- - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 7:20 PM Subject: Re: