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 25 of 480
Search took 0.10 seconds.
Search: Posts Made By: Alan @ CIT
Forum: Absolute Beginners 10-24-2009, 07:38 PM
Replies: 2
Views: 889
Posted By Alan @ CIT
You're using mysql_num_rows() in 2 places and I'm...

You're using mysql_num_rows() in 2 places and I'm guessing that it is the second one (after the INSERT) that is causing the error?

mysql_num_rows() only works on SELECT statements, for your INSERT...
Forum: Member Introductions 04-04-2008, 06:56 PM
Replies: 6
Hi
Views: 1,107
Posted By Alan @ CIT
Hi John, Welcome to TalkPHP :-) Alan

Hi John, Welcome to TalkPHP :-)

Alan
Forum: Member Introductions 04-03-2008, 01:35 PM
Replies: 7
Views: 781
Posted By Alan @ CIT
Hi Seb, Welcome to TalkPHP :-) There are plenty...

Hi Seb, Welcome to TalkPHP :-)

There are plenty of talanted web developers around here so I'm sure you will have no trouble finding people looking for work :-)

Alan
Forum: Member Introductions 03-30-2008, 01:29 PM
Replies: 6
Views: 743
Posted By Alan @ CIT
Hi Jacob, Welcome to TalkPHP :-) Alan

Hi Jacob, Welcome to TalkPHP :-)

Alan
Forum: Member Introductions 03-30-2008, 01:28 PM
Replies: 2
Views: 706
Posted By Alan @ CIT
Hi Marvin, Welcome to TalkPHP :-) Alan

Hi Marvin, Welcome to TalkPHP :-)

Alan
Forum: The Lounge 03-29-2008, 05:47 PM
Replies: 16
Views: 1,007
Posted By Alan @ CIT
Hi, Yep, the licence has no restrictions on use...

Hi,

Yep, the licence has no restrictions on use :-)

From the Visual Studio Express FAQ (http://www.microsoft.com/express/support/faq/):

Q. Can I use Express Editions for commercial use?
A. Yes,...
Forum: The Lounge 03-29-2008, 09:16 AM
Replies: 16
Views: 1,007
Posted By Alan @ CIT
For reference, the Visual Studio Express editions...

For reference, the Visual Studio Express editions aren't trials :-) You can compile / build / release applications with no limitiations.

Alan
Forum: The Lounge 03-28-2008, 10:01 AM
Replies: 16
Views: 1,007
Posted By Alan @ CIT
Hi masfenix, welcome to TalkPHP :-) I'm a .Net...

Hi masfenix, welcome to TalkPHP :-)

I'm a .Net developer in my day job (C++/C#, mostly Winform stuff, but occasionally some ASP) so can understand where you're coming from.

I believe that the...
Forum: General 03-27-2008, 07:37 PM
Replies: 7
Views: 686
Posted By Alan @ CIT
Here is the system we use for our Windows...

Here is the system we use for our Windows software:

-----------
Alpha: All code that is in development. Doesn't matter if it's 1 line of code or 1 million lines of code - it's Alpha. We don't have...
Forum: The Lounge 03-27-2008, 07:21 PM
Replies: 2
Views: 747
Posted By Alan @ CIT
I've never heard of Digsby before, looks like a...

I've never heard of Digsby before, looks like a handy little tool. I only use Windows Live Messenger myself so probably not much good for me but bookmarked for future reference :-)

On a side note,...
Forum: General 03-27-2008, 08:28 AM
Replies: 33
Views: 1,823
Posted By Alan @ CIT
Funny enough, I discovered this myself yesterday...

Funny enough, I discovered this myself yesterday but didn't get around to downloading the trial. I'd definately be interesteed in your opinion of it as I have something of a soft spot for Borland...
Forum: Member Introductions 03-26-2008, 09:03 AM
Replies: 7
Views: 803
Posted By Alan @ CIT
Hi Dale, welcome to TalkPHP :-) Alan

Hi Dale, welcome to TalkPHP :-)

Alan
Forum: Advanced PHP Programming 03-24-2008, 02:19 PM
Replies: 6
Views: 3,237
Posted By Alan @ CIT
Hi, What problem do you experience with åäö? Do...

Hi,

What problem do you experience with åäö? Do you get any error messages or does script execution just halt?

