Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
need good snippet manager
Hi. as i am coding and learning more, it is becoming difficult to manage code snippets. how you mana
I am stumped
OK. Here is what I am trying to do. I have the conditions set, and if the conditions are met, I want
foreach and array need help combining
Hi guys.
Here's the code
Code: array(
'tag' => 'code',<
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
pagination - need help on passing of search query.
Hi, i have been trying for days but couldn't get this sorted out. Would like some professional help
Is there a function ... auto send IP
Is there some function that can be sent to a ddns service that returns the ip address of a ddns forw
Pulling out some result data from MYSQL
Hey Guys,
I've built a PHP page that has a for just imagine something like registration form
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee
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