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 12 of 12
Search took 0.06 seconds.
Search: Posts Made By: allworknoplay
Forum: General 05-29-2009, 02:06 PM
Replies: 12
Views: 628
Posted By allworknoplay
Ok, well based on that, of course it's going to...

Ok, well based on that, of course it's going to run on every refresh because there's nothing stopping it from running.

If you include an IF conditional that will check for a specific status, it will...
Forum: Absolute Beginners 05-22-2009, 08:51 PM
Replies: 18
Views: 827
Posted By allworknoplay
I've read somewhere that using SELECT * FROM...

I've read somewhere that using SELECT * FROM causes too much CPU usage, so even if it is a pain, I suppose you can make a SELECT call on each column, this way mysql doesn't have to think.

You can...
Forum: The Lounge 05-18-2009, 08:17 PM
Replies: 25
Views: 1,292
Posted By allworknoplay
I see....well back to the game....let's add some...

I see....well back to the game....let's add some arguments
to our construct, hope this doesn't break the rules...


class allworknoplay
{
public function __construct($x,$y)
{
$aRange = range(1,...
Forum: General 05-13-2009, 07:29 PM
Replies: 5
Views: 531
Posted By allworknoplay
There's a lot of javascripts out there that can...

There's a lot of javascripts out there that can do this. Of course I don't know of any offhand but I've played with a lot in the past.

If you only want to do it the PHP way, well you would make each...
Forum: General 05-10-2009, 02:01 PM
Replies: 28
Views: 1,010
Posted By allworknoplay
Sorry here's the code...... <?php $origPC...

Sorry here's the code......



<?php

$origPC = $_POST['postcode'];
$postcode= strtoupper($origPC);
$first_list = array();
Forum: Advanced PHP Programming 05-08-2009, 08:12 PM
Replies: 3
Views: 715
Posted By allworknoplay
haha, yeah he seems pretty frustrated. That...

haha, yeah he seems pretty frustrated. That should lighten him up.

But programming can do that to ya!
Forum: Advanced PHP Programming 05-08-2009, 07:32 PM
Replies: 3
Views: 715
Posted By allworknoplay
You can't do it that way, you are trying to...

You can't do it that way, you are trying to output the resource with that approach. You have to do it like this:

Current:

$set_month = mysql_query("SELECT MONTHNAME('".$thing."') FROM...
Forum: Member Introductions 05-05-2009, 02:24 PM
Replies: 9
Views: 540
Posted By allworknoplay
Hello and welcome! If you are just learning PHP,...

Hello and welcome! If you are just learning PHP, I can help you.
IF you want to be advanced, there are others here that are super advanced that can help you!
Forum: Member Introductions 05-04-2009, 02:00 PM
Replies: 2
Views: 530
Posted By allworknoplay
Welcome to the site and enjoy your stay!

Welcome to the site and enjoy your stay!
Forum: MySQL & Databases 03-26-2009, 05:11 PM
Replies: 13
Views: 13,667
Posted By allworknoplay
I don't think you're suppose to have a semi colon...

I don't think you're suppose to have a semi colon there in the select statement??


mysql_query( "SELECT `salt` FROM `users` WHERE `username`='beezm'" , self::getLink() ) or die(mysql_error());
Forum: General 03-20-2009, 06:44 PM
Replies: 6
Views: 658
Posted By allworknoplay
Right, that's why i was confused about the...

Right, that's why i was confused about the quickstart guide because in the linux architecture, the quickstart directory is equivalent to: /usr/local/apache

So I wasn't sure what they wanted.

They...
Forum: Absolute Beginners 03-19-2009, 07:25 PM
Replies: 8
Views: 1,062
Posted By allworknoplay
The @ symbol suppresses warning messages.

The @ symbol suppresses warning messages.
Showing results 1 to 12 of 12

 

All times are GMT. The time now is 09:10 AM.

 
     

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