RE: [PHP-DB] listbox not adding data to mySql?

2003-03-13 Thread Snijders, Mark
put in top of your document : phpinfo(); and see under 'variables' what is in them -Original Message- From: Rich Gray [mailto:[EMAIL PROTECTED] Sent: donderdag 13 maart 2003 10:22 To: Billy; PHP-DB Subject: RE: [PHP-DB] listbox not adding data to mySql? Im having a problem

RE: [PHP-DB] PHP script execution - display issue

2003-03-13 Thread Rich Gray
Hello, I have a display problem with one of my sites. Because there is an big amount of information in the pages, which is extracted from database, using IE browser I see only the background of the site, and then, after a time, the whole page. My client has recently requested to make

Re: [PHP-DB] PHP script execution - display issue

2003-03-13 Thread Billy
Ok this is going to sound silly but it was becouse I had my form/form below the listbox were is I should have put it between form/form I think I will have some coffee. Thanks guys for the help tho - Original Message - From: Rich Gray [EMAIL PROTECTED] To: Petre NICOARA [EMAIL

[PHP-DB] Re: PHP script execution - display issue

2003-03-13 Thread Adam Royle
This is neither a PHP nor database question. This is client side. Anyway, a simple fact is that tables won't render until the whole table has been loaded into memory (ie. it won't show until it reaches the /table tag). If you have your whole site inside one big table, then this is what is

RE: [PHP-DB] PHP script execution - display issue

2003-03-13 Thread John W. Holmes
[snip] Is there a way to display sequentially the site. After the background, to display the first section (top), then left part, middle part and right part after that ? Again, the site loads like this : the background, then the whole page. This doesn't matter if I use dial-up or T1. My

[PHP-DB] Where have my errors gone?

2003-03-13 Thread Alex Francis
If I had a syntax error, I used to get a message back telling me. Now I just get a blank page. I have tried adding error_reporting=E_ALL; to the page, but still no errors. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Where have my errors gone?

2003-03-13 Thread Snijders, Mark
I know, it's really anoing some errors are syntax errors which you can't see the way I look them up: put a exit; in the middle of the page... you still see nothing, put the exit; higher in the code.. to that until you see some output again, then you know the syntax error is somewhere below

RE: [PHP-DB] Where have my errors gone?

2003-03-13 Thread P . Gertman
you can try 'View Source' in your browser. this can help. i've got a similar case when PHP error message output was between script/script tags. -Original Message- From: Alex Francis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 14:11 To: [EMAIL PROTECTED] Subject: [PHP-DB]

[PHP-DB] Re: Where have my errors gone?

2003-03-13 Thread Alex Francis
Got it . My ISP had upgraded PHP and left error reporting off. They have now fixed it for me. Alex Francis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If I had a syntax error, I used to get a message back telling me. Now I just get a blank page. I have tried adding

Re: [PHP-DB] Re: Where have my errors gone?

2003-03-13 Thread - Edwin
Hi, Alex Francis [EMAIL PROTECTED] wrote: Got it . My ISP had upgraded PHP and left error reporting off. They have now fixed it for me. Great! But I think you'd have had the same effect if instead of this: I have tried adding error_reporting=E_ALL; to the page, but still no

[PHP-DB] sorting problem...

2003-03-13 Thread guslist
Hi All, I need to sort some data from a MySQL table. I have data saved like this: ++-++--+ | id | unixtime| porta_snmp | porta_switch | ++-++--+ | 1 | 2003-01-07 12:23:24 | 1614 | 1

Re: [PHP-DB] sorting problem...

2003-03-13 Thread Ignatius Reilly
Take a look at the MySQL DATE_FORMAT() function. Ignatius - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:43 PM Subject: [PHP-DB] sorting problem... Hi All, I need to sort some data

RE: [PHP-DB] sorting problem...

2003-03-13 Thread Snijders, Mark
guess you can better take a look at the group by function of mysql -Original Message- From: Ignatius Reilly [mailto:[EMAIL PROTECTED] Sent: donderdag 13 maart 2003 15:03 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DB] sorting problem... Take a look at the MySQL

Re: [PHP-DB] Real Killer App!

2003-03-13 Thread Paul Burney
on 3/12/03 5:45 PM, Nicholas Fitzgerald at [EMAIL PROTECTED] appended the following bits to my mbox: is that entire prog as it now exists. Notice I have NOT configured it as yet to into the next level. I did this on purpose so I wouldn't have to kill it in the middle of operation and

Re: [PHP-DB] Real Killer App!

2003-03-13 Thread Nicholas Fitzgerald
Ok, here's something else I've just noticed about this problem. I noticed that when this things gets to a certain point, somewhere in the 4th run through, it hits a certain url, then the next, at which point it seems to pause for several seconds, then it goes back and hits that first certain

Re: [PHP-DB] Real Killer App!

2003-03-13 Thread Brent Baisley
I missed the beginning of this whole thing so excuse me if this has been covered. Have you looked at how much time elapses before it dies? If the same amount of time lapses before it dies, than that's your problem. I don't know what you have your maximum script execution run time set to, but

Re: [PHP-DB] Real Killer App!

2003-03-13 Thread Nicholas Fitzgerald
Actually, that was the first thing I thought of. So I set set_time_limit(0); right at the top of the script. Is it possible there is another setting for this in php.ini that I also need to deal with? I have other scripts running and I don't want to have an unlimited execution time on all of

[PHP-DB] timestamp problem

2003-03-13 Thread drparker
I'm using the timestamp column type in a database, and the only problem is that it the stamp is three hours prior to the actual post when I post to a remote server. I'm assuming, since it works fine on my machine, that this is because the remote server I am is in a different time zone. Is there

RE: [PHP-DB] Help with Parse error

2003-03-13 Thread Neil Lathwood
Michelle Whelan wrote: Does someone know why I am getting this error? $Yards = $_POST[needdirtype] is line 45 Parse error: parse error in /havedirt2.php on line 45 You seem to be missing the ; from each line. Neil -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Oracle 8?

2003-03-13 Thread heilo
Hi there everybody! I'm running Win2000 an Oracle 8 server and PHP. Now - just a simple question: does anybody know any good FAQs or resources/references for specally this topic?? Thx a lot - .ma -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] PHP and Sendmail

2003-03-13 Thread Chris Payne
Hi there everyone, I might soon be moving my server from Linux to Windows, and I was wondering if I will have to rewrite my PHP - Sendmail code to work on Windows Apache? Or is there a better system than sendmail for PHP on Windows? Oh BTW it has to support HTML. Please help. if I do have to

[PHP-DB] interbase/firebird - There was a time with multiple conections

2003-03-13 Thread Mauricio Junqueira
Hello, I have been using php --with-interbase for some time and I enjoy using php scripts to everything so I did some small scripts to use as a datapump to the interbase. My scripts relay on the fact that I can have two simultaneos connections to the different databases in order to pump data from

RE: [PHP-DB] PHP and Sendmail

2003-03-13 Thread Gavin Amm
Chris, Just a thought. You could set up a linux system on an old pentium box just use it as your mail server, thus no need to change your code if it is hard coded, just point to the new server. Gav -Original Message- From: Chris Payne [mailto:[EMAIL PROTECTED] Sent: Friday, 14 March

[PHP-DB] ODBC problem

2003-03-13 Thread Kiswa
Hi. I have a problem, Been writing a site in php that uses ODBC systemlink to a Access DB The server is apache The problem is that the final server is win2000 IIS and the thing doesent work. It seems that the odbc connect doesent output any info. It works fine on apache cant figure out what the

[PHP-DB] Vars and Includes

2003-03-13 Thread Nicholas Fitzgerald
Well, here's one for you. I put the spider thing down for a while and went to work on another part of the app. Immediately, and all I did was change a particular value from a hard 3 to a variable set to 3. Now, even after putting the code back exactly the way it was, and even after rebooting

[PHP-DB] How to connect to Microsoft SQL DB

2003-03-13 Thread Uri Gal
Hello Everybody, Can anyone send me a code snippet to connect to Microsoft SQL server? I only worked with MySQL until now and need to reed info from a SQL server. Please specify also if I need to install anything to be able to connect. Thank you, Uri -- PHP Database Mailing List

RE: [PHP-DB] timestamp problem

2003-03-13 Thread John W. Holmes
I'm using the timestamp column type in a database, and the only problem is that it the stamp is three hours prior to the actual post when I post to a remote server. I'm assuming, since it works fine on my machine, that this is because the remote server I am is in a different time zone. Is

[PHP-DB] Syncing the structure of two databases?

2003-03-13 Thread matt rowe
Dear list, I'm developing an intranet-based application using PHP and MySQL. We release new versions of our application regularly, and synchronizing the structure of the databases is beginning to be a headache. Do any tools exist that would let me sync the structure of two databases? Ideally, I'd

RE: [PHP-DB] Syncing the structure of two databases?

2003-03-13 Thread John W. Holmes
I'm developing an intranet-based application using PHP and MySQL. We release new versions of our application regularly, and synchronizing the structure of the databases is beginning to be a headache. Do any tools exist that would let me sync the structure of two databases? Ideally, I'd like

[PHP-DB] Connect Microsoft SQL database with php on unix

2003-03-13 Thread Arbel Haskel
Hello I would like to know the best way to connect to SQL database(which located on Microsoft SQL Server) from PHP(Located on Unix Server). Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Connect Microsoft SQL database with php on unix

2003-03-13 Thread John W. Holmes
I would like to know the best way to connect to SQL database(which located on Microsoft SQL Server) from PHP(Located on Unix Server). Maybe mssql_connect()?? www.php.net/mssql_connect ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today.

[PHP-DB] Table name is variable

2003-03-13 Thread Dani Matielo
Hello. I am a begginer in PHP programming and I would appreciate any help. My problem is the following: I need to make the name of my table a variable. My thought was simple: $imprimir = mysql_query(SELECT id, data FROM $tabela,$db); but it doesnt work... how should i do it? Thank you in

RE: [PHP-DB] Table name is variable

2003-03-13 Thread John W. Holmes
I am a begginer in PHP programming and I would appreciate any help. My problem is the following: I need to make the name of my table a variable. My thought was simple: $imprimir = mysql_query(SELECT id, data FROM $tabela,$db); but it doesnt work... how should i do it? Just like that.

Re: [PHP-DB] Syncing the structure of two databases?

2003-03-13 Thread John Gray
it's not PHP, but mysqldiff is a perl tool that would probably give you the desired results. it can generate the SQL necessary to sync databases. http://adamspiers.org/computing/mysqldiff/ (sorry if anyone got this in duplicate, i was having probs sending to the list until i fixed the

Re: [PHP-DB] Real Killer App!

2003-03-13 Thread Nicholas Fitzgerald
As you guys know I've been going around in circles with this spider app problem for a couple days. I think I finally found where the screwup is, and I'm sure you'll be interested to hear about it. I had been testing with three sites because they were fairly diverse and gave me a lot of

RE: [PHP-DB] textarea data and printing

2003-03-13 Thread John W. Holmes
We are accepting Detailed description of the item in Textarea/Textarea. Is there any function which can return full words without breaking the lines. The data is stored in a PostgreSQL database in varchar field. item_detail_description varchar(200) I am assuming that the user need not

[PHP-DB] Re: [PHP] setup connection to sybase

2003-03-13 Thread Ray Hunter
With the installation of sybase on the windows 2000 server (client installation) you will get an interfaces file that contains all the information for connecting to a sybase database. Make sure that you have the sybase client installed on the windows 2000 box that is running PHP. -- ray On