Forum: Programming
1st June 2010, 09:04 PM
|
|
Replies: 6
Views: 551 Re: PHP
The mail() function returns false if there was an error, so you can capture the return value in a variable and then branch based on its true/false value to add in error handling/logging.
WARNING!...
|
Forum: Programming
1st June 2010, 08:58 PM
|
|
Replies: 11
Views: 1,138 |
Forum: Programming
1st June 2010, 08:56 PM
|
|
Replies: 11
Views: 1,138 |
Forum: Programming
1st June 2010, 08:50 PM
|
|
Replies: 13
Views: 777 Re: For All You Programming Experts
The choice between Javascript and PHP isn't really an either/or. I'd say that to really become a top-flight web developer you're going to need to learn both. That said, I second the sentiments of a...
|
Forum: Programming
26th May 2010, 08:43 PM
|
|
Replies: 10
Views: 3,476 Re: HOw to cnvert SWF videos to WMV or MP4 ?
I would suggest ffmpeg for this; it's sort of the "swiss army knife" of video conversion tools. You would have to use Linux to run it, however. I don't think it can be built for Windows.
|
Forum: Programming
25th May 2010, 09:17 PM
|
|
Replies: 5
Views: 679 |
Forum: Programming
25th May 2010, 09:02 PM
|
|
Replies: 6
Views: 564 Re: Wordpress PHP question
Hi,
Would like to help but the information here is sparse. Can you post the actual code you are trying to execute, and any error information that you get back, either in the browser or (if you...
|