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
Showing results 1 to 22 of 22
Search took
0.01
seconds.
Search:
Posts Made By:
boycoda
Forum:
Absolute Beginners
09-30-2008, 09:00 AM
Replies:
8
newb in OOP
Views:
1,056
Posted By
boycoda
$connect->connect($host,$username,$password,$db);...
$connect->connect($host,$username,$password,$db);
Forum:
XHTML, HTML, CSS
09-26-2008, 09:51 AM
Replies:
6
alternative to cssedit?
Views:
2,111
Posted By
boycoda
@ETbyrne, don't say you buy your software?
@ETbyrne, don't say you buy your software?
Forum:
General
09-11-2008, 09:37 AM
Replies:
1
Auction?
Views:
649
Posted By
boycoda
You need a database, a host or setup apache on...
You need a database, a host or setup apache on your local machine, then you need to get an editor, like notepad++ if your on a pc. Then you need to create some tables and stuff in the database, then...
Forum:
Absolute Beginners
09-11-2008, 09:34 AM
Replies:
15
Start comments in PHP: /* or /**
Views:
1,627
Posted By
boycoda
asp itself should be terminated. All hail php and...
asp itself should be terminated. All hail php and that #
Forum:
Absolute Beginners
09-09-2008, 08:46 AM
Replies:
15
Start comments in PHP: /* or /**
Views:
1,627
Posted By
boycoda
I used # or ## myself. Works just as good.
I used # or ## myself. Works just as good.
Forum:
General
09-02-2008, 08:35 AM
Replies:
3
+1 in mysql ?
Views:
695
Posted By
boycoda
Ah that's great, thanks.
Ah that's great, thanks.
Forum:
General
09-01-2008, 02:14 PM
Replies:
3
+1 in mysql ?
Views:
695
Posted By
boycoda
+1 in mysql ?
Hello everyone,
Say for example I have a field in a mysql row, with the value of 4. Now I want to be able to update that value to 5 in php.
What would be the best way to do that?
Remember though,...
Forum:
Advanced PHP Programming
08-08-2008, 09:41 AM
Replies:
5
Seems advanced to me :)
Views:
686
Posted By
boycoda
Dude, your a lifesaver! :D Thanks alot for the...
Dude, your a lifesaver! :D Thanks alot for the help, I understand it now.
Forum:
Advanced PHP Programming
08-08-2008, 08:44 AM
Replies:
5
Seems advanced to me :)
Views:
686
Posted By
boycoda
hmm, I still have the same problem. This is my...
hmm, I still have the same problem.
This is my getUsersName function..
function getUsersName() {
$email = $_SESSION['myemail'];
$query = mysql_query("SELECT * FROM `tbl_users` WHERE `email`...
Forum:
Advanced PHP Programming
08-07-2008, 08:14 PM
Replies:
5
Seems advanced to me :)
Views:
686
Posted By
boycoda
Thanks for that, I will try this out tomorrow.
Thanks for that, I will try this out tomorrow.
Forum:
Advanced PHP Programming
08-07-2008, 03:01 PM
Replies:
5
Seems advanced to me :)
Views:
686
Posted By
boycoda
Seems advanced to me :)
Hey all,
Ok.. this is my first ever system i'm building using classes and functions. So far i'd say im doing very bloody good with it.
Anyhow, I have a question for you more advanced programmers...
Forum:
The Lounge
06-17-2008, 01:33 PM
Replies:
6
Oh no!! Lost all bookmarks!!
Views:
819
Posted By
boycoda
If bookmarks truely loves you, she'll come back.
If bookmarks truely loves you, she'll come back.
Forum:
Absolute Beginners
06-09-2008, 11:23 AM
Replies:
8
registration form help
Views:
770
Posted By
boycoda
can you post your code?
can you post your code?
Forum:
General
06-08-2008, 12:40 AM
Replies:
6
PHP Session Login - help needed.
Views:
1,654
Posted By
boycoda
Thanks for the help everyone, i've just managed...
Thanks for the help everyone, i've just managed to get it working now. Couple of points mentioned here helped me fix it.
Forum:
General
06-07-2008, 03:24 PM
Replies:
6
PHP Session Login - help needed.
Views:
1,654
Posted By
boycoda
I want to make the panel.php secure. So if the...
I want to make the panel.php secure. So if the username in the database is the same as the one registered in the session, then the panel should behave properly (show), but if the username in the...
Forum:
General
06-07-2008, 03:01 PM
Replies:
6
PHP Session Login - help needed.
Views:
1,654
Posted By
boycoda
PHP Session Login - help needed.
Hello everyone,
Ok.. i've come to a little puzzle for myself. Back in the day this would have been easy *neck sinks into shoulders*.
Anyhow, here is my code for the login...
Forum:
Absolute Beginners
06-02-2008, 08:12 AM
Replies:
23
header() function wont work
Views:
1,551
Posted By
boycoda
Are you sure the php code is above the html? Are...
Are you sure the php code is above the html?
Are you sure the file is .php ?
Forum:
XHTML, HTML, CSS
05-30-2008, 11:21 AM
Replies:
6
How to code this?
Views:
1,022
Posted By
boycoda
<div class="1"> <div class="2"> </div> <div...
<div class="1">
<div class="2">
</div>
<div class="3">
</div>
</div>
.1 { width: 100%; }
.2 { margin: 0 auto; background: url(images/yourimage.gif) no-repeat; width: 500px; }
.3 { margin-top: 10px;...
Forum:
General
05-23-2008, 03:53 PM
Replies:
5
php mail() headers questions
Views:
717
Posted By
boycoda
Ignore my original post above, I realised that...
Ignore my original post above, I realised that the messaged was flagged. However, when the email came through, they made it automatically appear flagged when it came through.
Does anyone know what...
Forum:
General
05-22-2008, 08:17 AM
Replies:
2
HTML Editor or something ?
Views:
544
Posted By
boycoda
FCKEditor seems to be pretty good.
FCKEditor seems to be pretty good.
Forum:
General
05-22-2008, 08:16 AM
Replies:
5
php mail() headers questions
Views:
717
Posted By
boycoda
Thanks for that, but i'm already using this sort...
Thanks for that, but i'm already using this sort of thing. However, when the email comes through, it is red. Only an exclamation mark appears.
Forum:
General
05-21-2008, 03:58 PM
Replies:
5
php mail() headers questions
Views:
717
Posted By
boycoda
php mail() headers questions
Hello guys / gals,
I would like to know a couple of things...
I have a php mail form, quite simple and straight foward.
However, I have noticed on an email that I recieved that the importance of...
Showing results 1 to 22 of 22
All times are GMT. The time now is
06:57 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