Warning message
I've put a website that I was doing live and I'm getting this warning message when I try to add a ne
gettext translates ALWAYS?
I'm using gettext with the new version of XAMPP (5.3.0) on Windows Seven RTM (build 7600)
gettext
Users and Groups with PHP Classes
Hi,
I have setup what I hope to be a good working User class. Now I want to introduce group m
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
newbie question about multiple queries
hi everyone,
I'm sorry to ask such a basic question, but I'm young and trying to learn php on my
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
How to display random record from table?
I have the following code:
Code: <?php
$display_block .= "<input type=
MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files.