Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an
echo $rows help
Hi all,
Hopefully something simple that I don't know!
I have this:
Code: [Selec
Simultaneous select/update/insert
Hi
How would I need to go about when 2 users update a single row simultaneous? And how would
cURL and Sessions
Ohai.
So, I'm trying to cURL a bunch of things off of a page, and put them into a session. I'
am I using this for loop correctly
Dear buddies!
Right now I am generating a report with some details for all the dealers.
Dealing with code in db query
I am dealing with C code and I need to make sure it is encoded some how to ensure its integrity and
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl