Renaming array keys
The issue: renaming array keys inside a foreach loop.
I'm trying to build a pie chart image w
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Registration
ok so i have a site where people can register and login which works now thanks to someone on here th
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
unoconv doc convert to pdf code prob
PHP/5.3.1
Hi. I am trying to use this code to convert docs to .pdf utilizing unoconv. Howe
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
array & querys help/advice.
Ok so here goes , I have a mysql database and basically here's what I need to do.
// foreach
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
PHP File Upload Problem
Hi, I have written a very simple file upload script but it fails for reasons I can't explain. Hope