Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
Wordpress IE issue
So I am trying to add the background shadow to my wordpress page. It works fine in Firefox but does
utf8_general_ci error ??
I have all kinds of data to be inserted in database table
//I am getting this error
Yo
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Using insert variable
need a way to inert variable data to mysql database
$acc = "212121212";
$nok =
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s