XML Grouping
I'm using xml_parse_into_struct to get all my elements, but now I need to group them. For example, h
I need help on this PHP code
Hi everybody, I made some kind of mistake while editing the code below. As you see, at the 3 row my
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
need help with date function
i have following form for date
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
SQl num_rows problem
when i try to count rows from an SQL select i get an warning
Code: [Select]$countviews = mysq
foreach iterator
Hi Guys
Does the foreach loop have an inbuilt iterator ?
Xacute search within SQL results
I have a query that is pulling data, and I want to return a specific value from the results of that
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou