RE: php and mysql

2006-03-09 Thread Ing. Edwin Cruz
PROTECTED]; mysql@lists.mysql.com Asunto: RE: php and mysql If you still have issues after that, then read http://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server.html Regards --- ** _/ ** David Logan

RE: php and mysql

2006-03-09 Thread mysql
uot;Logan, David (SST - Adelaide)" <[EMAIL PROTECTED]> > Subject: RE: php and mysql > > > If you still have issues after that, then read > http://dev.mysql.com/doc/refman/5.0

RE: php and mysql

2006-03-09 Thread Logan, David (SST - Adelaide)
PROTECTED] Sent: Friday, 10 March 2006 6:42 AM To: Mary Adel Cc: [EMAIL PROTECTED]; mysql@lists.mysql.com Subject: RE: php and mysql On Thu, 9 Mar 2006, Mary Adel wrote: > Thanks for al your help and i di that and now i have another error > > Can't connect to local MySQL server through

RE: php and mysql

2006-03-09 Thread JC
id', 'pw') or die(mysql_error()) mysql_connect('localhost', 'root') or die(mysql_error()) -Original Message- From: Mary Adel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 3:06 PM To: mysql@lists.mysql.com Subject: php and mysql I have a severe pr

RE: php and mysql

2006-03-09 Thread Mary Adel
;pw') or die(mysql_error()) > > mysql_connect('localhost', 'root') or die(mysql_error()) > > > -Original Message- > From: Mary Adel [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 3:06 PM > To: mysql@lists.mysql.com > Subject:

Re: php and mysql

2006-03-09 Thread Peter Brawley
Mary Adel wrote: I have a severe problem that php5 cannot connect to mysql and i don't know why also i am using linux here is my peice of code :"; print "connected"; ?> if their is any configuration please tell me PHP wants a username and password. For web pages, it's good practice to creat

RE: php and mysql

2006-03-09 Thread fbsd_user
27;, 'root') or die(mysql_error()) -Original Message- From: Mary Adel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 3:06 PM To: mysql@lists.mysql.com Subject: php and mysql I have a severe problem that php5 cannot connect to mysql and i don't know why also i am

php and mysql

2006-03-09 Thread Mary Adel
I have a severe problem that php5 cannot connect to mysql and i don't know why also i am using linux here is my peice of code :"; print "connected"; ?> if their is any configuration please tell me thanks, mary -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To un

Re: PHP and mysql

2005-10-27 Thread Curtis Maurand
munication and notify the sender immediately. It should be >> noted that any review, retransmission, dissemination or other >> use of, or taking action in reliance upon, this information by >> persons or entities other than the intended recipient is prohibited. >> E-mail commu

Re: PHP and mysql

2005-10-27 Thread sheeri kritzer
on, dissemination or other > use of, or taking action in reliance upon, this information by > persons or entities other than the intended recipient is prohibited. > E-mail communications may be monitored. > ************ >

RE: PHP and mysql

2005-10-27 Thread Logan, David (SST - Adelaide)
PROTECTED] Sent: Thursday, 27 October 2005 6:23 PM To: 'sheeri kritzer' Cc: mysql@lists.mysql.com Subject: RE: PHP and mysql Thanks for your reply I think this is the issue I don't think root is allowed to login from local host I created another user called web user and changed th

RE: PHP and mysql