Alan
Forum: General 03-24-2008, 01:10 PM
Replies: 13
Views: 1,143
Posted By Alan @ CIT
"Minor Planet", "Dwarf Planet" - all I see is...

"Minor Planet", "Dwarf Planet" - all I see is "Planet" :-D

Alan
Forum: Advanced PHP Programming 03-24-2008, 12:10 PM
Replies: 11
Views: 4,779
Posted By Alan @ CIT
Thanks Salathe, never knew about...

Thanks Salathe, never knew about property_exists(). Handy little function.

Alan
Forum: Advanced PHP Programming 03-24-2008, 11:16 AM
Replies: 11
Views: 4,779
Posted By Alan @ CIT
The quirks of PHP :-) In your test above, PHP...

The quirks of PHP :-) In your test above, PHP gives $_GET['toto'] a default string value of "". If a $_GET variable wasn't passed in the URL, it would have the value of NULL in your script.

Alan
Forum: Advanced PHP Programming 03-24-2008, 10:54 AM
Replies: 11
Views: 4,779
Posted By Alan @ CIT
Hi Gibou, The problem with your code...

Hi Gibou,

The problem with your code is:

if(isset($this->$key))

This will return false for each of your variables as they are set to NULL. You can overcome this problem by giving them a default...
Forum: General 03-24-2008, 10:39 AM
Replies: 13
Views: 1,143
Posted By Alan @ CIT
Nasa still calls it a planet...

Nasa still calls it a planet (http://pds.jpl.nasa.gov/planets/special/planets.htm) so I still say the Quiz cheated me out of my points :-D

Alan
Forum: Member Introductions 03-24-2008, 10:08 AM
Replies: 14
Views: 961
Posted By Alan @ CIT
Hi Joe, Welcome to TalkPHP :-) All we had here...

Hi Joe, Welcome to TalkPHP :-)

All we had here in Portsmouth was a lot of wind and rain :-(

Alan
Forum: General 03-24-2008, 09:35 AM
Replies: 13
Views: 1,143
Posted By Alan @ CIT
Fun little quiz - Ajax worked ok for me with IE7....

Fun little quiz - Ajax worked ok for me with IE7. Kept getting the same questions over and over though so it got pretty easy in the end :-D

Also, for the question "How many planets are there", it...
Forum: The Lounge 03-24-2008, 09:20 AM
Replies: 3
Views: 651
Posted By Alan @ CIT
Ahh, the good ol' days :-) An interesting...

Ahh, the good ol' days :-)

An interesting comparison on like-for-like for last year:

| March 2007 | March 2008
-----------------------------------
Members | 279 | 1,919
Threads | 184...
Forum: The Lounge 03-24-2008, 09:14 AM
Replies: 6
Views: 688
Posted By Alan @ CIT
Hi, Take a look at My Tech Rantings: PHP vs JSP...

Hi,

Take a look at My Tech Rantings: PHP vs JSP (http://mytechrantings.blogspot.com/2007/06/php-vs-jsp.html) - gives a good comparison of JSP and PHP.

Java (and as such, JSP) is a very powerful...
Forum: Feedback 03-24-2008, 09:07 AM
Replies: 15
Views: 1,193
Posted By Alan @ CIT
Hi, The big question is... What type of...

Hi,



The big question is... What type of framework are we talking about here? A full-blown strict MVC framework like CakePHP (http://www.cakephp.org/) or a modular use-at-will component framework...
Forum: General 03-23-2008, 08:19 PM
Replies: 2
Views: 568
Posted By Alan @ CIT
Hi Gareth, The entire PHP file will be loaded...

Hi Gareth,

The entire PHP file will be loaded and evaluated. So although the functions won't be "run" until you call them, the entire file does get read and parsed by PHP.

Alan.
Forum: General 03-23-2008, 10:26 AM
Replies: 33
Views: 1,823
Posted By Alan @ CIT
Hi, Yep, they can indeed. If you have a...

Hi,



Yep, they can indeed. If you have a current licence for Zend Studio 5.5 then you can upgrade to Zend Studio 6 (for Eclipse) for free. Check your pickup depot on the Zend site for...
Showing results 1 to 25 of 480

 

All times are GMT. The time now is 10:43 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