Reply
PHP to MySQL tutorial for an absolute beginner.
Old 06-24-2008, 12:10 AM PHP to MySQL tutorial for an absolute beginner.
Lashtal's Avatar
Ultra Talker

Posts: 309
Name: Lashtal
I have looked and looked to find half-*ssed written tutorials.

So I was wondering if someone here could indoctrinate me, or send me to a sufficient link that they have personally found of good origin and worthy to share.

Doesn't matter what the PHP script is: but, The More Basic, the better.

I would just be trying to figure out how to get a simple PHP script to communicate 100% effectively with MySQL, to make sure i'm doing it right.

Thank you,
Lashtal
__________________
www.LuciferCosmetics.com
Lashtal is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-24-2008, 04:41 AM Re: PHP to MySQL tutorial for an absolute beginner.
Skilled Talker

Posts: 61
To communicate with MySQL? You mean like, open a connection?

mysql_connect ('localhost','user','pass');
mysql_select_db ('db_name');

Bam, you're connected.

You'll find plenty of info here:
http://mysql.com/
http://us.php.net/manual/en/book.mysql.php
http://www.tizag.com/mysqlTutorial/
http://www.w3schools.com/PHP/php_mysql_intro.asp
CrazeDizzleD is offline
Reply With Quote
View Public Profile
 
Old 06-26-2008, 03:29 PM Re: PHP to MySQL tutorial for an absolute beginner.
Lashtal's Avatar
Ultra Talker

Posts: 309
Name: Lashtal
W3 is a good resource.

I just found out that I was having trouble trying to get this to work with my webhost because I was hosting everything on a Windows server; the guy on the phone at GoDaddy told me that I couldn't do it on that server, so he switched me to a LINUX server.

After everything processes, it should work alright.
__________________
www.LuciferCosmetics.com
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 06-26-2008, 03:30 PM Re: PHP to MySQL tutorial for an absolute beginner.
Lashtal's Avatar
Ultra Talker

Posts: 309
Name: Lashtal
and yes, Open Source.
__________________
www.LuciferCosmetics.com
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 06-26-2008, 09:06 PM Re: PHP to MySQL tutorial for an absolute beginner.
Skilled Talker

Posts: 61
Yeah, whenever you get a webhost always opt for Linux.
CrazeDizzleD is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PHP to MySQL tutorial for an absolute beginner.
 

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12461 seconds with 12 queries