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
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
Session variable help
I'm having a very troubling issue. Maybe I'm just looking over something but I have looked at the co
why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
get font info from a font file
hello,
Does anyone know how to get font info from a font file ... using php of course !
<
Problem with coding MySQL query
I'm having heaps of trouble getting one of my PHP/MySQL queries to work for some reason (and the fun
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm
Easy administration on MySQL databases
My website is database driven and I am very tired of manually making queries to my tables in order t
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();