Search:
Type: Posts; User: cjay175
Search :
Search took 0.01 seconds.
Hey there,
thanks so much I never knew or thought you could use the column id.
$data[$row['id']] = $row;
That worked awsome, i really appreciate it - cheers
hey thanks for the reply...
So if I did it with a while loop, would it be possible to get a specific variable.
For example say i want to get
$row['0']['url']
$row['1']['url']...
I am trying to find a way to pull multiple rows from a database and than be able to separate the rows and use them in php.
$result = mysql_query("SELECT url, image, placement FROM advert
...
If it helps, mainly what Im wondering is if using this -- $("#"+fileObj.name) -- will work. And if not if there might be another way to call a div that is created in the same script.
Thanks
Hi there, im having some trouble with getting my script to work and just wondering if someone might be able to tell me where im going wrong.
var img = $('<img>').attr({
src:...
Hi there I am trying to set up a jquery to add the some of a few variables and output the final result
This is the code I have now:
$(document).ready(function(){
//Contact form...
Yeah I was hoping there might of been a nice easy way to do this, but its starting to look like, you pretty much have to do it this way.
Thanks for the replys and the code snippet Adrian.
I...
Hi all,
I am at a road block, and just need some advice on how to proceed.
I have a fairly large form that gathers quite a bit of information, at the end of the form there is a buy now button...
Thanks a lot Fang im going to give this a go now
SOrry about that I meant corresponding to the class / title / name of textareas.
I am using CKeditor and it loading slow with 10 textareas, so my next question is does anyone have any idea what I...
HI there,
I am hoping someone might be able to help me.
What I am trying to do is load new content into a form without resseting the form.
I have about 10 checkboxes, once 4 are selected I...
Hi there,
I am creating a rating plugin, i have the php done but am trying to get the ajax to work and reload page in the background.
What Im having trouble with is passing a variable to...
so i got it fixed, so everything is working, if anyone is wondering how to get just numbers from a string I used
cookieData = cookieData.replace(/[^\d+\.\d*]|(\.)$/g,"");
Thanks a lot for...
Hey again,
So I got it working... it seems I was putting src="cookie.js" instead of src="http://www.fullurlhere.com/cookie.js" .
It was in the same directory as the index.php so I assumed I...
Hi astupidname,
Just trying the code you sent - by the way thanks a lot. Unfortunetly I cannot seemt o get it to work.
I suppose I should also mention it is for wordpress environment, and after...
Hey,
thanks a lot for the reply... I just tried your code but cant seem to get it to work.
window.onload=function(){
var cookieData = window.location.hash;
if (cookieData) {
...
Hi there,
I was wondering if someone could help me with setting cookies with javascript. :rolleyes:
I want to get the hash value of a url and send it to a cookie, so I can send the hash value...
I have a question about user logins. I want to create a profile for users with the ability from the admin to send out a sort of check list to each user that they can check off and be able to save as...