Search found 1465 matches
- Sat Oct 23, 2010 7:51 pm
- Forum: Site News
- Topic: New Frameworks Forum
- Replies: 6
- Views: 43111
Re: New Frameworks Forum
I considered that, but if we get enough Framework questions for any particular framework over others, we'll branch them off. Until then, let's see if the Framework forum get's enough questions. =)
- Fri Oct 22, 2010 10:29 pm
- Forum: PHP - Frameworks
- Topic: [Framework Name] Posting Sample
- Replies: 0
- Views: 22676
[Framework Name] Posting Sample
To get the most help, you should prepend your subject with the name of the framework you are using. So, if you are using Zend Framework, you might use this as a subject line: [Zend] Will_Turners_Bootstrap_Bootstrap not found, plz help! or [ZF] Zend_Session_FunkyTown not working This will go a long w...
- Fri Oct 22, 2010 10:25 pm
- Forum: Site News
- Topic: New Frameworks Forum
- Replies: 6
- Views: 43111
New Frameworks Forum
By popular demand, and after numerous discussions, someone decided to put up a PHP Frameworks forum. It's pretty simple. If you have questions geared toward using a publish PHP Framework like Zend or CodeIgniter, that's where you should post. Simple enough. Enjoy!
- Fri Oct 22, 2010 10:10 pm
- Forum: PHP - Frameworks
- Topic: Frameworks
- Replies: 1
- Views: 26479
Frameworks
PHP Frameworks There are a large number of PHP Frameworks out there, each with different features, requirements, and ways of doing things. Wikipedia has an excellent comparison chart of some of the most popular PHP Frameworks . It's not complete, but covers the most common cases out there. Most Pop...
- Sun Oct 17, 2010 7:35 am
- Forum: PHP - Code
- Topic: [SOLVED] Help making a Newsletter email system
- Replies: 6
- Views: 1480
Re: Help making a Newsletter email system
We do not support people trying to get others to solve school work. I have no issue with you getting help in trying to resolve any problem, but we aren't going to do the work for you. If you simply want help in trying to understand and fix the problem, that's fine. We don't have a problem here. Cont...
- Sat Oct 16, 2010 3:44 pm
- Forum: PHP - Code
- Topic: PHP Emailing?
- Replies: 2
- Views: 216
Re: PHP Emailing?
Hrm, I'm getting errors related to firewalls blocking port 993. Make sure this isn't the case for you.
- Fri Oct 15, 2010 8:54 pm
- Forum: General Discussion
- Topic: FORUM Extremely SLOW
- Replies: 74
- Views: 8345
Re: FORUM Extremely SLOW
Not intending to be dismissive (because I do appreciate the comments and suggestions, and do consider them), but unless I'm positive I'd be adding value to the forums by putting up advertising of any type, I don't want them. I could have cashed out DN a long time ago, or littered it with ads and bui...
- Fri Oct 15, 2010 5:39 pm
- Forum: General Discussion
- Topic: FORUM Extremely SLOW
- Replies: 74
- Views: 8345
Re: FORUM Extremely SLOW
Hosting is being handled through a special arrangement. Appropriate parties have come to an agreement. No need for ads to cover the cost. If we do ads, it will be ads that are, in a way, content we'd normally have here anyways, but there are no plans for that. Net result is forums get a fancy new ma...
- Fri Oct 15, 2010 11:31 am
- Forum: PHP - Code
- Topic: Take a screenshot of a webpage using PHP
- Replies: 1
- Views: 175
Re: Take a screenshot of a webpage using PHP
You'll probably want to look into using Selenium-RC.
- Tue Oct 12, 2010 8:43 am
- Forum: PHP - Code
- Topic: Form validation problem (newbie)
- Replies: 8
- Views: 1419
Re: Form validation problem (newbie)
What do you mean here by repeatedly? Are you spamming Submit or just hitting it once, then showing the results, and then clicking the button again?The problem occurs when I repeatedly hit 'Submit' in Firefox and IE
- Wed Oct 06, 2010 8:50 pm
- Forum: PHP - Code
- Topic: Newbie on the board - PHP error
- Replies: 12
- Views: 948
Re: Newbie on the board - PHP error
I found the answer to the error issue - upgraded the php on my serve from 4 to 5 and uploaded my php.ini file that seemed to make the script work. However it's still not able to create or write to a file. What do I change in the ini file? Still learning but thank you for all those who responded!! T...
- Wed Oct 06, 2010 8:48 pm
- Forum: PHP - Code
- Topic: Newbie on the board - PHP error
- Replies: 12
- Views: 948
Re: Newbie on the board - PHP error
the php(folder) directory exists - all the scripts that I have written are located there. http://www.allapparel.biz/php/orderform.html No. That's not the same. Look, this is the error: /home/e/f/a/14751/14751/public_html/../php/orders.txt You are dealing with files on the server, not a URL. A URL i...
- Wed Oct 06, 2010 3:34 pm
- Forum: PHP - Code
- Topic: Newbie on the board - PHP error
- Replies: 12
- Views: 948
Re: Newbie on the board - PHP error
So... does that directory exist already? If not, you'll have to create the php directory and make it writable before you'll be able to create the file with fopen.
- Wed Oct 06, 2010 2:20 pm
- Forum: PHP - Code
- Topic: Newbie on the board - PHP error
- Replies: 12
- Views: 948
Re: Newbie on the board - PHP error
Remove the @ from this line
@ in front blocks the line from throwing any errors, and we want to see the specific error that pops up.
Code: Select all
@$fp = fopen("$DOCUMENT_ROOT/../php/orders.txt", 'ab');
- Tue Jul 13, 2010 9:37 am
- Forum: General Discussion
- Topic: Am I out of my depth ?
- Replies: 5
- Views: 851
Re: Am I out of my depth ?
Welcome to the world of web development! What you are experiencing is common with any new project. I'm fairly slow when joining a project. Everything is done wrong, and how could they possibly have done it that way!? 6-months later, and I'm wondering why the new guy is having problems. =) Give it ti...