2005-10-27 Thread Alastair Roy
From: sheeri kritzer [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 18:06 To: Alastair Roy Cc: mysql@lists.mysql.com Subject: Re: PHP and mysql Yes. Whenever you have a problem, go back to basics. Can you login as root on the commandline? What password do you use there? Once you're there, ch

Re: PHP and mysql

2005-10-25 Thread Michael Stassen
Alastair Roy wrote: > Greetings everyone, I am having a problem with PHP and mysql I have copied a > script exactly off a website to open the database and insert a new user I > try to access the mysql database using the root user, and enter information > into the user table, this is

Re: PHP and mysql

2005-10-25 Thread sheeri kritzer
not the machine the webserver is on. -Sheeri On 10/25/05, Alastair Roy <[EMAIL PROTECTED]> wrote: > Greetings everyone, I am having a problem with PHP and mysql I have copied a > script exactly off a website to open the database and insert a new user I > try to access the mysql dat

Re: PHP and mysql

2005-10-25 Thread Gleb Paharenko
Hello. May be this could be a bit helpful: http://dev.mysql.com/doc/refman/5.0/en/access-denied.html Alastair Roy wrote: > Greetings everyone, I am having a problem with PHP and mysql I have copied a > script exactly off a website to open the database and insert a new user I &g

PHP and mysql

2005-10-25 Thread Alastair Roy
Greetings everyone, I am having a problem with PHP and mysql I have copied a script exactly off a website to open the database and insert a new user I try to access the mysql database using the root user, and enter information into the user table, this is the PHP I am using When I try

Re: Seg Fault php and MySql ODBC on Linux.

2005-06-10 Thread Santino
At 16:47 +0300 10-06-2005, Gleb Paharenko wrote: Hello. Check that you have the latest version. There is a bug: http://bugs.mysql.com/bug.php?id=7040 I downloaded yesterday the latest version of ODBC Connector. Version: mysql-max-4.1.8-pc-linux-i686 + MyODBC-3.51.11-2.i586.rpm (libmy

Re: Seg Fault php and MySql ODBC on Linux.

2005-06-10 Thread Gleb Paharenko
Hello. Check that you have the latest version. There is a bug: http://bugs.mysql.com/bug.php?id=7040 Santino <[EMAIL PROTECTED]> wrote: > Hello, > > I have a segmentation fault using MySql with PHP/ODBC on Linux. > > I do a query with exec and I get a segmentation fault in "my_

Seg Fault php and MySql ODBC on Linux.

2005-06-09 Thread Santino
Hello, I have a segmentation fault using MySql with PHP/ODBC on Linux. I do a query with exec and I get a segmentation fault in "my_SQLPrepare". If I use the isql command line, all works fine. Is it a MySql problem or a Php problem? Thank you. Santino Cusimano -- MySQL General Mailing List

Re: php and mysql

2004-12-17 Thread Ligaya Turmelle
Have you tried posting this to the PHP general mailing list? Respectfully, Ligaya Turmelle --- Life is a game... so have fun. --- www.PHPCommunity.org Open Source, Open Community Visit for more information or to join the movement Fernando F. Retagi wrote: Hi All! I have installed mysql 4.0.20 (wen

php and mysql

2004-12-16 Thread Fernando F. Retagi
Hi All! I have installed mysql 4.0.20 (went fine, I can connect), apache_1.3.31 (went fine, I can launch the web server) now I have installed php-4.3.9 and when I configure it using ./configure --with-mysql=/usr/local/mysql it goes fine , but when I try to use make, I got an error: checking for

RE: PHP and MySQL

2004-11-25 Thread David Bevan
When I run this little PHP script I always get fail error message: /[EMAIL PROTECTED]("localhost", "root", "myrootpass"); if (!$link_id) { echo "Failed !"; exit; } */ Should I change something in php.ini ? Try removing the '@' from the mysql_pconnect statement to get a more des

Re: PHP and MySQL

2004-11-25 Thread leegold
On Fri, 26 Nov 2004 05:44:00 +0100, "Danesh Daroui" <[EMAIL PROTECTED]> said: > Hi all, > > I have installed MySQL Server 4.1.7 on a Linux Fedora Core 3 machine. It > works great locally and remotely. This machine also supposed to act as a > web server by using Apache 2.0.52 and it works fine t

PHP and MySQL

2004-11-25 Thread Danesh Daroui
Hi all, I have installed MySQL Server 4.1.7 on a Linux Fedora Core 3 machine. It works great locally and remotely. This machine also supposed to act as a web server by using Apache 2.0.52 and it works fine too. Apache is enhanced with PHP and they works together perfect. The only problem is wit

Re: PHP and Mysql

2004-03-03 Thread Ligaya Turmelle
go to www.codewalkers.com under the tutorials/basics section there is a tutorial called "Sorting Database Results with PHP". It will show you how to display the data. If you are just looking for a quick cheat - You need to use tables. Place each record on a table row and each attribute in a tab

PHP and Mysql

2004-03-03 Thread Seena Blace
Hi, Does any one help me in formating the output result in PHP with mysql? The code is here. Host Details $today"; $i=0; while ($i < $num) { $hostid=mysql_result($result,$i,"hostid"); $hostname=mysql_result($result,$i,"hostname"); $cabinetnumber=mysql_result($result,$i,"cabinetnumber"); echo "$h

Re: PHP AND MYSQL

2004-02-02 Thread Seena Blace
Thank you very much to all. Jason Burfield <[EMAIL PROTECTED]> wrote:This is probably something for the php list, however, how is REGISTER_GLOBALS set on your server? On or off? It is off by default on newer version of PHP. (has been for a while.) If it is off you need to grab the vars from post

RE: PHP AND MYSQL

2004-02-02 Thread Chris DaMour
;] -Original Message- From: Seena Blace [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:08 PM To: [EMAIL PROTECTED] Subject: PHP AND MYSQL Hi, Does any one develop any web pages with PHP,Apache,Win2k,Mysql ? If so,can please help me. When I 'm inserting data thru html FORM ,

Re: PHP AND MYSQL

2004-02-02 Thread nestorflorez
Seena, I believe that the proper syntax is ---> mysql_connect( host, username,password) Also I generrally when passing variables use $_POST['name'] ---> $_POST['version'] Good luck, Nestor :-) Seena Blace wrote: Hi, Does any one develop any web pages with PHP,Apache,Win2k,Mysql ? If so,can

Re: PHP AND MYSQL

2004-02-02 Thread Jason Burfield
This is probably something for the php list, however, how is REGISTER_GLOBALS set on your server? On or off? It is off by default on newer version of PHP. (has been for a while.) If it is off you need to grab the vars from post like: $softwareid = $_POST["softwareid"]; $manufacturer = $_POST["man

PHP AND MYSQL

2004-02-02 Thread Seena Blace
Hi, Does any one develop any web pages with PHP,Apache,Win2k,Mysql ? If so,can please help me. When I 'm inserting data thru html FORM ,getting error Notice: Undefined variable: like this.Can some one please send some tips pl? Html code: Software id: Manufacturer: Name: Version: Let m

Re: FW: How To Learn php and mysql.

2003-11-25 Thread Braulio Lumbreras
Thanks Ricard, Mike,Kim,Chris and John. Now thats going the extra mile, giving me the ISBN code to the book. Once again, thanks. Braulio "mike" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >As for a book, I recommend the one on PHP and mySQL web deve

Re: FW: How To Learn php and mysql.

2003-11-25 Thread mike
>As for a book, I recommend the one on PHP and mySQL web development by Luke Willing and Laura Thompson. >Good luck! >Richard I would second that reccomendation. Luke Welling and Laura Thompson have a really good book. ISBN 067232525X. -- MySQL General Mailing List For list archi

Re: How To Learn php and mysql.

2003-11-25 Thread Braulio Lumbreras
Thanks, John. Braulio "John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Braulio Lumbreras wrote: > > > What is the best way to learn php and mysql? What book is recommended for > > self study of both ? > > > > Braulio >

Re: How To Learn php and mysql.

2003-11-25 Thread Braulio Lumbreras
Thanks, Chris. Braulio ""Chris"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PHP and MySQL Web Development, by Luke Welling and Laura Thomson > > It's an excellent book. > > -Original Message- > From: Richard Bewley [mai

RE: How To Learn php and mysql.

2003-11-24 Thread Chris
PHP and MySQL Web Development, by Luke Welling and Laura Thomson It's an excellent book. -Original Message- From: Richard Bewley [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 6:53 PM To: [EMAIL PROTECTED] Subject: FW: How To Learn php and mysql. The best way to learn

Re: How To Learn php and mysql.

2003-11-24 Thread John Nichel
Braulio Lumbreras wrote: What is the best way to learn php and mysql? What book is recommended for self study of both ? Braulio The PHP website is an excelent place. The online manual is real nice, and there are plenty of user comments which I have found useful. The PHP mailing list is a

Re: How To Learn php and mysql.

2003-11-24 Thread Braulio Lumbreras
Thanks,Kim. G'day to you too. Braulio "Kim Kohen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] G'day Braulio > What is the best way to learn php and mysql? What book is recommended for > self study of both ? As an absolute newbie I used

Re: How To Learn php and mysql.

2003-11-24 Thread Kim Kohen
G'day Braulio > What is the best way to learn php and mysql? What book is recommended for > self study of both ? As an absolute newbie I used "Build Your Own Database Driven Website Using PHP & MySQL" from http://www.sitepoint.com/books/phpmysql1/ It got

Re: How To Learn php and mysql.

2003-11-24 Thread Braulio Lumbreras
and hacking it, then running it on your webserver, breaking > it, and fixing it again. Just make tiny changes at first, play with logic, > then work on bigger things. > > As for a book, I recommend the one on PHP and mySQL web development by Luke > Willing and Laura Thompson. >

FW: How To Learn php and mysql.

2003-11-24 Thread Richard Bewley
and mySQL web development by Luke Willing and Laura Thompson. Good luck! Richard -Original Message- From: Braulio Lumbreras [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 9:48 PM To: [EMAIL PROTECTED] Subject: How To Learn php and mysql. What is the best way to learn php and

How To Learn php and mysql.

2003-11-24 Thread Braulio Lumbreras
What is the best way to learn php and mysql? What book is recommended for self study of both ? Braulio -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

php and mysql email problem...

2003-10-14 Thread Scott Vargovich
I'm not sure I'm posting this to the correct list. If I'm not, please reply and let me know which list to post this to. Thanks. We have a php-mysql web-based e-mail system that has a problem that has happened twice in a 2 month period. This morning, somebody logged into it and all of his mai

Re: php and mysql

2003-09-28 Thread Director General: NEFACOMP
ROTECTED]> To: "'gamalt tant'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 04:49 Subject: RE: php and mysql > There shouldn't be anything else required (besides PHP). PHP has built in > functions to access MySQL. > See

Re: php and mysql

2003-09-28 Thread Director General: NEFACOMP
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 03:48 Subject: php and mysql > hi > i want to use php with mysql. However, i do not know > if i should install another package from mysql that > incluse shared library between php and mysql?. i > already inst

RE: php and mysql

2003-09-27 Thread Adam Clauss
ber 27, 2003 8:48 PM > To: [EMAIL PROTECTED] > Subject: php and mysql > > > hi > i want to use php with mysql. However, i do not know > if i should install another package from mysql that > incluse shared library between php and mysql?. i > already installed mysql c

php and mysql

2003-09-27 Thread gamalt tant
hi i want to use php with mysql. However, i do not know if i should install another package from mysql that incluse shared library between php and mysql?. i already installed mysql client and server package. if there more package i should install,can you please tell the name and where can i find

[Announcement] for PHP and MySQL 4.1 Users/Testers

2003-02-11 Thread Georg Richter
Hi, The new mysql extension (ext/mysqli) is now in the php-cvs-repository. Please note that you need MySQL Version 4.1 (both server and client library) and that this extension has experimental status. Configuration: --with-mysqli=/path-to-mysql-4.1 -without-mysql If you want to use both ext/

Re: [PHP] Re: PHP and MySQL bug

2003-01-08 Thread Nuno Lopes
QL List" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 4:12 PM Subject: RE: [PHP] Re: PHP and MySQL bug > Since nobody is jumping in to say it is some simple configuration/setting > personally my next step would be to shut down all services on the box that > aren't absol

Re: [PHP] Re: PHP and MySQL bug

2003-01-08 Thread Nuno Lopes
t;MySQL List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 5:06 PM Subject: Re: [PHP] Re: PHP and MySQL bug > @mysql_select_db("be"); -- this failed > do echo mysql_error(); to see what went wrong > > > > Nuno Lopes wrote: > &

RE: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Larry Brown
* Try add to /etc/hosts the name and ip of DB is located >> I'm using Windows 2000. In Windows2000 make the same changes in winnt/system32/drivers/etc/hosts. If it connects the first time and every time thereafter that you recreate the connection it should not be anything to do with resolving the

RE: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Christensen, Dave
Then go to c:\winnt\system32\drivers\etc and make the changes in the hosts file that you will find there. -Original Message- From: Nuno Lopes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:25 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Re: PHP and MySQL

Re: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Nuno Lopes
I'm using Windows 2000. - Original Message - From: "Cleber" <[EMAIL PROTECTED]> To: "Nuno Lopes" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 10:23 AM Subject: Re: [PHP] Re: PHP and MySQL bug > Try add to /etc/hosts the name and ip of DB

Re: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Marek Kilimajer
'no db was selected') - Original Message - From: "David Freeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 10:29 PM Subject: RE: [PHP] Re: PHP and MySQL bug > @MYSQL_QUERY("UPDATE d SET h='$h' WHERE id=

RE: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Larry Brown
From: Nuno Lopes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:31 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Re: PHP and MySQL bug I have the latest version of PHP (4.3.0) as module in apache 2.0.43 and mysql 3.23.49. Everything is working fine, except this. With pc

Re: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Nuno Lopes
ED]> Sent: Monday, January 06, 2003 6:28 PM Subject: RE: [PHP] Re: PHP and MySQL bug > This definitely sounds like a buggy installation or there may be some > problem with the communication between the web server and the mysqld. Is > the db on a different machine? Try using mysql_

