ASP.NET for sure. Better pay, and that laguage has been developed with design, unlike PHP. I also recomment looking into MVC framework and ENtitty...
For me, it's netbeans. Aptana is also very popular in PHP community.
If you use include, and the script cannot be found, it just throws warning and execution continues. On the other hand, if you use require and the...
And feel free to ask on nette framework forum, If you'll have any problems.
Try using nette framework. It has a lot of MVC features implemented, and it has other great features - the complete list is here.
you should also check if the $random + 12 isn't bigger then $sql[0]...
you switch the arguments of the limit clause, it should be $result = "mysql_query("SELECT id, name FROM featured LIMIT 12, $random")
Yeah, thanks... I just wanted to show you the easiest way ;)
Official php doc will be better ;) http://www.php.net/manual/en/language.oop5.overloading.php#language.oop5.overloading.members
It is used when you need flexibile variable naming... In this case, it is not used much. More used is version with magic properties in objects...
Yeah, you should either return value or print it directly. For example: <?php function ad_randomizer() { if($result_random_auto<=50){ $ad=...
Yeah, this is the right way...
I want to remind you - the main problem here is the memory. This does not solve the memory problem. One way would be to directly access point in...
The PHP will still have to read the whole file. The memory management of this works almost the same as reversing an array...
I don't think php is suitable for this task with its memory management.
Separate names with a comma.