TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble 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
Associates
CSS Tutorials
Showing results 1 to 6 of 6
Search took 0.09 seconds.
Search: Posts Made By: bluesaga
Forum: Absolute Beginners 06-13-2008, 10:46 AM
Replies: 10
Views: 1,214
Posted By bluesaga
You need to actually have a local SMTP server...

You need to actually have a local SMTP server setup to use the send mail in PHP :)

ie, you need an SMTP server setup on localhost:25 according to your settings in your PHP.ini
Forum: Advanced PHP Programming 02-22-2008, 06:53 PM
Replies: 3
Views: 754
Posted By bluesaga
Hi Devels, The UTF-8 common issues are a major...

Hi Devels,

The UTF-8 common issues are a major one, and there is a few things that can be done to get around issues and irregularitys with it.

1) Use the PHP DOM for xml, xml by default has to be...
Forum: Absolute Beginners 01-06-2008, 09:46 PM
Replies: 4
Views: 638
Posted By bluesaga
% is a wildcard, that should only be used for...

% is a wildcard, that should only be used for LIKE mysql searches...


$db = mysql_select_db("test") ;
$sql = "select * from webt where name='%$_POST[search]%' ";
$res = mysql_query($sql) ;


Should...
Forum: Feedback 01-06-2008, 09:18 PM
Replies: 11
Views: 1,599
Posted By bluesaga
Lol, just lol. Is it really THAT obstrusive!?!...

Lol, just lol. Is it really THAT obstrusive!?!

It probably is looking for the page you want to be featured most, pages that get the most internal links in turn generally rank better in the serps....
Forum: Absolute Beginners 12-01-2007, 12:38 AM
Replies: 6
Views: 825
Posted By bluesaga
Generally speaking it will be dependent on the...

Generally speaking it will be dependent on the website that you are trying to open but generally speaking, while cURL may take a bit longer to implement its by FAR faster than file_get_contents in...
Forum: Tips & Tricks 09-07-2007, 11:21 PM
Replies: 7
Views: 1,285
Posted By bluesaga
[Tip] Limiting a strings length

Below is a handy function for shortening a string, where space is needed...


function limitString($szInput, $iLength=25, $szAffix='...')
{
if(strlen($szInput) <= $iLength)
return...
Showing results 1 to 6 of 6

 

All times are GMT. The time now is 03:22 PM.

 
     

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