RE: [PHP] Re: PHP and MySQL bug

2003-01-06 Thread Larry Brown
, 2003 1:09 PM To: MySQL List; [EMAIL PROTECTED] Subject: [PHP] Re: PHP and MySQL bug The problem is if I close the connection and reopen it the query is done, but if I remain with the same connection has the previous query, mysql returns an error. - Original Message - From: "Larry

Re: PHP and MySQL bug

2003-01-06 Thread Jennifer Goodie
: Monday, January 06, 2003 10:09 AM To: MySQL List; [EMAIL PROTECTED] Subject: Re: PHP and MySQL bug The problem is if I close the connection and reopen it the query is done, but if I remain with the same connection has the previous query, mysql returns an error. - Original Message - From

Re: PHP and MySQL bug

2003-01-06 Thread Nuno Lopes
The problem is if I close the connection and reopen it the query is done, but if I remain with the same connection has the previous query, mysql returns an error. - Original Message - From: "Larry Brown" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Sunday, January 05, 20

Re: [PHP] Re: PHP and MySQL bug

2003-01-06 Thread Nuno Lopes
To: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 10:29 PM Subject: RE: [PHP] Re: PHP and MySQL bug > > > @MYSQL_QUERY("UPDATE d SET h='$h' WHERE id='$id'"); // this > > query doesn't work > > Personally, I'd call it bad

Re: PHP and MySQL bug

2003-01-05 Thread Nuno Lopes
Here is the source code: Seleccione a localização para o download:Localização Principal"; if ($mirrors) { echo " Mirrors"; $m=explode("»",$mirrors); foreach ($m as $v) { $m2=explode("!",$v); echo "$m2[0]"; } echo "Nota: Deve escolher o mirror mais próximo da sua localização, para acelerar o dowloa

Re: PHP and MySQL bug

2003-01-04 Thread Stefan Hinz, iConnect \(Berlin\)
Germany) Tel: +49 30 7970948-0 Fax: +49 30 7970948-3 - Original Message - From: "Nuno Lopes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 11:46 AM Subject: PHP and MySQL bug > Dear Sirs, > > I&#

RE: PHP and MySQL bug

2003-01-04 Thread Larry Brown
quot;..." Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Nuno Lopes [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 04, 2003 5:46 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: PHP and MySQL bug Dear Sirs, I'm using PHP and MySQL to make m

PHP and MySQL bug

2003-01-04 Thread Nuno Lopes
Dear Sirs, I'm using PHP and MySQL to make my programs. But I think I discovered a bug in PHP or in MySQL (I don't know!). In one of my files I have the following: MYSQL_CONNECT("localhost", "**user**", "**pass**"); mysql_select_db("be"); $

