Re: [PHP-DB] eregi sentence

2003-12-01 Thread Nikos Gatsis
Ivan hello Yoy really help me a lot! Thanx - Original Message - From: Ivan Fomichev [EMAIL PROTECTED] To: Nikos Gatsis [EMAIL PROTECTED] Sent: Sunday, November 30, 2003 6:56 PM Subject: Re: [PHP-DB] eregi sentence Hello Nikos, Sunday, November 30, 2003, 10:29:19 AM, you wrote: NG

[PHP-DB] Go to detail page...problem

2003-12-01 Thread Dario
Hi, I'm doing a PHP MySQL website with Dreamweaver MX, and I'm not much of a coder myself. The problem that I have is that when I create the recordset for the detail page, all the elements in the master page link to the same field in the detail page (which is the first one of the table). What's

[PHP-DB] Subject: Dynamic Website Question!

2003-12-01 Thread Neil Smth
Sure, you can try using the xmlhttp methods available in IE5+ or Mozilla / Netscape 7 (look up the docs on msdn.microsoft.com and mozilla.org). You might try getting away with a smaller screen refresh, or using a hidden but self-refreshing iframe and some Javascript Else, no, you're stuck with

[PHP-DB] Dreamweaver as PHP editor

2003-12-01 Thread Susi Sloan
I'm just getting into PHP, and have found that as a PHP code editor, Dreamweaver works pretty well (with the extension I installed). My question is this, whenever I save an include file with the .inc extension, all of the color coding goes away, as does the PHP tab on the tool bar. Is there any

[PHP-DB] Re: Downloading PHP source from a PHP filename, possible?

2003-12-01 Thread Kim Steinhaug
What you do is, if my logic is correct... Read the entire file in to a variable and send it back to the browser with another header information, typicall TEXT. Just like the force download method for a PDF file, or other files. This should work very well. -- Kim Steinhaug

[PHP-DB] Extra blank lines bomb fgetcsv function

2003-12-01 Thread Karen Resplendo
Here is the beginning of a big loop that loads a line at a time from an uploaded textfile and then runs validation on each field: //loop through the rows putting the fields into an array

[PHP-DB] multiple queries

2003-12-01 Thread Cameron Showalter
I am trying to pull data out of a mysql db, and am not sure how to begin to do this as a newbie... what I have so far, which surprisingly does work: ? $db_name = gwsched; $table_name = dates; $connection = mysql_connect(x,xx,x) or die (could not

Re: [PHP-DB] multiple queries

2003-12-01 Thread Richard Davey
Hello Cameron, Tuesday, December 2, 2003, 1:08:19 AM, you wrote: CS $sql = SELECT * from dates where store=$store and date=$date; CS ultimately I would like to display data for 3 days on either side of CS this. The following is un-tested, but a quick look over the MySQL manual should firm

[PHP-DB] PG QoQ Execution Time

2003-12-01 Thread David Shadovitz
Two questions on using PHP with PostgreSQL: 1. QoQ Is there any way to query the results of a previous query? 2. Query execution time Is there any way to determine a query's execution time? (I know that I can retrieve the time before and after a query and take the difference.) Thanks. David

[PHP-DB] PG QoQ Execution Time

2003-12-01 Thread David Shadovitz
Two questions on using PHP with PostgreSQL: 1. QoQ Is there any way to query the results of a previous query? 2. Query execution time Is there any way to determine a query's execution time? (I know that I can retrieve the time before and after a query and take the difference.) Thanks. David

[PHP-DB] Help me please!!!!! (MSSQL + IIS + PHP)

2003-12-01 Thread Edgar Molina
Hi to every one, i have the next problem: I'm trying to connect to Microsoft SQL Server 6.5 with PHP and Internet Information Server in Microsoft Windows 2000 Professional, and everything is ok when i do it via ODBC but i want to include specific functions of SQL Server that come included with