Practical Web Applications for Daily Living…
Installing Php and mysql to Centos(Linux)
open terminal
edit yum.conf
# nano /etc/yum.conf
add this code
http_caching=packages
# yum install php
# yum install mysql-server
Practical Web Applications for Daily Living…
open terminal
edit yum.conf
add this code
January 21, 2010 - 5:07 am
Posted in Linux, centos | No comments
I am new to Linux so this maybe a start for some linux updates…
I was having a hard time connecting my centos to the internet, after reading some forums and blogs I didn’t get any solution to my problem, so I finally close the browsers from my laptop and use my instincts…
1.) In the device [...]
November 17, 2009 - 7:54 pm
Posted in Coding, Php, web development | No comments
The Form:
<div id="container">
<?php include(‘verify.php’); ?>
<form action="/play/jqueryAjaxForm/" method="post" id="sendEmail">
<h1>Send An Email</h1>
<p class="alert">* All fields are required</p>
<ol class="forms">
[...]
|
||
|
||
|
||
|
||
|
||
|
||
|
||
| Follow Me on Twitter |