Entering Data In Database Through Php

RegisterLogin
Entering Data In Database Through Php
Post Description: I Like To Request For A Tutorial To Show Me About Entering Data In Database Through Php
Tags: Entering, Data, In, Database, Through, Php
This Post Was Posted On Oct 13, 2009 By Luipoliz #2566
im having probelms entering data in database through php.

i suspect that i may not have php on my website because when i upload the files in your tutorial, it only shows all the code instead of the form. it looks very weird.

is there a better way to test the database without using your script?
neil
#5508 1
<?
$conn=mysql_connect("localhost","root","");
if (!$conn)
{
die ('could not connect to the database'.mysql_error());
}
mysql_select_db("me_love_mai",$conn);
?>

.. this is how to connect on the database :)
Oct 07, 2011 Reply Report abuse
webune
#2575 2
do you have access to your phpMyAdmin control panel?

if you dont have one, then you may not have php on your web hosting plan.

we offer excellent PHP plans for all types of websites at afforable prices
Oct 13, 2009 Reply Report abuse
©2011 Webune Forums - Sun Dec 18, 2011 4:52 pm
Powered by: Webune Forums V3