Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Help pulling in 'id' with "read more" link
I'm trying to create snippets of my articles in the cms I'm creating, and then have them redirect to
PHP Mysql Staff Induction System
Hi there, I'm pretty new to PHP and Mysql so could really do with being pointed in the right directi
How to refresh a parent page from a modal popup
Hi,I have a modal popup in which I need to upload a file and store in the database should give a mes
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
restricting another login once you logout
Hello,
how can I restrict a page from login authenticating against info in a MySQL DB for a s
Stumped by Third Day of Month problem
I am trying to build an algorithm that will essentially do this:
Code: [Select]$this_month = Oct
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.
for loop without same $i digits?
Hi,
Can some guru please advise how can I accomplish this with a simple for loop ?
I