Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
problem whith mysql on php
Name: mandix Date: October 4, 2003 at 21:30:50 Pacific OS: red hat 8.0 CPU/Ram: 120/64
Comment:
hi,
i having problem with php+mysql.
i installed apache 2.0 and php 4.0.15 in my pc, then i tried to use mysql in my php aplications... so i installed mysql (mysql works ok from command line)
the problem is that i cant`t use mysql from my php code, when i try use mysql_connect() it say:
Fatal error: Call to undefined function: mysql_connet()
what can i do? php+apache work ok. mysq (command line) work ok. what can i doÇ? it seem i nee to install some php module, isn't it?
Name: HUNTER Date: October 5, 2003 at 09:33:08 Pacific
Reply:
hi i used to have the same problem.. you have to configure it by reading a php manual. however there is an easy way of going about this......
download an apserv(do a search on it) and install it into your pc. this has apache/php/mysql preconfigured so you wont have to do that.just start working on it all good..! good luck buddy.
0
Response Number 2
Name: mandix Date: October 6, 2003 at 06:13:27 Pacific
Reply:
thanks hunter!!!!
what is apserv? where can i get it?
by
0
Response Number 3
Name: HUNTER Date: October 7, 2003 at 12:16:03 Pacific
Reply:
apserv is a program once installed you have php/mysql/apache all in one. all congifured and ready to use. ill find out where u can get it from soon.. i forgot the link and have to ask a buddy. chill yea
Summary: Hi dears. I want to working with MySQL in PHP. I tell you what do i do. In first,i used mysql_create_db() function. In next step,i used mysql_db_query() function for create table. finally i used mysq...
Summary: I have SuSE 7.1 professional installed on P3 933/128/60 a 20gig partition. I have installed MySQL from rpm. I tried starting MySQL using safe_mysql & command. I get error after it starts daemon (c...
Summary: Hi everyone I am trying to install Mysql on Linux( red hat). I downloaded Mysql source distribution , unzipped, run ./configure to set up some of the settings. Every thing upto this point seems OK bu...