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 5
1
2
3
>
Last
»
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 105
Search took
0.07
seconds.
Search:
Posts Made By:
EyeDentify
Forum:
MySQL & Databases
11-21-2011, 10:58 AM
Replies:
29
MySQL Error with Pagination
Views:
2,047
Posted By
EyeDentify
Perhaps you could cache the "file listing" in a...
Perhaps you could cache the "file listing" in a textfile and then make use of it in an array thereby be able to paginate it ?
And have a look at this...
Forum:
XHTML, HTML, CSS
11-02-2010, 03:02 PM
Replies:
5
CSS problem with Overflow ?
Views:
944
Posted By
EyeDentify
I have resolved the issue. It seems that the...
I have resolved the issue.
It seems that the problem was that the files that showed strange behavior had been encoded with Unicode Signature "Bit Object Marker" and Unicode Normalization Form:...
Forum:
XHTML, HTML, CSS
10-28-2010, 08:58 AM
Replies:
5
CSS problem with Overflow ?
Views:
944
Posted By
EyeDentify
Hi Eric. Thx for the helping hand. I am using...
Hi Eric.
Thx for the helping hand.
I am using UTF8 to my knowledge. I will have to check again.
And i am using Dreamweaver for Editing.
Had some problem in past that DW saved things like ASCI and...
Forum:
XHTML, HTML, CSS
10-25-2010, 09:27 AM
Replies:
5
CSS problem with Overflow ?
Views:
944
Posted By
EyeDentify
No one has any idea where i messed up or forgot...
No one has any idea where i messed up or forgot something in the CSS code ?
Would realy be greatfull for the help.
Forum:
XHTML, HTML, CSS
10-23-2010, 09:14 AM
Replies:
5
CSS problem with Overflow ?
Views:
944
Posted By
EyeDentify
CSS problem with Overflow ? - SOLVED -
Hello my fellow talkphp members.
I have been working on a new theme for my wordpress blog.
And for some reason i get a margin on top of my page where it otherwise would not.
The thing is that this...
Forum:
Javascript, AJAX, E4X
09-07-2010, 11:31 AM
Replies:
3
Countdown timer with php
Views:
7,845
Posted By
EyeDentify
I will give you a push in the right direction...
I will give you a push in the right direction :)
Have a look at these JavaScript object methods:
http://www.w3schools.com/jsref/met_win_setinterval.asp
And this...
Forum:
Absolute Beginners
07-09-2010, 08:59 AM
Replies:
1
auto update of a form Can it be done only with PHP
Views:
1,081
Posted By
EyeDentify
Hello. The first thing you have to know is that...
Hello.
The first thing you have to know is that PHP is a so called Server-side script language wich means that it?s run on the server and the result of that is then sent to the browser (client).
So...
Forum:
Advanced PHP Programming
06-03-2010, 07:36 AM
Replies:
9
Iterating over directories only
Views:
1,694
Posted By
EyeDentify
Have you taken an look at the often forgotten...
Have you taken an look at the often forgotten function glob() ?
Its really helpfull in many situations.
Good luck.
Forum:
General
03-17-2010, 08:10 PM
Replies:
6
Problem with sockets not closing
Views:
814
Posted By
EyeDentify
Problem with sockets not closing
Hello my PHP gurus.
I have something for you to sink your teeth into.
let me show you my code im working with:
<?PHP
/* Simple Socket Server v1.0 */
// set some variables
Forum:
General
03-06-2010, 10:41 AM
Replies:
3
Display PHP code in text area help.
Views:
3,808
Posted By
EyeDentify
Perhaps you could get some use out of these PHP...
Perhaps you could get some use out of these PHP...
Forum:
Javascript, AJAX, E4X
09-23-2009, 09:41 PM
Replies:
4
Accessing Lenght of a string in Javascript with jQuery
Views:
6,060
Posted By
EyeDentify
Edit: Now the code works perfectly the way i want...
Edit: Now the code works perfectly the way i want :)
Note to self :) property is 'length' not 'lenght'
Forum:
Javascript, AJAX, E4X
09-23-2009, 09:28 PM
Replies:
4
Accessing Lenght of a string in Javascript with jQuery
Views:
6,060
Posted By
EyeDentify
Ow.... do i feel stupid :) Ofcourse that would...
Ow.... do i feel stupid :)
Ofcourse that would be the problem :)
And the late hours here in sweden :)
Thx, Salathe your a godsend :)
Forum:
Javascript, AJAX, E4X
09-23-2009, 09:20 PM
Replies:
4
Accessing Lenght of a string in Javascript with jQuery
Views:
6,060
Posted By
EyeDentify
Accessing Lenght of a string in Javascript with jQuery
I have been learning some jQuery and things are shaping up pretty well. But i have hit my head on the following thing.
In this bit of code that works fine there is a part where i am trying to get...
Forum:
General
01-19-2009, 08:21 PM
Replies:
0
Wordpress tags some show some don´t
Views:
603
Posted By
EyeDentify
Wordpress tags some show some don´t
Hello there fellow developers.
I am using the Wordpress 2.7 platform for my latest version of my blogg.
Anyway im having some kind of trouble with the tags.
Some tags will show up and some...
Forum:
Advanced PHP Programming
12-21-2008, 12:01 AM
Replies:
4
Unique random number?
Views:
1,005
Posted By
EyeDentify
@code_junkie A tip would be mysql_insert_id():...
@code_junkie
A tip would be
mysql_insert_id():
http://se2.php.net/manual/en/function.mysql-insert-id.php
:)
Forum:
Absolute Beginners
11-12-2008, 11:04 AM
Replies:
14
else problem
Views:
893
Posted By
EyeDentify
@9three From this thread i never grasped if you...
@9three
From this thread i never grasped if you understood the difference between:
Assigning:
<?PHP $myVar = 'myString'; ?>
And comparison:
<?PHP $myVar == 'myString'; ?>
Forum:
Absolute Beginners
11-12-2008, 10:58 AM
Replies:
4
Uploading problem
Views:
847
Posted By
EyeDentify
@Tanax. I´m just glad i could help. I know how...
@Tanax.
I´m just glad i could help.
I know how it is, Sometimes you don´t see your misstakes clearly if you have starred at a code snippet for a while. Then it´s good to have someone else to have...
Forum:
Advanced PHP Programming
11-10-2008, 10:44 AM
Replies:
3
List only some extention (File Listing)
Views:
630
Posted By
EyeDentify
Runar you beat me to it :) And one more thing. I...
Runar you beat me to it :)
And one more thing. I think one should make a habit of using:
<?PHP $variable ?>
Instead of:
<?=$variable?>
Forum:
Member Introductions
11-07-2008, 09:04 AM
Replies:
8
Greetings from Norway
Views:
768
Posted By
EyeDentify
Trevligt att höra av en landsman på denna siten....
Trevligt att höra av en landsman på denna siten. :)
Får man fråga vart du bor i vårt avlånga land ?
Trevlig helg.
And to everyone else that don´t understand swedish :)
Have a nice weekend ! :)
Forum:
Member Introductions
11-06-2008, 01:00 PM
Replies:
8
Greetings from Norway
Views:
768
Posted By
EyeDentify
Hello Runar. Nice to see a northern brother on...
Hello Runar.
Nice to see a northern brother on the site :)
I´m from sweden myself :) and i love this site.
I get alot of problems answered here and sometimes i eaven help solve some.
Hope you will...
Forum:
Absolute Beginners
10-27-2008, 01:26 PM
Replies:
13
saving to database after few seconds
Views:
1,632
Posted By
EyeDentify
Why not use Prototype JS for example. They have...
Why not use Prototype JS for example.
They have a nifty function in there that would be great in this case.
Take a look.
Forum:
General
10-27-2008, 01:22 PM
Replies:
3
[Request] cURL downloader
Views:
820
Posted By
EyeDentify
Well :) Why not use your imagination and code one...
Well :) Why not use your imagination and code one yourself :)
Could be a learning experience.
But maybe you could get an idea on a starting direction.
You could put together a script that fetch...
Forum:
Absolute Beginners
10-24-2008, 08:27 AM
Replies:
13
saving to database after few seconds
Views:
1,632
Posted By
EyeDentify
Yes it may have been saved "automaticly" but not...
Yes it may have been saved "automaticly" but not without the user loading the page.
Cause thats what the user would have to do if your not going with JavaScript.
Cause PHP in itself can´t magicly...
Forum:
Absolute Beginners
10-23-2008, 09:41 PM
Replies:
2
Checking Error on Mail()
Views:
753
Posted By
EyeDentify
from the mail() function page on php.net Return...
from the mail() function page on php.net
Return Values
Returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise.
It is important to note that just because the mail was...
Forum:
Absolute Beginners
10-23-2008, 09:36 PM
Replies:
13
saving to database after few seconds
Views:
1,632
Posted By
EyeDentify
The fact is that PHP is a Server-side script...
The fact is that PHP is a Server-side script language which means that nothing is going to happen or execute without some Client-side intervention.
Unless you trigger the call yourself through GET...
Showing results 1 to 25 of 105
Page 1 of 5
1
2
3
>
Last
»
All times are GMT. The time now is
07:00 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