[advanced search]
Results from the most recent live auction are here.
17 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming > CODE
User Name
Password

Old 10-24-2003, 12:52 PM   · #1
adam_uk
Senior Member
 
Trader Rating: (17)
Join Date: May 2003
Posts: 2,211
NP$: 6170.25 (Donate)
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
Breast Cancer
Connect to a mysql Database using php

PHP Code:
<?

$username
= "username";
$password ="password";
$db = "db";

$conn = mysql_connect("localhost", "$username", "$password") or die(mysql_error());

mysql_select_db("$db", $conn) or die (mysql_error());


?>


Once you have php,mysql working you can add this to a php file to use the database

you may also need other tools such as phpmyadmin www.phpmyadmin.net to help generate the mysql queries and make/delete/edit/change databases


Please register or log-in into NamePros to hide ads
adam_uk is offline   Reply With Quote
Old 10-30-2003, 05:35 PM   · #2
deadserious
Senior Member
 
Trader Rating: (13)
Join Date: Aug 2002
Posts: 1,300
NP$: 2.85 (Donate)
deadserious has a spectacular aura aboutdeadserious has a spectacular aura about
Nice one! That was a definite needed code snippet around here. ... Thanks for sharing.
deadserious is offline   Reply With Quote
Old 10-31-2003, 08:35 AM   · #3
adam_uk
Senior Member
 
Trader Rating: (17)
Join Date: May 2003
Posts: 2,211
NP$: 6170.25 (Donate)
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
Breast Cancer


surprised it wasnt already here
adam_uk is offline   Reply With Quote
Old 04-18-2004, 01:07 PM   · #4
Phoenix
NP Maniac™
 
Phoenix's Avatar
 
Name: Tom
Location: East Midlands, UK
Trader Rating: (36)
Join Date: Apr 2004
Posts: 726
NP$: 11.75 (Donate)
Phoenix is a name known to allPhoenix is a name known to allPhoenix is a name known to allPhoenix is a name known to allPhoenix is a name known to allPhoenix is a name known to all
I am saving this page in my "Cool Sites" guide , cool reference if your in a hurry.
__________________
47ideas.com - my freelancing portfolio.

PHP/MySQL Development offered: PM me for a quote.
DVDRAM.ORG only $25
| ExamKits.com reasonable offers welcome
Phoenix is online now   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


Site Sponsors
Exdon EscrowDNS Exdon
Advertise your business at NamePros
All times are GMT -7. The time now is 03:05 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0