C problem struct and string
Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.<
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
Using Curl_multi for processing multiple URLs
Hi,
I am at a loss as to how to implement this. I would like to be able to automatically assi
help retrieiving results and doing pagination
Having some trouble trying to get the results to show on more than just one page.
What is ha
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
Socket Server Response Headers
Earlier I had a post about my Socket Server, I wasn't able to get it to connect, now I can
I
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
how do I show what a user have selected from a checkbox?
From my code below, how would i show which check boxes have been checked and which radio buttons sel
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou