Web Hosting Forums Web Discussions on Hosting Webmaster forums Web Hosting Forums Domain Name Forums Web Hosting

Go Back   Web Hosting Forums Web Discussions on Hosting Webmaster forums Web Hosting Forums Domain Name Forums Web Hosting > Main Web Hosting Discussions Forums > Programming Discussion

Programming Discussion Web Hosting Forums - Discussions related to web programming languages and other related issues. Topics may include configuration, optimization, practical usage and database connectivity.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-17-2005, 04:26 PM   #1 (permalink)
HWHT Starter
Join Date: Sep 2005
Location: Tashkent
Posts: 1
dima is on a distinguished road
Who programming in PHP?

I want to create my own CMS. I know PHP language but I don't know how to work with MySQL. May you help me? Please, excuse me for bad English...
dima is offline  
profile.gif sendpm.gif find.gif Reply With Quote
Old Sponsored Ads   # a.
Ads
Hosting Master
Join Date: Feb 2006
Location: HWHT
Posts: 1100
Ads is on a distinguished road



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
AdsPromoter is online
profile.gif sendpm.gif email.gif find.gif buddy.gif Reply With Quote
Old 09-17-2005, 04:57 PM   #2 (permalink)
Hosting Guru
Join Date: Sep 2005
Location: Vietnam
Posts: 62
gate2vn is on a distinguished road
download PHP manual, and you can see how to connect with mySQL DB Can you design mySQL DB? Designing and Optimizing.

btw, take a look at Mambo, it's a very good CMS. You can learn many things from there
__________________
A free domain when signing up a hosting account
DirectAdmin, cPanel, Helm. You can choose
http://www.gate2vn.net/
gate2vn is offline  
profile.gif home.gif sendpm.gif find.gif Reply With Quote
Old 09-24-2005, 12:43 PM   #3 (permalink)
Hosting Master
Join Date: Sep 2005
Location: Puerto Princesa City, Palawan, Philippines
Posts: 143
skamfroj is on a distinguished road
explain the problem or what you wanted in detail(specific). so that if some know / can help.. might post a solution.

as gate2vn stated. look into php manual and sample or tutorials.

a sample mysql connection :
Quote:
$db = mysql_connect("localhost", "myusername", "mypassword");
mysql_select_db("school_database", $db);

$getFile=mysql_query("SELECT * FROM student_table WHERE category = 1 ORDER BY id,title",$db);
if ($fileInfo=mysql_fetch_array($getFile)) {
do {
echo $fileinfo[name] . "<br/>"
} while($fileInfo=mysql_fetch_array($getFile));
}
__________________
http://www.skamfroj.net
skamfroj is offline  
profile.gif home.gif sendpm.gif find.gif Reply With Quote
Old Sponsored Ads   # a.
Ads
Hosting Master
Join Date: Feb 2006
Location: HWHT
Posts: 1100
Ads is on a distinguished road



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
AdsPromoter is online
profile.gif sendpm.gif email.gif find.gif buddy.gif Reply With Quote
Old 10-10-2005, 12:53 PM   #4 (permalink)
Hosting Guru
Join Date: Aug 2005
Posts: 94
Momo is on a distinguished road
I think it would be better if you use an existing script for CMS at first, then play around with it and learn how it works and connects with MySQL. Then when you're comfortable with it, you can code your own.
Momo is offline  
profile.gif sendpm.gif find.gif Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What programming languages do you know? Ken Programming Discussion 14 10-10-2005 12:57 PM
How to Setup Eclipse For PHP programming azure Programming Discussion 0 10-07-2005 05:10 AM
What is the program for web programming supercdog Programming Discussion 6 10-06-2005 02:49 PM
Which is the best programming language in your opinion (C,C++,C#) hardy Programming Discussion 1 09-24-2005 12:52 PM


All times are GMT. The time now is 07:03 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.