PHP arrays into arrays need help
Hello
I am trying to highlight the days on my calendar based on the dates that i have in my datab
Custom list order
Hi there,
I have checked this tutorial and it's great till the point where I want to display
Form errors in an array
I'm processing a form and putting the errors in an array. empty($errors) doesn't seem to do the tric
url- go to webpage
i have an input text field and submit button.
how do i make the url entered into the textfiel
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------
ME54/ME54N Conditional check for Release of PR
Hi Gurus,
My requirement is to put a check on the release of the PR with respect to the c
Firewall / visited websites logger
Hi.
I have a firewall implementation and I want to log all the websites visited on the machine. S
Multi image upload
I have a gallery to build and want to build a dynamic upload form to allow for $var number of fields
ImageCreate()
When I create an image and add text to it I want my text to be replaced with a PNG image, because th
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<