Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
Saving data from a form into a file
Hey everybody,
Sorry, I am really new to PHP coding and such but a project kind of got thrust
no idea what to do...
I'm fed up. I had issues with code that I have working on a different site that didn't work on my cu
Using real time in php
I'm very average at PHP and im looking to introduce time to something on my site.
Its a sports si
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
Google Wave
So... has anyone used it yet? Is it any good?
http://wave.google.com/help/wave/about.html#vid
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
dinamic "textboxes"?
Ey all, my first post here, i hope its not a hard one
I display mysql results in a table
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code