How to show a complete textarea ??
I enter Client Case Notes notes in a textarea field on a PHP form. The field is 5 rows deep and 70 c
Hits this week counter
I have a counter on my site that tracks hits, IP's, etc. into a mySQL database. It also includes the
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
Error querying database.
I get the above error when trying to insert some values to a datatable.
Here's the code :
Redirecting Admin
In my members table, I have a field called "perm" and it's set to zero for all members. Ho
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get
array ...
hi
Code: function formatCategories($categories, $parentId)
{
// $navCat stores all child
quick basic question, hopefully not dumb
I don't know how to search for this, so forgive me if it's been covered...
I often see an exa
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am