On Saturday 15 February 2003 18:38, rentAweek support wrote:
> Jason
>
> Thanks for your help .
>
> I've implemented you advice. The problem persists in that I'm trying
> create the following situation:
> When the posted action php script runs I want the retrieved $_POST array
> to contain such inf
Jason
Thanks for your help .
I've implemented you advice. The problem persists in that I'm trying
create the following situation:
When the posted action php script runs I want the retrieved $_POST array
to contain such information that the action script can find out what
checkboxes were clicke
On Saturday 15 February 2003 17:05, Michael Eacott wrote:
>
> # Show details of BOOKS
>
> # Performing SQL query
>
> $query = "SELECT * FROM `$books` WHERE `title` LIKE '$title' LIMIT 99";
> $result = mysql_query($query) or die("Query failed");
>
> $count = 1; $bookslist = "";
> while ($rowarray
3 matches
Mail list logo