
Daniel0
Staff Alumni-
Posts
11,885 -
Joined
-
Last visited
Everything posted by Daniel0
-
Well, I would say it's an obvious truth. If I have the choice between helping you and getting paid, or helping someone else and not getting paid, who do you think I will help? I believe most of the people who feel they're competent enough to help people share the same point of view. You can see it as freelance consulting if you wish. Priority support costs and if you're not willing to pay then you'll have to wait in the line and hope someone finds your problem interesting enough that they want to help you for free.
-
Well, having only 14 posts I count 3 violations of the rules already: http://www.phpfreaks.com/forums/index.php/topic,255353.msg1200777.html#msg1200777 http://www.phpfreaks.com/forums/index.php/topic,245245.msg1146039.html#msg1146039 http://www.phpfreaks.com/forums/index.php/topic,255368.msg1200870.html#msg1200870 21% of your posts violated the rules. Maybe the problem isn't the speed, but your way of posting. Read this. Yes, read it all. Yeah, it's pretty long, but read all of it anyway. And not just read it, but follow it. Anyway, if you want faster help then send me some money and I'll prioritize your posts higher than the other ones.
-
It's called checked instead.
-
Yeah call_user_func_array(array($object, 'function'), array('arg1', 'arg2'));
-
By your own given possible answers, you're the idiot mysql_fetch_*() moves the pointer one forward. Eventually the pointer will be at the end in which case those functions will return FALSE.
-
<option value ="Devlopers"<?php if ($value == 'Devlopers'): ?> selected="selected"<?php endif ?>>Devlopers</option>
-
For each option, check if the value corresponds to the previously selected value. If it does, mark it as selected.
-
Sessions give you control over how to store the data. The only thing the user will then be responsible for storing is their own session identifier.
-
call_user_func_array
-
Creating a line break after writing to a file??
Daniel0 replied to adam1984's topic in PHP Coding Help
There is a built-in constant called PHP_EOL that will contain the line break sequence for your operating system. -
That doesn't necessarily mean you cannot write a TDD primer.
-
What do you mean with "doing .htaccess on a folder"? .htaccess files just contain Apache configuration directives. Not only does it have nothing to do with PHP whatsoever, but it can all be looked up in the Apache documentation.
-
Here is yet another alternative: http://devzone.zend.com/article/4571-Fetching-multiple-random-rows-from-a-database
-
A sub query returns a result, like all queries do, and you can use that result as a variable in your query. That's it, essentially.
-
http://web.archive.org/web/20080209154336/http://www.phpit.net/article/simple-mvc-php5/
-
A login script is essentially so simple that it's not even worth dedicating a tutorial for that. Stuff involved is essentially form processing, database access and sessions/cookies. We have a tutorial for sessions and cookies and we have one for database access and another one focusing on joins and unions. Then you have form processing, but that's fairly straightforward. You simply read from the $_GET or $_POST superglobal. You might also be interested in this blog post that talks about breaking a script/application down into logical elements the same way I just did.
-
You mean like this? http://www.phpfreaks.com/tutorial/debugging-a-beginners-guide
-
Please do not post links to download copyrighted material that you do not have the right to redistribute yourself.
-
I'll sticky this for further reference and in case other people might know books that people might find useful.
-
I can't remember when I've last used FTP. I always use SSH, SCP and SVN.
-
I've read some of SitePoint's Simply JavaScript. At the time I read it I found it pretty good.
-
[quote author=lukkyjay link=topic=119433.msg728404#msg728404 date=1193718287] I'm just now starting to learn php for a project on my own site. I don't understand how a WYSIWYG would work with php, but that would be awesome if it were actually possible. Can you get specific about the best WYSIWYG for a beginner? [/quote] WYSIWYG is for HTML only. Best is a matter of personal preference and hence the reason why this and [url=http://www.phpfreaks.com/forums/index.php/topic,54859.0.html]this[/url] topic are created.
-
http://zend.com/studio (Zend Studio)
-
And for those who don't know how to use Google: FileZilla SmartFTP CuteFTP (Pro - Home - Mac Pro) RightFTP CoreFTP JFtp FireFTP