Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
Nested (echoed) php running wrong script
Got a problem with a php website I'm creating.
In a nutshell, the first page is entirely html
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
Renaming a file that a user uploads to site?
My site allows for registered users to upload images to the site under their own gallery. Currently
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
Display search result
Hi!
I have a SQL database with information about albums and track (music).
This is wh
How do I use ValidatorCallout extender in Login control?
Hi,I'd like to customize the look and feel of the login control a little bit. One thing I'd love to
foreach result into a single variable
Hi,
I have this code...
Code: [Select]foreach ($_POST['Interests'] as $interest =&
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and