Renaming array keys
The issue: renaming array keys inside a foreach loop.
I'm trying to build a pie chart image w
Get ID from Database when Posting with a HTML Form
I have a form I am submitting to a MySql database. Each product has an ID # attached to it that auto
Date Format
Hi there,
I have a date format like this right now:
Sat, 17 Oct 2009 17:04:00
I ne
Web Application Recipe
Hi Guys!
I am working with the Web Application recipes. I am currently working on the sen
Show message after entering data
Hello Colleagues
I would like to display messages after entering the data example: "
dat
[RESOLVED] Socket/Port remains open after app crashes
I'm having this problem with a networked app in vb.net.
If the program exits normally the por
for loop without same $i digits?
Hi,
Can some guru please advise how can I accomplish this with a simple for loop ?
I
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
Gerenate tabel in Php
I whant to generate a tabel takeing data from database like this one so the results to be display on
post to self
Trying to get my form to submit to itself. However I am also trying to use an image for my submit bu