Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

connection to mysql in question.

 
   Database Forums (Home) -> PHP RSS
Next:  URL masking when using PHP sessions.  
Author Message
stevek

External


Since: May 10, 2006
Posts: 1



(Msg. 1) Posted: Wed May 10, 2006 1:33 am
Post subject: connection to mysql in question.
Archived from groups: comp>lang>php (more info?)

Using XP2, Apache2, php5.0.4 and mysql 5.0.18. All seem to be working
individually but I seem to be having a problem with php files not
connecting to the database.

Is there an easy way to check this? Some like <?php
phpinfo(); ?>

TIA

 >> Stay informed about: connection to mysql in question. 
Back to top
Login to vote
Jerry Stuckle

External


Since: Aug 11, 2004
Posts: 1367



(Msg. 2) Posted: Wed May 10, 2006 1:33 am
Post subject: Re: connection to mysql in question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

stevek wrote:
> Using XP2, Apache2, php5.0.4 and mysql 5.0.18. All seem to be working
> individually but I seem to be having a problem with php files not
> connecting to the database.
>
> Is there an easy way to check this? Some like <?php
> phpinfo(); ?>
>
> TIA

Well, to start with, phpinfo() will tell you if MySQL extensions are loaded, and
if so, what version.

Other than that, "having problem with php files not connecting to the database"
is pretty vague.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex.DeleteThis@attglobal.net
==================

 >> Stay informed about: connection to mysql in question. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
mysql question - If I write an update script, so people can upgrade their software to the newest version I've written, and since the last version I've created a new table in the database, so I want to add it, if it does not already exist, is the syntax something like ..

MySQL question, here? - I have a question about the design of a specific mysql database. My newsserver hasn't got many specific mysql related newsgroups and those who are supported don't seem to be very active. Since many of the MySQL work goes hand in hand with PHP this..

Rookie PHP/MySQL Question - In querying a database ($result=query_db("SELECT photo_dir, photo_name FROM photograph_photo WHERE photo_dir = '$dirToCheck'"); is $result an array (where I could used a "in_array() function)? Thanks, Ian

MySQL design question - I'm creating an application for multiple cities (about 20-50 cities). I'm not sure whether to use a single table to store for all cities' items or break each one out into a seperate table for each city. I know a seperate tables will be faster for..

MYSQL ORDER BY question, sorting numbers - hi i have the following ORDER BY `tabelno` which gives me 1 10 11 12 13 14 15 16 17 18 19 2 20 when i want 1 2 3 etc how can i achieve this? thanks
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]