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
Really need helps regarding Pagination with Sort
I need someone helps regarding pagination problem...i actually want to make my page limited to let s
Session is not saving
I am not trying to do anything too fancy, I am just trying to get some $_SESSION data to save and us
Not capturing all the information we require in the form.......
Hi Guys,
I was wondering if you would share some more of your knowledge today, I'm hoping it
Ajax Issues - Update Panel / Timer. Intellisense doesn't know about them
Type 'System.Web.UI.ScriptManager' does not have a public property named 'UpdatePanel'.
That is wha
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
COde for a Cc
I'm not receiving $ft as a Cc. Why is that??
$to = "$email";
$headers = "Fr
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?