Search found 4 matches

by tsetsuit
Sun May 17, 2009 9:24 pm
Forum: PHP - Code
Topic: on click sql query on same page for calendar
Replies: 6
Views: 286

Re: on click sql query on same page for calendar

ok but how do i pass the query by just clicking on the link. I understand making a function to click on the link but how do i find that one record. for example if you look at the calendar you see "meeting" for may 29th (this is row 13) "meeting" for may 27th (this is row 14) &quo...
by tsetsuit
Sun May 17, 2009 8:30 pm
Forum: PHP - Code
Topic: on click sql query on same page for calendar
Replies: 6
Views: 286

Re: on click sql query on same page for calendar

Ok ajax got me closer to where I want to be but I end up right back at the same questions. when i click on the link to run the query how do I run a query against a field. so say you click on This link and the way that link was put there is off of a statement like   $url = "whatever" $sql= ...
by tsetsuit
Sun May 17, 2009 4:06 pm
Forum: PHP - Code
Topic: on click sql query on same page for calendar
Replies: 6
Views: 286

Re: on click sql query on same page for calendar

Thank you so much!!!!! I have been fighting this for last 3 days and this will atleast get me in right direction. :)
by tsetsuit
Sun May 17, 2009 11:16 am
Forum: PHP - Code
Topic: on click sql query on same page for calendar
Replies: 6
Views: 286

on click sql query on same page for calendar

Ok having a bit of an issue with a calendar I am building. This is my first build using PHP so I am very new to it please let me know if I am messing anything up in process. for the quick and simple, I am trying to have a link post a sql query in same page. In the calendar all you see if the type of...