Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
Join the friendly bunch on IRC...
(
#TalkPHP on Freenode
)
...Also available via a
web interface
.
See
this thread
for information on the TalkPHP Free Hugs Initiative™.
Subject to availability.
Associates
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Page 1 of 2
1
2
>
Page 1 of 2
1
2
>
Showing results 1 to 25 of 36
Search took
0.05
seconds.
Search:
Posts Made By:
Kay1021
Forum:
Javascript, AJAX, E4X
04-04-2010, 09:34 PM
Replies:
0
MooTime...need help finding variable
Views:
707
Posted By
Kay1021
MooTime...need help finding variable
I am using this mootools time picker on my site mootime (http://www.consideropen.com/blog/2008/07/mootime-mootools-12-javascript-timepicker/)...i already have a date picker on my site...and i have it...
Forum:
General
07-06-2009, 02:41 AM
Replies:
0
Multi select
Views:
586
Posted By
Kay1021
Multi select
I thought i was all set but now i've been faced with a problem and i'm not sure the best way to solve it.
I have a table in my db with the columns
cat_name and school
In the admin section when you...
Forum:
General
06-28-2009, 07:13 PM
Replies:
3
Cannot find the problem
Views:
519
Posted By
Kay1021
I'm kinda new to sessions...but can you use more...
I'm kinda new to sessions...but can you use more than one session...i have a session going already for a log in thing
Forum:
General
06-28-2009, 07:00 PM
Replies:
3
Cannot find the problem
Views:
519
Posted By
Kay1021
Cannot find the problem
I'm wondering if someone might look over my code and see what i might have done wrong.
I've spent so much time trying to tear this apart...rebuild...move thing around change things I cannot figure...
Forum:
General
06-28-2009, 06:58 PM
Replies:
2
Refresh page under mootools lightbox
Views:
2,403
Posted By
Kay1021
yes that worked perfectly thanks!
yes that worked perfectly thanks!
Forum:
General
06-26-2009, 02:07 AM
Replies:
2
Refresh page under mootools lightbox
Views:
2,403
Posted By
Kay1021
Refresh page under mootools lightbox
Ok i'm using this mootools lightbox type thing called squeezebox (http://digitarald.de/project/squeezebox)
When the squeezebox pops up it had a php form in it...and using the form works well and...
Forum:
Javascript, AJAX, E4X
06-18-2009, 05:12 PM
Replies:
6
onSelect/onDeselect working at same time?
Views:
1,479
Posted By
Kay1021
Sorry I meant to say your solution as well as the...
Sorry I meant to say your solution as well as the top code do the same thing....it eliminate the styles of the fancy form and then it doesn't even do anything when you select or deselect
Forum:
Javascript, AJAX, E4X
06-18-2009, 05:05 PM
Replies:
6
onSelect/onDeselect working at same time?
Views:
1,479
Posted By
Kay1021
Thanks I was really hoping that was going to...
Thanks I was really hoping that was going to work. Unfortunately for some reason when i put that code of if i put
FancyForm.start(0, {
onSelect: function(chk) {
var url =...
Forum:
Javascript, AJAX, E4X
06-18-2009, 04:26 AM
Replies:
6
onSelect/onDeselect working at same time?
Views:
1,479
Posted By
Kay1021
onSelect/onDeselect working at same time?
I'm kinda a newbie to Javascript but i have seemed to figure out one part of what i am trying to do and need help with the second part. What i am trying to do is this checkbox that has a style from...
Forum:
General
06-02-2009, 07:49 PM
Replies:
13
Fancy Form checkboxes
Views:
1,869
Posted By
Kay1021
ok i don't know how it worked but now it almost...
ok i don't know how it worked but now it almost works...i was looking at the js file and saw the name chk....so i changed check to chk and now it passes the result 'on' if it's checked.....but i...
Forum:
General
06-02-2009, 06:36 PM
Replies:
13
Fancy Form checkboxes
Views:
1,869
Posted By
Kay1021
I kinda thought that's how it would work....but...
I kinda thought that's how it would work....but it won't send any result...it's just empty
<input type="checkbox" name="check" value="unchecked"/>
and then in the next page
$check...
Forum:
General
06-02-2009, 05:21 AM
Replies:
13
Fancy Form checkboxes
Views:
1,869
Posted By
Kay1021
ok lets say i have a form <form...
ok lets say i have a form
<form action="page2.php" method="POST">
<label class="checked">
<input type="checkbox"/>
Tick me, tick me!
</label>
</form>
now I want to take the result of that...
Forum:
General
06-02-2009, 12:56 AM
Replies:
13
Fancy Form checkboxes
Views:
1,869
Posted By
Kay1021
I don't have any code...because im not sure...
I don't have any code...because im not sure exactly how to write it all up.
Forum:
General
06-02-2009, 12:05 AM
Replies:
13
Fancy Form checkboxes
Views:
1,869
Posted By
Kay1021
thanks guys....i haven't really used checkboxes...
thanks guys....i haven't really used checkboxes before in forms...i was trying to read up on it....but how exactly do i use it once the user hits submit?
Basically i'm creating a checklist type...
Forum:
General
06-01-2009, 11:29 PM
Replies:
13
Fancy Form checkboxes
Views:
1,869
Posted By
Kay1021
Fancy Form checkboxes
Hey has anyone ever used this fancy form mootools check box : http://lipidity.com/fancy-form
I was trying to implement into my php but i'm having a little difficulty and it doesn't really give me...
Forum:
General
05-26-2009, 03:45 PM
Replies:
4
Db info into pdf
Views:
499
Posted By
Kay1021
I know how to read from my database...i have the...
I know how to read from my database...i have the table displayed with all the information in....i just wasn't understanding how they fit that into the pdf
Forum:
General
05-26-2009, 03:21 PM
Replies:
4
Db info into pdf
Views:
499
Posted By
Kay1021
thanks I'm just having trouble because in the...
thanks
I'm just having trouble because in the examples they give they are filling the pdf with info they actually write..like Hello World or gathering he info from a text file...i'm just wondering...
Forum:
General
05-25-2009, 06:23 PM
Replies:
4
Db info into pdf
Views:
499
Posted By
Kay1021
Db info into pdf
Is there a way to take your data from your db and create a pdf.
Basically i have a table of information sectioned by month and I want to give the user the option to save that information, ideally in...
Forum:
General
05-25-2009, 06:04 PM
Replies:
1
User login directed to specific page
Views:
487
Posted By
Kay1021
User login directed to specific page
Hi
I was wondering if anyone knew of any site that could help me. I am looking to create a secure site where at the beginning the user is prompted to enter a username and password there is 1 admin...
Forum:
General
05-13-2009, 07:02 PM
Replies:
5
Control the organization of data table by headers
Views:
531
Posted By
Kay1021
Control the organization of data table by headers
I have a table that contains data from my database. I was wondering if there was a way that I could make the headers (name, date joined, expiry date and fee) control the order of the data in both...
Forum:
General
05-12-2009, 03:46 PM
Replies:
28
Removing Search Results from drop down
Views:
1,010
Posted By
Kay1021
hmm still gives me the last option in the drop...
hmm still gives me the last option in the drop down
Forum:
General
05-11-2009, 07:01 PM
Replies:
28
Removing Search Results from drop down
Views:
1,010
Posted By
Kay1021
Sorry one more question When the user chooses...
Sorry one more question
When the user chooses something from the drop down....what is the variable that holds that result
I thought it was cat_name but that gives you the last choice on the list...
Forum:
General
05-11-2009, 06:35 PM
Replies:
28
Removing Search Results from drop down
Views:
1,010
Posted By
Kay1021
Omg it finally worked!!! I tried the code you...
Omg it finally worked!!!
I tried the code you posted...just copy and pasted basically to make sure i didn't make any mistakes and then i was getting the fatal error again...and then the next time i...
Forum:
General
05-10-2009, 01:32 AM
Replies:
28
Removing Search Results from drop down
Views:
1,010
Posted By
Kay1021
hey i put together some example data...hopefully...
hey i put together some example data...hopefully it makes sense i didn't know how else to write it out
TABLE category
cat_id | cat_name
1. 1 Bedroom
2. 2 Bathroom
3. 3 Kitchen
Forum:
General
05-09-2009, 03:43 PM
Replies:
28
Removing Search Results from drop down
Views:
1,010
Posted By
Kay1021
Sure thanks...i'd appreciate that
Sure thanks...i'd appreciate that
Showing results 1 to 25 of 36
Page 1 of 2
1
2
>
All times are GMT. The time now is
09:56 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.1.0
Inactive Reminders By
Icora
Web Design