PHP and MySQL 4.0.x

2002-12-16 Thread Sean Hager
I am trying to setup PHP 4.2.x wth MySQL 4.0.x Somewhat new to this, I installed PHP via the redhat RPM. PHP is being loaded as a module to httpd. The error I keep getting is that httpd can't find libmysqlclient.so.10 and MySQL 4.0.x rpm installed libmysqlclient.so.11. I tried making a symlink

Re: PHP and MySQL help please !

2002-04-25 Thread Jan-Michael Ong
"password"); > > $db = mysql_pconnect("localhost", "user", "password"); > > Ideas ? Why is it now a undefined function ? > > Andrew > -Original Message- > From: Andrew Rich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 April

RE: PHP and MySQL help please !

2002-04-24 Thread Michael Chang
t; ? > > I am not sure if the include statement is design to add mysql BINARIES or > SOURCE CODE ?? > > Lost. > > Andrew > > -Original Message- > From: Andrew Rich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 April 2002 11:28 AM > To: Andrew R

RE: PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
11:28 AM To: Andrew Rich; [EMAIL PROTECTED] Subject: RE: PHP and MySQL help please ! Further to this, I removed the "@" symbol and got:- Fatal Error: Call to undefined function: mysql_connect() in /var/www/html/results.php @ $db = mysql_pconnect("localhost", "user&qu

RE: PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
ser", "password"); Ideas ? Why is it now a undefined function ? Andrew -Original Message- From: Andrew Rich [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 11:14 AM To: [EMAIL PROTECTED] Subject: PHP and MySQL help please ! + PHP Installed and going - I can write to

PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
+ PHP Installed and going - I can write to files, retrieve flatfiles + Apache running servers outpages nop probes Trying to talk to SQL using PHP. -- Go to SQL now Number of books found: ".$num_results.""; ?>

Re: MACOSX and PHP and MYSQL

2002-04-02 Thread Michael Stearne
There is a great page with instructions and binaries for this stuff at http://www.entropy.ch/software/macosx/ Michael Bensin Joseph wrote: > I have MACOSX 10.1.3. > PHP runs fine with no problem could someone help me install or direct me > to where i can get instruction of how to install MYSQL

Re: MACOSX and PHP and MYSQL

2002-04-02 Thread Adriano Manocchia
Assuming you have the developer tools installed, it compiles just fine: ./configure make make install if you don't have the dev tools, check VersionTracker. Someone probably has the binaries packaged up. On Tuesday, April 2, 2002, at 01:11 PM, Bensin Joseph wrote: > I have MACOSX 10.1.3. > P

MACOSX and PHP and MYSQL

2002-04-02 Thread Bensin Joseph
I have MACOSX 10.1.3. PHP runs fine with no problem could someone help me install or direct me to where i can get instruction of how to install MYSQL on my machine please. - Before posting, please check: http://www.mysql.com

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
: Nathan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:31 PM To: Gurhan Ozen; mailing list; [EMAIL PROTECTED] Subject: Re: drop down list using php and mysql You could also bypass the num_rows entirely... ".$query); echo ''; for ($i=0; $row = mysql_fetch_ass

Re: drop down list using php and mysql

2002-03-15 Thread Nathan
uot;Gurhan Ozen" <[EMAIL PROTECTED]> To: "mailing list" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 4:17 PM Subject: RE: drop down list using php and mysql A correction... for line has the greater sign wrong:) It has to be : for ($i=0;

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
rop down list using php and mysql Hi, This type of qustion should be forwarded to PHP-DB list. Its adres is: [EMAIL PROTECTED] . As for the answer to your question.. IF you'd like to create a dynamic drop-down menu.. You can just just query the table for the options to be displayed and loop

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
quot;]).''; } Gurhan -Original Message- From: mailing list [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: drop down list using php and mysql Hello, I am trying to build a drop down list using php and mysql.

drop down list using php and mysql

2002-03-15 Thread mailing list
Hello, I am trying to build a drop down list using php and mysql. Does anyone have any examples of this? Regards, Adrian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

PHP and MySQL for a Collaboration project

2002-03-01 Thread Administrator
- Admin - Allows editing of files with file locking - User Specific can view some of the files, not all... - Guest - can only view a few files. - Add / Remove users and permissions to view / edit... - Add / Remove files with file description / size and type We are using PHP and MySQL for this

Re: Can I establish a ADO Connection to work with PHP and MySQL on Linux

2002-01-30 Thread Carsten Gehling
From: "sreedhar" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Subject: Can I establish a ADO Connection to work with PHP and MySQL on Linux > Hi all, > > My Database on Linix. Can I establish a ADO Connection to work with PHP and > MySQL on Li

Can I establish a ADO Connection to work with PHP and MySQL on Linux

2002-01-30 Thread sreedhar
Hi all, My Database on Linix. Can I establish a ADO Connection to work with PHP and MySQL on Linux. regards, sreedhar - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

RE: [PHP-DB] any good web hosting with php and mysql support?

2002-01-17 Thread Boaz Yahav
with php and mysql support? Hi All, I am currently looking for a reliable web host to host my personal website. I know there are millions of web hosting companies that have PHP and MYSQL support but I just can't trust any of the fully-assured and confident webhosting ads anymore. I would li

Re: any good web hosting with php and mysql support?

2002-01-14 Thread System Administrator a.k.a. The Root of the Problem
-0500, NDPTAL85 <[EMAIL PROTECTED]> wrote: > > >>On Monday, January 14, 2002, at 01:17 PM, Gurhan Ozen wrote: > >> > >>> Hi All, > >>> I am currently looking for a reliable web host to host my personal > >>> website. > >

Re: any good web hosting with php and mysql support?

2002-01-14 Thread Mike(mickalo)Blezien
a reliable web host to host my personal >>> website. >>> I know there are millions of web hosting companies that have PHP and >>> MYSQL >>> support but I just can't trust any of the fully-assured and confident >>> webhosting ads anymore. I would like to get

Re: [PHP-DB] any good web hosting with php and mysql support?

2002-01-14 Thread Vlasyuk Valera
nt: Monday, January 14, 2002 8:43 PM Subject: RE: [PHP-DB] any good web hosting with php and mysql support? > Ive got numerous accounts with www.palmversa.com and I > have to say they are very reliable and extremely > cheap. > > Hope this helps > > Shannon > > > >

RE: [PHP-DB] any good web hosting with php and mysql support?

2002-01-14 Thread Rick Emery
t to host my personal website. >I know there are millions of web hosting companies that have PHP and MYSQL >support but I just can't trust any of the fully-assured and confident >webhosting ads anymore. I would like to get a service from a company for >which someone can vouch. >

Re: [PHP-DB] any good web hosting with php and mysql support? (OT)

2002-01-14 Thread Vlasyuk Valera
k.net - Original Message - From: "Mikel King" <[EMAIL PROTECTED]> To: "Gurhan Ozen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <> Sent: Monday, January 14, 2002 8:43 PM Subject: Re: [PHP-DB] any good web hosting with php and mysql support? (OT)

Re: any good web hosting with php and mysql support?

2002-01-14 Thread NDPTAL85
On Monday, January 14, 2002, at 01:17 PM, Gurhan Ozen wrote: > Hi All, > I am currently looking for a reliable web host to host my personal > website. > I know there are millions of web hosting companies that have PHP and > MYSQL > support but I just can't trust a

Re: [PHP-DB] any good web hosting with php and mysql support? (OT)

2002-01-14 Thread Mikel King
onal website. >I know there are millions of web hosting companies that have PHP and MYSQL >support but I just can't trust any of the fully-assured and confident >webhosting ads anymore. I would like to get a service from a company for >which someone can vouch. > I did started h

RE: [PHP-DB] any good web hosting with php and mysql support?

2002-01-14 Thread Shannon Kendrick
Ive got numerous accounts with www.palmversa.com and I have to say they are very reliable and extremely cheap. Hope this helps Shannon > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL

RE: [PHP-DB] any good web hosting with php and mysql support?

2002-01-14 Thread Leotta, Natalie (NCI/IMS)
y, January 14, 2002 1:18 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-DB] any good web hosting with php and mysql support? > > Hi All, > I am currently looking for a reliable web host to host my personal > website. > I know there are mill

