Click here to Skip to main content
15,887,214 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: where to start for create a chat system in php? Pin
BobJanova13-Jul-12 4:53
BobJanova13-Jul-12 4:53 
GeneralRe: where to start for create a chat system in php? Pin
desatir731614-Jul-12 23:35
desatir731614-Jul-12 23:35 
GeneralRe: where to start for create a chat system in php? Pin
enhzflep15-Jul-12 0:07
enhzflep15-Jul-12 0:07 
GeneralRe: where to start for create a chat system in php? Pin
BobJanova17-Jul-12 3:47
BobJanova17-Jul-12 3:47 
QuestionWritng a non-database specific code in PHP Pin
awedaonline11-Jul-12 3:12
awedaonline11-Jul-12 3:12 
AnswerRe: Writng a non-database specific code in PHP Pin
Peter_in_278011-Jul-12 12:30
professionalPeter_in_278011-Jul-12 12:30 
GeneralRe: Writng a non-database specific code in PHP Pin
awedaonline13-Jul-12 4:26
awedaonline13-Jul-12 4:26 
AnswerRe: Writng a non-database specific code in PHP Pin
sali2212-Jul-12 18:13
sali2212-Jul-12 18:13 
hi ,
if you want to connect to the Mysql database you can use the below code to connect and select your database


PHP
<?php
mysql_connect("localhost", "admin", "1admin") or die(mysql_error());
echo "Connected to MySQL<br />";
mysql_select_db("test") or die(mysql_error());
echo "Connected to Database";
?>

GeneralRe: Writng a non-database specific code in PHP Pin
awedaonline13-Jul-12 4:27
awedaonline13-Jul-12 4:27 
QuestionProtecting PHP Mailing Pin
M-Badger6-Jul-12 12:44
M-Badger6-Jul-12 12:44 
AnswerRe: Protecting PHP Mailing Pin
BobJanova11-Jul-12 23:49
BobJanova11-Jul-12 23:49 
GeneralRe: Protecting PHP Mailing Pin
M-Badger13-Jul-12 22:05
M-Badger13-Jul-12 22:05 
GeneralRe: Protecting PHP Mailing Pin
BobJanova17-Jul-12 3:42
BobJanova17-Jul-12 3:42 
GeneralRe: Protecting PHP Mailing Pin
M-Badger19-Jul-12 6:58
M-Badger19-Jul-12 6:58 
Generalwhy does this not work? Pin
geoman298z6-Jul-12 7:29
geoman298z6-Jul-12 7:29 
AnswerRe: why does this not work? Pin
Luc Pattyn6-Jul-12 10:49
sitebuilderLuc Pattyn6-Jul-12 10:49 
AnswerRe: why does this not work? Pin
nirangad12-Jul-12 0:36
nirangad12-Jul-12 0:36 
GeneralRe: why does this not work? Pin
sali2212-Jul-12 18:18
sali2212-Jul-12 18:18 
GeneralDatabase Question Pin
Baddy_Bad_Boy6-Jul-12 0:59
Baddy_Bad_Boy6-Jul-12 0:59 
AnswerRe: QT Question Pin
Richard MacCutchan6-Jul-12 1:19
mveRichard MacCutchan6-Jul-12 1:19 
Questionpdo php Pin
AndyInUK5-Jul-12 7:11
AndyInUK5-Jul-12 7:11 
GeneralRe: pdo php Pin
Agecanonix6-Jul-12 8:46
Agecanonix6-Jul-12 8:46 
Questionamazon product advertise Api Pin
Member 915215621-Jun-12 20:39
Member 915215621-Jun-12 20:39 
AnswerRe: amazon product advertise Api Pin
CodingLover2-Jul-12 16:06
CodingLover2-Jul-12 16:06 
Questionload page on scrolling in phpweb site by using jquery Pin
Member 915215621-Jun-12 18:11
Member 915215621-Jun-12 18:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.