Ravens PHP Scripts: Forums
 

 

Search found 57 matches
Author Message
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Fri Oct 01, 2010 2:38 pm   Subject: Project Tracking Module - Question
New question.

Back to the checkboxes. These things are just a thorn in my side.


Is it possible to Insert my data based on the checkbox "id" vs. the "name"???

I.e. I have...

If(isse ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 10:58 am   Subject: Re: Query Syntax
Think of it this way ... MYSQL returns the results in an array. The array name is $mps_gid. The

Perfect explanation!! That is what I couldn't understand about the whole entire thing. I really do ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 10:29 am   Subject: Query Syntax
Woohoo... got it!!


I used Raven's code and added what I forgot the whole time...

query:
$mpgid = $db->sql_query('SELECT gid FROM ' . $prefix . '_nsngr_users WHERE uid =\'' . $userinfo& ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 9:34 am   Subject: Query Syntax
Fkelly-

I used your method to echo out my query... and here is what it is.

code:
$mpgid = 'SELECT gid FROM ' . $prefix . '_nsngr_users WHERE uid =\'' .$userinfo['user_id'] . '\'';

e ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 8:56 am   Subject: Query Syntax
Thanks guys for all your help... I really owe y'all big...but it still seems to be evading me.


Palbin-

I used this

$mps_gid = $db->sql_query('SELECT gid FROM ' . $prefix . '_nsngr_u ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 8:26 am   Subject: Query Syntax
sorry for double post... no edit.

to correct the second code...

echo $mpgid . '<br />';
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 8:24 am   Subject: Query Syntax
Thanks fkelly for the book reference... I'll be looking for it.

------

So then I should write the query like this...

(changing the var name just for consistency)

$mpgid = 'SELECT gid FRO ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Fri Oct 01, 2010 7:15 am   Subject: Query Syntax
Well it's going to be a hidden input that the end user never see's... but to check my query syntax and make sure it's actually grabbing the data I'm filling a text input with the value.

Just got t ...
 Topic: Query Syntax
mefoo

Replies: 12
Views: 12221

PostForum: MySQL   Posted: Thu Sep 30, 2010 7:50 pm   Subject: Query Syntax
Sigh... another issue I can't seem to find the answer to.


I am trying to grab the group id from the _nsngr_users table where the users id matches. I have tried multiple ways of getting this valu ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 1:28 pm   Subject: Form Validation
Well... depends on what's "hot". Where ya fishing or hunting? Wink (i'm not into those "hot spot" type things... with age comes wisdom and I'm 65 in the head... 30 in body)

I don't make to many trip ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 12:39 pm   Subject: Form Validation
Boy don't I feel like a n0b. Sheeesh. Thanks for helping me stumble out of stupidville.

On a different note... what part of texas are you hailing from? (would love to buy you a drink if you live c ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 12:20 pm   Subject: re: Form Validation
Alright.... I tried setting eveything up the way you suggested... same results. My other jquery stuff works fine.. the validation engine stuff.. no dice.

For better reference... I've taken screen ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 11:04 am   Subject: Form Validation
Hmm... maybe it is because I had v1.7 ?? (unstable??) Maybe that is it. I'll try the 1.6.2 version of the script and see if that makes any difference. Thanks for the insight... I'll report back once I ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 9:28 am   Subject: Form Validation
Just tried putting a fresh copy of jquery in the same directory and loading it. Still no dice

<script type="text/javascript" language="JavaScript" src="jquery-1.4.2.js&q ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 9:11 am   Subject: Re: re: Form Validation
hard to see there, need to see the entire section loading the js files. Although

<script type="text/javascript" language="JavaScript" src="js/jquery.validationEngine-en. ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 8:59 am   Subject: Form Validation
Gotcha. Never thought about doing that.

Here's what's being loaded at present:

<link rel="alternate" type="application/rss+xml" title="Forums" href="http&# ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Wed Sep 29, 2010 7:20 am   Subject: re: Form Validation
couple of things, you need to load jquery before any scripts that use jquery, and it's also possible that since you are loading jquery from googleapis that jquery is loading more than once (look at yo ...
 Topic: Form Validation
mefoo

Replies: 19
Views: 30639

PostForum: JavaScript   Posted: Tue Sep 28, 2010 7:06 pm   Subject: Form Validation
The headaches just don't quit. Wink

I have a form that I want to validate (both inline and on submit) and I've come across a very nice validation jquery plugin that I would love to use... however, I ...
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Mon Sep 27, 2010 2:15 pm   Subject: Project Tracking Module - Question
Thanks for confirming. I really appreciate all your help with this and insights. It's been a real learning experience and I hope to become good enough to contribute back to the RN community.
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Mon Sep 27, 2010 9:09 am   Subject: Project Tracking Module - Question
Palbin-

I need your opinion. I'm getting really close to having a working version of what I set out to achieve, however, I've got one last real major hurdle to cross. It's the group id part.

He ...
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Sun Sep 26, 2010 8:55 am   Subject: re: Project Tracking Module - Question
Another question on something I don't quite get.


I am trying to get in place my method of showing only "active" projects. (reason being... I want the ability to approve or deny requests prior to ...
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Wed Sep 22, 2010 8:54 pm   Subject: Project Tracking Module - Question
well... the problem is that my form is going to create a project.... and "IF" any of those checkboxes are checked... I wanted to add a task(s) to the project being created.

In order to add the task ...
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Wed Sep 22, 2010 8:18 pm   Subject: re: Project Tracking Module - Question
Another question for anyone who might help.

I've gotten into the re-coding part of this and I've had a relitivly easy time reading and understanding the way you coded this Palbin, however, I'm stuc ...
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Thu Sep 16, 2010 3:21 pm   Subject: Project Tracking Module - Question
OH I COULD KISS YOU RIGHT NOW!!! Thank you so much.

I wasn't aware of the "$inlineJS" part and that's where I was getting messed up.

-----

For future reference... There should be "3" elemen ...
 Topic: Project Tracking Module - Question
mefoo

Replies: 47
Views: 50317

PostForum: Modules   Posted: Thu Sep 16, 2010 1:57 pm   Subject: re: Project Tracking Module - Question
Sorry guys for being such a questioner.... but I'm sorta lost when it comes to using JQuery and adding it to a RN page. (have never really used javascript or felt the need to teach myself.... till now ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©