Re: [PHP-DB] Transfering data between MySQL servers

2001-02-08 Thread Rosen
Thanks, but i have mean to transfer with SQL script. Can I do it ? Thanks, Rosen Marinov ""Rosen"" <[EMAIL PROTECTED]> wrote in message 95u3f9$4p0$[EMAIL PROTECTED]">news:95u3f9$4p0$[EMAIL PROTECTED]... > Hi, > I have MySQL server on my local machine with some database. > How can I transfer the

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-08 Thread Steve Farmer
Hi Guys, Not sure what your problem is since i haven't run apache on WIN32 but tnsping only tells you that the listeners is running, not that you can connect to the database... Use sql*plus to connect and then you can be sure your Oracle client is installed and configured correctly. If y

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-08 Thread Mark Farver
> Please help. I'm going maaddd trying to figure this out. I've pretty much > read all of the online docs and spend countless hours reading through the > archives.. > > I'm running PHP4 and Apache on my Win95 computer. > I'm trying to connect to a remote Oracle database. I had the same problem

[PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-08 Thread Jorge Santos
Hi all, Please help. I'm going maaddd trying to figure this out. I've pretty much read all of the online docs and spend countless hours reading through the archives.. I'm running PHP4 and Apache on my Win95 computer. I'm trying to connect to a remote Oracle database. I'm getting a "Warning: _

RE: [PHP-DB] Can you recommend a development tool?

2001-02-08 Thread Cal Evans
Hi John 1: get all the relevant O'Reilley books on PHP and the DB you will be using. 2: Grab the 30 day eval of Homesite from www.allaire.com (my personal fav HTML editor) 3: Forget trying to do WYSIWYG HTML development. You will get a better product and if you take the time to teach your develo

[PHP-DB] web interface for table design

2001-02-08 Thread Marc Bragg
Is there a web interface, like dreamweaver for html, for Php. Am aware of phpmyadmin, but am looking for the graphics side of things, i.e, make a bod this size, color, and put this date into it? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

[PHP-DB] Linux+PHP+Infomix, newbie on Informix....

2001-02-08 Thread Javier Morquecho Morquecho
Hi... I have worked with linux+php+postgreSQL and linux+php+MySQL, no problem. I'm just starting to use informix database, how can I install the informix support on my apache server??, I have been looking for something like a RPM file, but I can't find any information

[PHP-DB] Can you recommend a development tool?

2001-02-08 Thread John Coonrod
Can anyone out there recommend a graphical development tool (like FrontPage) that you find useful for developing php-based web pages? I'm looking at how to empower my staff who are a bit new to all this. Dr. John Coonrod, Vice President, [EMAIL PROTECTED] The Hunger Project, 15

Re: [PHP-DB] WML and PHP AND mysql

2001-02-08 Thread Andrew Apold
At 11:06 AM 2/8/01 -, Kato Strandjord wrote: >Author: Kato Strandjord (katos.tihlde.org) >Date: 06/02/2001 15:41 > >I use apache server on win2000, php4, mysql and wml which I test local on my >harddrive. > >The code under is working fine when I test it on emulators like UP SDK from >phone.c

Re: [PHP-DB] dividing an mysql_fetched_array...

2001-02-08 Thread Johannes Janson
Hi,, no 3 sql isn't neccessary. you could put an $i = 0 before the whlie loop and increment it at the end of it. Thus you could do it with an if.-caluse: if ($i=0) { ehco "ad"; }. Same thing for ads which go between newsarticle 8 and 9. Good luck otis ""Trond Erling Hundal"" <[EMAIL PROTECTED]

RE: [PHP-DB] Transfering data between MySQL servers

2001-02-08 Thread Fabio Ottolini (EDB)
Try mysqldump. BR, Fábio Ottolini > -Original Message- > From: Rosen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 08, 2001 10:30 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Transfering data between MySQL servers > > > Hi, > I have MySQL server on my local machine with some

[PHP-DB] Transfering data between MySQL servers

2001-02-08 Thread Rosen
Hi, I have MySQL server on my local machine with some database. How can I transfer the database to remote server ? Thanks, Rosen Marinov -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DB] phpAUTH

2001-02-08 Thread FredrikAT
Can I set a userid & pw from a webbased interface (make iexplore ... remember the id & pw ... like $PHP_AUTH_USER & PHP_AUTH_PW does while sending headers?) Do I have to set a cookie? Fredrik A. Takle [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e

[PHP-DB] dividing an mysql_fetched_array...

2001-02-08 Thread Trond Erling Hundal
Hi there... I was thinking of dividing a front page displaying 15 newsarticles into three parts. The first part, will contain only one article... Below the first article there will be an ad, before to columns suceeding this banner displays 2*7 articles... how do I do this? I know the array has i

[PHP-DB] Positioning into a query

2001-02-08 Thread Francesco Rossi
Hi, After i have traverse a queryhow i can repositioning my cursor to the first record of the query ? And how i can store the actual position of the query in a variable and then reuse it to move my position ? I use Interbase 6.01. Thank -- PHP Database Mailing List (http://www.php.net/) To uns

Re: [PHP-DB] installing php4 on windows and apache 1.3.*

2001-02-08 Thread Phil Driscoll
>How do I get php to work on apache under win98? >I've tried a lot of manuals but i constantly get the error: > >Premature end of script headers: e:/php4/php.exe > >What did I do wrong? It sounds like php did not output anything. Check that you can run php.exe directly. (From the command line run

Re: [PHP-DB] refreshing form select boxes with javascript. possible?

2001-02-08 Thread Ifrim Sorin
Hi, Javascript could be a solution, but only if you have reasonable amount of data. You can find attached a sample HTML page which uses the DOM for doing this. HTH Sorin Ifrim - Original Message - From: Kepa Lyman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February

Re: [PHP-DB] installing php4 on windows and apache 1.3.*

2001-02-08 Thread Andris Jancevskis
I successfully install with installation version and copy additional extensions into directory /extensions. Then modify .reg file and 2-click. I use isapi version. After restart all works. How? it is another question ... I didn't have time to test complitely, but something goes wrong on App, that

[PHP-DB] WML and PHP AND mysql

2001-02-08 Thread Kato Strandjord
Author: Kato Strandjord (katos.tihlde.org) Date: 06/02/2001 15:41 I use apache server on win2000, php4, mysql and wml which I test local on my harddrive. The code under is working fine when I test it on emulators like UP SDK from phone.com. or other, but i have fooled it to use static variable

Re: [PHP-DB] installing php4 on windows and apache 1.3.*

2001-02-08 Thread Russ Michell
A don't mess with php/mySQL/apache individually!! go to http://www.phpgeek.com/phptriad.php phptriad is pretty much self explanatory - You get apache/MySQL/php4 for WIndows. It's so easy to install even I managed it! Good luck. Russ #--

[PHP-DB] installing php4 on windows and apache 1.3.*

2001-02-08 Thread ufo
How do I get php to work on apache under win98? I've tried a lot of manuals but i constantly get the error: Premature end of script headers: e:/php4/php.exe What did I do wrong? thanks, ufo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi