Am I setting up my sites oldschool?
Ok,
When I create a site I open a basic template that I have created that consists of a css f
PHP5 - AJAX help
I've been following the tutorial on w2schools (http://www.w3schools.com/php/php_ajax_database.asp) a
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
PECL uploadprogress for php5.2
Hey, I just installed PHP5 via .htaccess on my 1and1 Shared Hosting Account.
How would I exac
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there
Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
Character Set Setup
Whats the best character set to use if you want every character to work, and also how do you make yo
New to PHP and just trying to understand a little code.
I hope I'm not annoying anyone or breaking the rules but I was wondering about this bit of code righ
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
Content-Disposition: attachment; filename=... not working as i thought it should
taken the following code from the php.net site the script is not working.
what is not happeni