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 14
1
2
3
11
>
Last
»
Page 1 of 14
1
2
3
11
>
Last
»
Showing results 1 to 25 of 336
Search took
1.67
seconds.
Search:
Posts Made By:
tony
Forum:
News and Announcements
09-26-2012, 10:26 PM
Replies:
1
hello, world
Views:
256
Posted By
tony
hello jordan2266
hello jordan2266
Forum:
Javascript, AJAX, E4X
09-04-2012, 03:17 AM
Replies:
2
Javascript Calendar not loading
Views:
334
Posted By
tony
I know it is kind of late, but I tested the site...
I know it is kind of late, but I tested the site and the slideshow and calendar works fine to me in Chrome using LinuxMint. But I open the console and it says it failed to load the slideshow script...
Forum:
Member Introductions
08-26-2012, 03:41 PM
Replies:
1
dcedilotte
Views:
260
Posted By
tony
Welcome aboard dcedilotte, we'll see you around...
Welcome aboard dcedilotte, we'll see you around here.
Forum:
Absolute Beginners
08-19-2012, 02:36 PM
Replies:
1
mod_rewrite how to get title from sql table in url
Views:
430
Posted By
tony
I see you already posted in another place about...
I see you already posted in another place about this problem. I just answered it (http://www.talkphp.com/general/6344-mod_rewrite-how-get-title-sql-table-url-but-use-id.html#post33227). Why don't you...
Forum:
General
08-19-2012, 02:34 PM
Replies:
1
mod_rewrite how to get title from sql table in url but use id?
Views:
563
Posted By
tony
There are tutorials about URL rewrite...
There are tutorials about URL rewrite (http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html) everywhere in the internet. But for completion purposes A quick example of how to do...
Forum:
Member Introductions
08-08-2012, 03:12 AM
Replies:
1
James From tectual
Views:
494
Posted By
tony
Welcome James! If you have any questions or want...
Welcome James! If you have any questions or want to help this is a good forum.
Forum:
Member Introductions
08-06-2012, 12:28 PM
Replies:
3
Hello All
Views:
623
Posted By
tony
Hi Kensteward, Welcome! It's definitely a place...
Hi Kensteward, Welcome! It's definitely a place to share knowledge in the midst of learning. We'll see you around.
Forum:
Advanced PHP Programming
08-05-2012, 12:04 AM
Replies:
3
Different Hashes for same Image
Views:
925
Posted By
tony
There are algorithms out there for that....
There are algorithms out there for that. Specially for image caching for search engines like google. I am not familiar with those algorithms, Maybe there is a library that you can use or port to PHP...
Forum:
Absolute Beginners
08-04-2012, 11:59 PM
Replies:
3
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource
Views:
1,383
Posted By
tony
Good catch on that! Those tricky equal signs.
Good catch on that! Those tricky equal signs.
Forum:
Member Introductions
08-04-2012, 11:56 PM
Replies:
3
Hello All
Views:
623
Posted By
tony
Welcome aboard Hanzo! and we'll see you around.
Welcome aboard Hanzo! and we'll see you around.
Forum:
Member Introductions
07-29-2012, 05:16 PM
Replies:
1
fatal
Views:
697
Posted By
tony
I haven't used Drupal before. I don't know if...
I haven't used Drupal before. I don't know if anybody else here has, I'me pretty sure some had. But it seems that is a problem with their source code. You might have better luck asking in the Drupal...
Forum:
Advanced PHP Programming
07-29-2012, 04:40 PM
Replies:
2
Develop an application VOIP with PHP
Views:
2,005
Posted By
tony
Any language is good for creating VOIP...
Any language is good for creating VOIP applications. To choose the right language depends on your needs and requirements. But yeah you can do it with PHP. I've heard good things about this tools...
Forum:
Absolute Beginners
07-29-2012, 03:49 PM
Replies:
3
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource
Views:
1,383
Posted By
tony
it seems in this...
it seems in this line:
$numrows=mysql_num_rows(restwoway);
you forgot the dollar sign for restwoway. But I think that is just a misstype. You could see if the $reswoway is an actual resource of the...
Forum:
Advanced PHP Programming
07-29-2012, 05:27 AM
Replies:
3
Different Hashes for same Image
Views:
925
Posted By
tony
Have you tried hash_file? to see if you get the...
Have you tried hash_file? to see if you get the right results.
I am not sure why it would give you different values though, have you tested it with other images files from different sources. I tried...
Forum:
Member Introductions
07-11-2012, 04:27 PM
Replies:
1
Hello everyone
Views:
454
Posted By
tony
Welcome aboard and see you around the forum.
Welcome aboard and see you around the forum.
Forum:
Member Introductions
07-11-2012, 01:07 PM
Replies:
1
Hallo from South Africa
Views:
650
Posted By
tony
Hi Carelkat welcome. I also started lurking first...
Hi Carelkat welcome. I also started lurking first mainly because some of my questions where already answered, but then I had new questions, and then started to help as far as I can.
Forum:
MySQL & Databases
07-09-2012, 03:27 PM
Replies:
2
char in text causing error
Views:
678
Posted By
tony
You need to escape...
You need to escape (http://us2.php.net/manual/en/mysqli.real-escape-string.php) the special characters. If you don't sanitize your user input, you are vulnerable for SQL injections...
Forum:
Absolute Beginners
07-05-2012, 02:00 PM
Replies:
1
Fetching from MySQL to multiple rows in a table
Views:
713
Posted By
tony
It's hard to know why the first pastebin wasn't...
It's hard to know why the first pastebin wasn't working if we don't know how the variables $listado or $tabacos were created.
P.D. Usaste mysql_query o otra funcion o clase?
Forum:
Member Introductions
07-05-2012, 01:46 PM
Replies:
1
Greetings from Málaga!!
Views:
295
Posted By
tony
Welcome to the Forum! We are here to help and...
Welcome to the Forum! We are here to help and share.
Forum:
TalkPHP Developer Team
06-26-2012, 12:44 PM
Replies:
3
plz help me, form update got error when i post at my server linux
Views:
479
Posted By
tony
In this line: $add_member =...
In this line:
$add_member = $db_object->query($result);
There is a $db_object variable, but I don't see it defined or implemented any where.
Unless it is in any of these files
require...
Forum:
Javascript, AJAX, E4X
06-25-2012, 08:33 PM
Replies:
2
Getting doubles in my AJAX query
Views:
704
Posted By
tony
I set this thread for "Reply later" since I...
I set this thread for "Reply later" since I haven't had a chance with work. But I came back today and saw your site to see if you have fixed it already. It seems that the autoscroll is working now...
Forum:
Member Introductions
06-05-2012, 12:17 PM
Replies:
2
Hello Everyone
Views:
795
Posted By
tony
Welcome to the forum. If you have any questions,...
Welcome to the forum. If you have any questions, it is a good place and also if you want to help people out.
See you around.
Forum:
Member Introductions
06-03-2012, 02:08 AM
Replies:
2
hello there!
Views:
805
Posted By
tony
Welcome to the forums. It's good to see you come...
Welcome to the forums. It's good to see you come with a good attitude of learning and teaching. It is great to see people like that. And your English is very good man.
To make it short, Hi!
Forum:
Absolute Beginners
05-29-2012, 01:00 PM
Replies:
1
Looking for help with creating a framework for learning purposes
Views:
1,259
Posted By
tony
Sounds like a good learning project. I would...
Sounds like a good learning project. I would nominate myself, but I am just starting a new heavy project too. Have fun mate. Let us know if you find some insight worth sharing.
Forum:
MySQL & Databases
05-24-2012, 05:40 PM
Replies:
5
Re-order display of data-base
Views:
1,320
Posted By
tony
does your table only has the fields name and...
does your table only has the fields name and comment? you would need an extra field that would hold the date and time when the comment was created then you can order them. For example lets say the...
Showing results 1 to 25 of 336
Page 1 of 14
1
2
3
11
>
Last
»
All times are GMT. The time now is
10:58 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