Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 5 of 5
Search took 0.26 seconds.
Search: Posts Made By: jazzdrive3
Forum: JavaScript frameworks 09-28-2009, 09:34 PM
Replies: 0
Views: 1,914
Posted By jazzdrive3
Jquery Scroll iPhone album selection

You can see the functionality in flash at

http://www.kdl.org/books_and_more.

Is there a Jquery equivalent to this that anyone knows about?

Thanks!
Forum: PHP 08-31-2009, 06:18 AM
Replies: 6
Views: 1,597
Posted By jazzdrive3
PHP count() returning 1 on mysql result set, even when empty!

I'm at a complete loss. How do I count the number of results a sql call returned, because count() sure isn't doing it.

Anyone know what's going on?

Thanks!
Forum: PHP 08-05-2009, 11:06 PM
Replies: 2
Views: 683
Posted By jazzdrive3
Ok, I made my own cheap array search function...

Ok, I made my own cheap array search function that uses strcmp, and it works just fine now.

function string_in_array($needle, $haystack) {

foreach ($haystack as $key => $value) {
if...
Forum: PHP 08-05-2009, 11:05 PM
Replies: 2
Views: 350
Posted By jazzdrive3
Need Help with Regular Expressions (I think)

I need to take a string of text, and throughout this long string are http:// links surrounded in brackets.

I need to take the link in these brackets, put it into an anchor tag, and surround the...
Forum: PHP 08-05-2009, 09:28 PM
Replies: 2
Views: 683
Posted By jazzdrive3
I'm having this same problem. I have an...

I'm having this same problem.

I have an array of strings called $unique_check.



$i = array_search($vul->description, $unique_check);
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT +1. The time now is 11:25 AM.