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 48
Search took 0.00 seconds.
Search: Posts Made By: SaintIsaiah
Forum: Absolute Beginners 11-22-2010, 08:20 PM
Replies: 4
Views: 590
Posted By SaintIsaiah
No prob. Let me know how it works out.

No prob. Let me know how it works out.
Forum: Member Introductions 11-22-2010, 06:29 PM
Replies: 1
hi
Views: 415
Posted By SaintIsaiah
Welcome aboard narven! Don't be afraid to reach...

Welcome aboard narven! Don't be afraid to reach out if you need any help.
Forum: General 11-22-2010, 06:28 PM
Replies: 10
Views: 976
Posted By SaintIsaiah
Attached is the stock PHP 5.1.6 php.ini file....

Attached is the stock PHP 5.1.6 php.ini file. Backup your old one and replace it with the stock one, being sure to fill in any server specific information in the ini you need to get PHP running...
Forum: Absolute Beginners 11-20-2010, 12:13 AM
Replies: 4
Views: 590
Posted By SaintIsaiah
I agree with tony here, the best way is to check...

I agree with tony here, the best way is to check for their security level. You would need to have a users table in the sql with a column representing their security level. You would need to assign a...
Forum: Feedback 11-19-2010, 12:17 AM
Replies: 14
Views: 5,775
Posted By SaintIsaiah
I lol'd But I know Flex/Flash builder can accept...

I lol'd

But I know Flex/Flash builder can accept and execute PHP. So you could make an air app for the desktop pretty easily being a PHP developer.
Forum: The Lounge 11-19-2010, 12:14 AM
Replies: 2
Views: 641
Posted By SaintIsaiah
I feel the same way often. I started majorly...

I feel the same way often. I started majorly freelancing a few months back and I've gotten a couple of big clients, one of which is using all of my work with their site visitors on the forums...
Forum: Tips & Tricks 11-18-2010, 08:10 PM
Replies: 53
Views: 17,508
Posted By SaintIsaiah
How about vprintf? Using a preg_match single line...

How about vprintf? Using a preg_match single line if to determine the string value? And utilizing a class?

So do I win lol?

Heh, the object being called at the end is...
Forum: General 11-18-2010, 07:09 PM
Replies: 2
Views: 1,135
Posted By SaintIsaiah
So does this require PHP 6, or is it an entirely...

So does this require PHP 6, or is it an entirely self-contained framework?
Forum: General 11-18-2010, 07:07 PM
Replies: 0
Views: 599
Posted By SaintIsaiah
loading mcrypt on IIS 6.0?

Ok so I'm feeling like a total idiot right now. I'm doing some work for a client and they have a windows server utilizing IIS 6.0. Since they need Magento installed and that requires PHP, I installed...
Forum: General 06-12-2010, 07:19 AM
Replies: 9
Views: 3,535
Posted By SaintIsaiah
while ($feedback != '1') { echo 'Bump'; } Why...

while ($feedback != '1') {
echo 'Bump';
}

Why did I use my PSP to type this? *Sigh*
Forum: General 06-08-2010, 08:19 PM
Replies: 4
Views: 1,035
Posted By SaintIsaiah
I think he wants the ability of either posting...

I think he wants the ability of either posting the form data or getting the equivalent information from a url. If so, this may be the solution.

You can add the ability of checking if the same...
Forum: General 06-08-2010, 07:47 PM
Replies: 9
Views: 3,535
Posted By SaintIsaiah
Seems to be working a lot better now. I also...

Seems to be working a lot better now. I also figured out how to stop files that aren't real images by checking the file's true mime type. Tested it by trying to upload an exe renamed as an image...
Forum: General 06-08-2010, 06:02 PM
Replies: 9
Views: 3,535
Posted By SaintIsaiah
Here's what I dont get though. Even if I use...

Here's what I dont get though. Even if I use "getimagesize" and have it grab the image's type, which returns a numerical result in which I hav have an array define it if I wish, I'm still able to...
Forum: General 06-08-2010, 04:19 PM
Replies: 9
Views: 3,535
Posted By SaintIsaiah
Yeah sorry about the center tags, I was just...

Yeah sorry about the center tags, I was just trying to breeze through it to get a working beta. I usually use all divs, but I didn't want to go through all the trouble of styling at the moment so I...
Forum: General 06-08-2010, 03:43 PM
Replies: 9
Views: 3,535
Posted By SaintIsaiah
Forgive me Village, but I'm not quite following....

Forgive me Village, but I'm not quite following. I mean the page is a standalone php file built and defined into the CMS I'm using. The only javascript I'm using is Shadowbox to show this page in a...
Forum: General 06-08-2010, 07:29 AM
Replies: 9
Views: 3,535
Posted By SaintIsaiah
Max Image width and height condition ignored by opera?

This one is making em go a little crazy. The script works perfectly for uploading an avatar no bigger than 100px by 100px and 100kb in size, producing an error if any of the conditions are not met in...
Forum: General 04-05-2010, 04:59 PM
Replies: 4
Views: 524
Posted By SaintIsaiah
Sweet, that works perfectly!

Sweet, that works perfectly!
Forum: General 04-04-2010, 08:03 PM
Replies: 4
Views: 524
Posted By SaintIsaiah
Well I just got it working. Here's what I...

Well I just got it working. Here's what I did:


$usernamesql = $userinfo['username'];

$getugroup = $DB->query("SELECT * FROM {users} WHERE username = '".$usernamesql."'");

$ugroupids =...
Forum: General 04-04-2010, 05:28 AM
Replies: 4
Views: 524
Posted By SaintIsaiah
Problem with sql result echo

I'm modifying a CMS to create an if/else statement to prevent a journalist who is not an editor from seeing any articles except the ones they made. However, it seems that the code I made to get their...
Forum: General 03-25-2010, 07:09 PM
Replies: 4
Views: 515
Posted By SaintIsaiah
Just talked to him. He still doesn't want...

Just talked to him. He still doesn't want WordPress but he did authorize me to create my own php to manage the content. I've done it a few times before for clients so this definitely makes me feel...
Forum: General 03-25-2010, 04:22 PM
Replies: 4
Views: 515
Posted By SaintIsaiah
Good advise. I've tried recommending WordPress...

Good advise. I've tried recommending WordPress though and he absolutely refused and wants the entire website in basic HTML. Yet I work full time for him and he also holds me responsible if the work...
Forum: General 03-24-2010, 10:39 PM
Replies: 4
Views: 515
Posted By SaintIsaiah
Does this work the same?

Ok so here's my dilemma. I have a large-content site I'm working on for my boss (62 pages of content.) I wanted to minimize my workload for future edits, so I stripped the header and footer from...
Forum: Member Introductions 12-24-2009, 08:22 PM
Replies: 2
Views: 585
Posted By SaintIsaiah
Welcome Palani. Let us know if you need anything.

Welcome Palani. Let us know if you need anything.
Forum: The Lounge 12-24-2009, 12:16 AM
Replies: 11
Views: 861
Posted By SaintIsaiah
Thanks Hikari, you as well! :-)

Thanks Hikari, you as well! :-)
Forum: Javascript, AJAX, E4X 12-23-2009, 04:35 AM
Replies: 0
Views: 2,486
Posted By SaintIsaiah
NicEdit Modification

I was wondering if this was possible. I have the JS file for NicEdit, the WYSIWYG editor. I am wondering if there's a modification that can be made in this code to insert the image into the editor as...
Showing results 1 to 25 of 48

 

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