3,430 reputation
2721
bio website
location
age
visits member for 1 year, 8 months
seen 10 hours ago
stats profile views 664

Jun
7
comment How do I scrape “Contact Info” from facebook public page?
Facebook has an API. Use it.
Jun
6
revised previewing php/jquery form in fancybox, then submit or return to form
added 2 characters in body
Jun
6
revised API changes for Australian PayPal site? Or just ExpressCheckout in General?
added 2 characters in body
May
30
comment Creating a PHP 'controller' file to build all pages on site
If you want to learn, download the CI source files and see how they do it.
May
30
answered Is it a good idea to store small amounts non user data in a PHP session
May
30
comment Move the user from a domain to another and still being logged
Yes, it's possible
May
29
awarded  Popular Question
May
28
accepted Count multiple fields
May
28
comment Count multiple fields
@ChaotiCc - For some reason the example above counted NULL. I broke it out into two queries and added the values in php. Works now. Thanks for the help!
May
28
comment Count multiple fields
@ChaotiCc - strange. I see the SQLFiddle working properly, but when I return the values, NULL is counted.
May
28
comment Count multiple fields
@ChaotiCc that's what I'm looking for. Now, how do I exclude NULL from either firstNmae of guestFirstName? Thanks!
May
28
comment Count multiple fields
gotcha, thanks. I just thought there was a way to count both at once. Thanks!
May
28
comment Count multiple fields
I just echoed $records
May
28
comment Count multiple fields
I did try it and it returns the count of just firstName
May
28
comment Count multiple fields
Thanks for the help. This seems to only count the firstName field, not the guestFirstName. Do I need to add the two together somewhere?
May
28
comment Count multiple fields
Thanks for the help. This seems to only count the firstName field, not the guestFirstName. Do I need to add the two together somewhere?
May
28
asked Count multiple fields
May
24
comment Contact form not appending with PHP/jQuery
What's your question?
May
23
comment AJAX return error on request but the php function works
@itachi I'm glad you cleared that up for me
May
23
comment AJAX return error on request but the php function works
15 if's. My head hurts! ;)