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 7
1
2
3
>
Last
»
Page 1 of 7
1
2
3
>
Last
»
Showing results 1 to 25 of 151
Search took
0.01
seconds.
Search:
Posts Made By:
KingOfTheSouth
Forum:
General
03-13-2012, 06:31 PM
Replies:
9
preselect from drop list php
Views:
1,036
Posted By
KingOfTheSouth
I got this figured out. Where is what I...
I got this figured out. Where is what I did...
<select name="start">
<option value="">-Select One-</option>
<?php
$query = "SELECT " . $tab['timesheet'] . ".stop FROM " ....
Forum:
General
02-21-2012, 04:03 PM
Replies:
9
preselect from drop list php
Views:
1,036
Posted By
KingOfTheSouth
I am not that good at any JavaScripting I have...
I am not that good at any JavaScripting I have used JQuery but just stuff from JQuery.com so I don't know it that well.
Forum:
General
02-15-2012, 03:57 PM
Replies:
9
preselect from drop list php
Views:
1,036
Posted By
KingOfTheSouth
JavaScript is what I wanted to do at first, but I...
JavaScript is what I wanted to do at first, but I suck at JavaScript it is so confusing. I was thinking PHP but didn't know if it could be done like that.
Forum:
General
02-14-2012, 04:19 PM
Replies:
9
preselect from drop list php
Views:
1,036
Posted By
KingOfTheSouth
preselect from drop list php
Hey all I have an issue I need some help on. I have two drop down lists in html that are being populated by php. My first drop down is called "IN" and you select a time time then when finished with...
Forum:
MySQL & Databases
09-16-2011, 03:13 AM
Replies:
1
MySQL & Visual Basic
Views:
543
Posted By
KingOfTheSouth
MySQL & Visual Basic
So, I am working on a little side project and well I wrote a standalone application in Visual basic it will connect to a MySQL database on my server. I asked a few people that are database experts...
Forum:
General
07-06-2011, 01:24 PM
Replies:
3
php tab select
Views:
1,271
Posted By
KingOfTheSouth
php tab select
Hey everyone, I have come to something I am working on for my website template. I have a top navigation that are tabs and when you click a tab to the next page it pops out the next tab as the...
Forum:
Absolute Beginners
04-20-2011, 11:47 AM
Replies:
2
Changing quanity/price
Views:
652
Posted By
KingOfTheSouth
I figured it out. Thanks Tony here is what I...
I figured it out. Thanks Tony here is what I did
of course I used the same HTML selection option and just did this
$howmany = $_POST['howmany'];
$buyfor = $_POST['buyfor'];
<?php
$pack =...
Forum:
Absolute Beginners
03-24-2011, 06:12 PM
Replies:
2
Changing quanity/price
Views:
652
Posted By
KingOfTheSouth
Changing quanity/price
Hi,
I am having some problems I am not the greatest with this type of things I am trying to do. I am looking for an answer and a easy way to learn to do this.
First off I want my customer to be...
Forum:
MySQL & Databases
11-07-2010, 12:40 AM
Replies:
5
Encrypting data already stored
Views:
649
Posted By
KingOfTheSouth
thanks killer it worked on the first try.
thanks killer it worked on the first try.
Forum:
MySQL & Databases
11-06-2010, 11:23 PM
Replies:
5
Encrypting data already stored
Views:
649
Posted By
KingOfTheSouth
Yeah that is what I mean. Sorry was very tired,...
Yeah that is what I mean. Sorry was very tired, but that is all I have to do?
Forum:
MySQL & Databases
11-06-2010, 05:35 AM
Replies:
5
Encrypting data already stored
Views:
649
Posted By
KingOfTheSouth
Encrypting data already stored
Hi everyone,
I was wondering does anyone know of a way to encrypt database that is already stored in the database?
I am using SHA1 if it matters.
Forum:
General
10-11-2010, 06:28 AM
Replies:
7
Cron Jobs
Views:
676
Posted By
KingOfTheSouth
I see what you are saying. I will let you know...
I see what you are saying. I will let you know how it works out.
Forum:
General
10-11-2010, 06:15 AM
Replies:
7
Cron Jobs
Views:
676
Posted By
KingOfTheSouth
It is not the script though, When I replace the...
It is not the script though, When I replace the script with another script that I know for a fact works I get the same error. Like I stated above...
I am sure I can but I am not too sure how to do...
Forum:
General
10-11-2010, 06:03 AM
Replies:
7
Cron Jobs
Views:
676
Posted By
KingOfTheSouth
When the error is reporting it says "Permission...
When the error is reporting it says "Permission Denied" it is when the script is being ran. But I know it is not the script because when I replace the script with one that I know for a fact works I...
Forum:
General
10-11-2010, 03:23 AM
Replies:
7
Cron Jobs
Views:
676
Posted By
KingOfTheSouth
Cron Jobs
I have a question I know how to set crons but I set up a new site on a new server and when they are ran and they do the error reporting to my email it says. "Permission Denied" I have never had this...
Forum:
Member Introductions
10-11-2010, 03:17 AM
Replies:
3
Greetings!
Views:
534
Posted By
KingOfTheSouth
Hi, GSmith and welcome to TalkPHP!!!
Hi, GSmith and welcome to TalkPHP!!!
Forum:
Javascript, AJAX, E4X
09-07-2010, 09:11 AM
Replies:
3
Countdown timer with php
Views:
7,893
Posted By
KingOfTheSouth
Countdown timer with php
I have not worked a lot with javascript in the past. What I am trying to is make it count down live with javascript and php. The php statement is <?=countup($site[cron5min]+300)?> this is what I have...
Forum:
The Lounge
09-02-2010, 05:08 AM
Replies:
4
Resizable text fields
Views:
608
Posted By
KingOfTheSouth
Resizable text fields
I have been noticing that everywhere I go that all text fields are resizable even simple ones such as
Is this standard for html now? I see it on every single website I go on anymore.
Forum:
General
05-20-2010, 09:06 PM
Replies:
1
Attaching image file to email form
Views:
622
Posted By
KingOfTheSouth
Attaching image file to email form
I am trying to allow users of my website to be able to send and attach files when they use my contact form. I have never actually messed around with this type of thing. But this is going to be kind...
Forum:
Member Introductions
02-16-2010, 08:15 AM
Replies:
0
Reintroduction
Views:
488
Posted By
KingOfTheSouth
Reintroduction
I have had an account here for a long while. I just have been on. I have been busy with life, I have finally graduated high school since I was last on and I am currently attending college. I haven't...
Forum:
General
02-16-2010, 07:57 AM
Replies:
4
Hiding file extensions
Views:
659
Posted By
KingOfTheSouth
Hiding file extensions
I have been searching google for a few days and haven't found anything. I am wanting to hide file extensions on one of my websites. I have seen it done on other sites. I was wanting to make it so it...
Forum:
General
09-02-2009, 06:10 PM
Replies:
8
Random links
Views:
715
Posted By
KingOfTheSouth
I understand that more than any of the others my...
I understand that more than any of the others my problem is actually knowing how to set it up correctly on a page and working.
Forum:
General
09-02-2009, 04:57 AM
Replies:
8
Random links
Views:
715
Posted By
KingOfTheSouth
I do not really know how to do the unique ID to...
I do not really know how to do the unique ID to be honest this is my firs time doing anything like this and do not even know how to even set it up
Forum:
General
09-02-2009, 03:48 AM
Replies:
8
Random links
Views:
715
Posted By
KingOfTheSouth
Random links
I am having a problem, I am trying to setup a random id generator with php and mysql. I want it so that when people purchase the product it gives them a download link but I do not want them to have...
Forum:
Javascript, AJAX, E4X
06-23-2009, 08:54 PM
Replies:
4
Not good with jave help please?
Views:
739
Posted By
KingOfTheSouth
Not good with jave help please?
I have no idea what I am looking at when it comes to JaveScript. What I want to do is add some tables and or whatever I need to make my news show up this code. I did not wirte this...
Showing results 1 to 25 of 151
Page 1 of 7
1
2
3
>
Last
»
All times are GMT. The time now is
06:14 PM
.
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