RE: [PHP-DB] any good web hosting with php and mysql support?

2002-01-14 Thread Rick Emery
I use http://www.nomonthly fees.com Initial buy-in is $200. However, that includes domain name registration, 500 megs of disks pace, 5 giga-bytes of band-width per month. Complete PHP and MYSQL support. Bunch of other stuff too, like 1000 POP3 email boxes, PGP, shopping carts, etc. After

Re: [PHP-DB] any good web hosting with php and mysql support?

2002-01-14 Thread clint
ons of web hosting companies that have PHP and MYSQL support but I just can't trust any of the fully-assured and confident webhosting ads anymore. I would like to get a service from a company for which someone can vouch. I did started hosting my web site at a webhoster that promised 99.99% up

any good web hosting with php and mysql support?

2002-01-14 Thread Gurhan Ozen
Hi All, I am currently looking for a reliable web host to host my personal website. I know there are millions of web hosting companies that have PHP and MYSQL support but I just can't trust any of the fully-assured and confident webhosting ads anymore. I would like to get a service f

Re: pass variable in JS to php and mysql-query

2001-11-12 Thread Phieu Huynh
> Sent: Sunday, November 11, 2001 4:31 PM > Subject: pass variable in JS to php and mysql-query > > > > > function changebuilding (which) { > > sel_var = which.selectedIndex > > <? > >$sql_query = "select distinct room > >

Re: pass variable in JS to php and mysql-query

2001-11-12 Thread M . Hompus
I'm working in an application using JS with ASP and MSQL. We use Remote Scripting for real-time updating and reading the Database without reloading a page or move to another page. It works very well. More details on this one can be found at http://msdn.microsoft.com/scripting/ I guess it isn't v

Re: pass variable in JS to php and mysql-query

2001-11-12 Thread Nguyen Trong Phuc
> Sent: Sunday, November 11, 2001 4:31 PM Subject: pass variable in JS to php and mysql-query > > function changebuilding (which) { > sel_var = which.selectedIndex > <? >$sql_query = "select distinct room > from general.room_

Re: PHP and MySQL 4.0.0

2001-10-29 Thread Michael Widenius
Hi! > "Sebastian" == Sebastian Bergmann <[EMAIL PROTECTED]> writes: Sebastian> Michael Widenius wrote: >> The symbol 'mysql_module_entry' doesn't come from the MySQL library, >> so this is a PHP problem. Sebastian> Okay. >> Note that you can use MySQL 4.0 with the old MySQL 3.23 library

Re: PHP and MySQL 4.0.0

2001-10-24 Thread Sebastian Bergmann
Michael Widenius wrote: > The symbol 'mysql_module_entry' doesn't come from the MySQL library, > so this is a PHP problem. Okay. > Note that you can use MySQL 4.0 with the old MySQL 3.23 library > without any problems. Yes, it works fine if I use the libmysql that is bundled with PHP. Only

PHP and MySQL 4.0.0

2001-10-24 Thread Michael Widenius
Hi! > "Sebastian" == Sebastian Bergmann <[EMAIL PROTECTED]> writes: Sebastian> Just compiled PHP (current CVS) with support for MySQL 4.0.0, but now Sebastian> Apache won't start: Sebastian> Cannot load /usr/local/apache2/modules/libphp4.so into server: Sebastian> undefined sy

  1   2   >