Forum: JavaScript / DHTML / AJAX 24 Days Ago |
| Replies: 1 Views: 196 Hey,
Im wondering if someone could tell me how to set a variable depending on the link that is clicked than pass it to php.
It's for a rating plugin - The links will be numbers 1 - 5 and need... |
Forum: JavaScript / DHTML / AJAX 27 Days Ago |
| Replies: 4 Views: 589 Hey jomanlk
thanks for the advice, after reading here for a bit I see that passing variables from javascript to php can mostly onyl be done with a form or cookie.
So I will just use javascript... |
Forum: JavaScript / DHTML / AJAX 28 Days Ago |
| Replies: 4 Views: 589 Hey,
I was wondering how to obtain a hash value and pass it to php.
URL:
http://www.mydomain.com/#id=110
All I want to grab is just the "110".
This is my javascript code: |
Forum: PHP 33 Days Ago |
| Replies: 5 Views: 332 Wow, this is great, thanks alot for the help.
I will play around with for a while and see what I can get done.
Thanks |
Forum: PHP 34 Days Ago |
| Replies: 5 Views: 332 Opps, guess I should of just stayed quiet, but yes I still am looking for an answer.
I have some code I have been playing with.
<?php $sort= $_GET['sort'];
"Want to set a default value (ie.... |
Forum: PHP Oct 18th, 2009 |
| Replies: 5 Views: 332 Just thought I would post the solution for the last part of my question in case someone down the road needs to know. This is basically it.
<table>
<?php
$postslist =... |
Forum: PHP Oct 18th, 2009 |
| Replies: 5 Views: 332 Hi there,
I am in need of help, I would like to know how to create a link that when clicked it will change the order a list is displayed.
Specifically in wordpress when using a codex to... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 6 Views: 607 Ahh... lol
Opps, I didn't realize that I thought it was odd "..." my bad, but now I know.
Anywayz I put your code in and it worked wonderfully.
Thanks a lot flash and bgeisel |
Forum: PHP Jul 3rd, 2009 |
| Replies: 6 Views: 607 Hey thanks a lot for the replies,
Flash, with the wp_list that is used for the page that displays the authors. I want to hide the info on the actual post/page that is view where it has the author... |
Forum: PHP Jul 2nd, 2009 |
| Replies: 6 Views: 607 hi all,
I am wondering if someone could give me a quick hand with some php im trying to edit in Wordpress.
Heres the original peice I am trying to edit:
<div class='dateauthor'>
... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 534 I apologize as soon as I sent this I remembered I started the thread in wrong are, not sure how to move this but if a mod could delete this ill make new post in php.
Thanks :$ |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 534 hi all,
I am wondering if someone could give me a quick hand with some php im trying to edit in Wordpress.
Heres the original peice I am trying to edit:
<div class='dateauthor'>
... |
Forum: JavaScript / DHTML / AJAX Jun 25th, 2009 |
| Replies: 3 Views: 1,443 Hey Fungus,
Sorry for the late reply I was out in the mountains yesterday.
Thanks a lot for the help it is working perfect.
Like I mentioned the code is messy just because I kept adding... |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009 |
| Replies: 3 Views: 1,443 Hey,
I was wondering if someone could help me with this.
I want to, when an anchor link is clicked, the id of the link is grabbed by jquery then passed to a function. The id is would be the... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 0 Views: 1,019 Hi all,
Thanks for any help anyone could give.
I am using Jscrollpane to customize my scroll bars. I have the plugin working but what I am wondering is how to implement scrollBy function to... |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,517 Hi,
Thanks luckychap, works perfectly. Sorry i didnt get it the first time round', but i need "javascript for dummies" - thanks a lot for the help. |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,517 Hi again,
I decided to use windows.location as I have no control on what information I can put in the links themselves.
<script type="text/javascript">
var currentURL =... |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,517 Hey,
Thanks for the reply, I will try the code from luckychap see if I can get it working.
Here's what I tried first with php.
<input type="text" name="t3" id="t3" value="<?php... |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,517 Hi there all,
I want to grab information from an url with anchors and I suppose this can't be done with php, as ive been told and that it would have to be done with javascript.
I am wondering... |
Forum: Existing Scripts May 11th, 2009 |
| Replies: 0 Views: 1,547 Hey all,
Just had a quick question (hopefully Im in the right area).
Does anyone know where I can find something like a video directory script? I have used phpmotion in the past, but I would... |