Forum: PHP
02-03-2013, 12:03 PM
|
|
Replies: 1
Views: 272
Need help using PHP arrays
Hello all, I am having awful problems trying to get the following piece of code to work.
<?php
session_start();
$con = mysql_connect("localhost","root","");
if (!$con)
{
die('Could not...
|