question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Adding post count
How would I make it so everytime someone clicks submit on my form, their row in the database for the
Cant display mysql data
Hey all,
I am learning php and my first goal is to create a simple CMS. At the moment I am st
At max how many columns is advisable to create in a table/view
Hi All,
I have two transaction table from which i want to create a simple view or material
Multi-image upload problems
Lets see if I can get some help on this one. Can anyone show me what I am doing wrong here. I'm just
FILTER_CALLBACK -- Files?
Hi All,
I'm using the php filter functions to validate my form data. For custom filters, I'm
How to read CSS message data
Hi,
I have a requirement here. When working as a Dev angel for multiple customers its really di
how do I show what a user have selected from a checkbox?
From my code below, how would i show which check boxes have been checked and which radio buttons sel
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this error
Code: Warning: mys
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<