Forum: PHP
04-02-2009, 07:25 AM
|
|
Replies: 4
Views: 606
|
Forum: PHP
04-02-2009, 06:28 AM
|
|
Replies: 4
Views: 606
Thanks ;) Worked like a charm..
Next item...
Thanks ;) Worked like a charm..
Next item of business, making more filter options :thumbsup:
How do I tell it to query the db when filer other than 0/empty?
if($_POST['filter']=='' ||...
|
Forum: PHP
04-01-2009, 05:41 AM
|
|
Replies: 4
Views: 606
What is wrong with this function?
$body.='<option value="'.$rootcat->id.'"'.$_POST['filter']==$rootcat->id?'selected':''.'>'.$rootcat->title.'</option>';
Anyone? I can't see what it wrong!?!?! :confused:
|
Forum: Ajax and Design
03-26-2009, 09:18 AM
|
|
Replies: 3
Views: 43,081
Hi, and thanks for replying..
I figured as...
Hi, and thanks for replying..
I figured as much after som intense googling ;)
Still.. I am stuck on how to implement this to my code...
Any help will be greatly appreciated!
-Tom-
|
Forum: Ajax and Design
03-25-2009, 09:12 PM
|
|
Replies: 3
Views: 43,081
Ajax jquery and image upload ;/
Hi..
I have been searching the internet for most of the day, trying to solve my problem.
page.js
$('#addButton').click(function(){
$.blockUI({ message:'<img src="images/loading.gif"...
|