i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
help with email script...
hey
I need help with my mail script
when the form on http://www.mcgdesignstudio.com/c
Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to
Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,
Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at
Warning: mysql_num_rows() expects parameter 1
When i add quote at the end of this link
example:http://localhost/articlemania/category.php?cid=3
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl