Forum: PHP Mar 16th, 2008 |
| Replies: 1 Views: 1,895 Hi guys.
I have a DB table looking like this:
#DATE #NAME #C1 #C2
2007-08-27 user 1250 2294
2007-08-28 user 1816 3096
2007-08-29 user 89 3153
2007-08-30 user 71... |
Forum: PHP Jan 23rd, 2007 |
| Replies: 2 Views: 3,943 thanks.
i'll see if it can solve my troubles :D |
Forum: PHP Jan 23rd, 2007 |
| Replies: 2 Views: 3,943 hi.
maybe the solution to my problem is quite obvious but I can't find it, so I'm asking here.I'm building a small movie db with the chance for users to borrow the title they want.
the movies' info... |
Forum: PHP Sep 28th, 2006 |
| Replies: 8 Views: 5,337 Hi.
The code GliderPilot posted is great, but now it seems like the $pic_code[$pic_num] trick doesn't work.
Only the first picture gets displayed and all the other are broken.
This is what happens... |
Forum: PHP Sep 25th, 2006 |
| Replies: 8 Views: 5,337 Thanks!
I'll see tonight if I can get it working |
Forum: PHP Sep 24th, 2006 |
| Replies: 8 Views: 5,337 Hi.
I'm trying to write a script that fetchs image codes from a mysql database to display them into a 3 columns table.
I got this so far:
$selection = $_GET['scelta'];
$query = 'SELECT... |