¡@

Home 

php Programming Glossary: talking

Error logging, in a smooth way

http://stackoverflow.com/questions/10331084/error-logging-in-a-smooth-way

. e getMessage log it This is an example of what I was talking about above Not having the logging deep in a class function.....

Performance of try-catch in php

http://stackoverflow.com/questions/104329/performance-of-try-catch-in-php

them for regular control flow. Someone posted an answer talking about profiling code which throws an exception. I've never tested..

PHP mysql insert date format

http://stackoverflow.com/questions/12120433/php-mysql-insert-date-format

do not get evaluated for SQL. If you don't know what I'm talking about or how to fix it read the story of Bobby Tables . Also..

Optimizing Kohana-based Websites for Speed and Scalability

http://stackoverflow.com/questions/1260134/optimizing-kohana-based-websites-for-speed-and-scalability

projects. Here are some points that come to my mind when talking about performance scalability PHP ... I've used many of those.. APC and Squid Cache . Yep they are using Squid and I was talking about varnish that's just another possibility ^^ Varnish being..

Shortcomings of mysql_real_escape_string?

http://stackoverflow.com/questions/12703420/shortcomings-of-mysql-real-escape-string

latter bypasses the mysql_ API which still thinks you're talking to the database using latin1 or something else . When using..

What is the right way to handle $_POST data in MVC?

http://stackoverflow.com/questions/13359818/what-is-the-right-way-to-handle-post-data-in-mvc

Not entirely sure what you meant with this. Seems you were talking about instantiation of an abstraction which would contain the..

Why is PDO better for escaping MySQL queries/querystrings than mysql_real_escape_string?

http://stackoverflow.com/questions/1742066/why-is-pdo-better-for-escaping-mysql-queries-querystrings-than-mysql-real-escape

for all the 'standard' functions you are using now for talking to a database. So instead of calling a series of the 'mysql_doSomething..

How does PHP Work?

http://stackoverflow.com/questions/2034501/how-does-php-work

that can be used outside of the browser. But I'm mainly talking about in a Apache enviorment where a user requests a web page..

PHP tutorial that is security-, accuracy- and maintainability-conscious? [closed]

http://stackoverflow.com/questions/2119083/php-tutorial-that-is-security-accuracy-and-maintainability-conscious

and security holes. That's why I normally don't like talking to you really. But I'm looking to learn PHP now and I'd like.. prevented from having an apostrophe in their name or from talking about the HTML script tag in their message like what I'm doing..

How do I get the current time zone of MySQL?

http://stackoverflow.com/questions/2934258/how-do-i-get-the-current-time-zone-of-mysql

go assuming the web server and the DB server it's talking to are set to if not actually in the same timezone isn't a huge..

What is the difference between the PHP open tags ??lt;?=??and ??lt;?php????lt;???

http://stackoverflow.com/questions/3019696/what-is-the-difference-between-the-php-open-tags-and-php

php syntax share improve this question Rather than talking about whether short_open_tags is deprecated or not we should..

Performance of FOR vs FOREACH in PHP

http://stackoverflow.com/questions/3430194/performance-of-for-vs-foreach-in-php

also apparently dead slow or is this not a PHP thing . I'm talking about the array functions next prev reset etc. well if they..

PHP: get classname from static call in extended class

http://stackoverflow.com/questions/506705/php-get-classname-from-static-call-in-extended-class

will return classname from static call. Here is what 'm talking about Class Action function n some actions And when i call it..

What factors make PHP Unicode-incompatible?

http://stackoverflow.com/questions/571694/what-factors-make-php-unicode-incompatible

several years ago UTF 8 was not really supported. We are talking about a time when non Unicode OS like Windows 98 Me was still..

How to get Insert id in MSSQL in PHP?

http://stackoverflow.com/questions/574851/how-to-get-insert-id-in-mssql-in-php

name or any other info to specify which table database i'm talking about php sql server share improve this question @@IDENTITY..

Special characters in PHP / MySQL

http://stackoverflow.com/questions/633762/special-characters-in-php-mysql

know which character set encoding your client application talking from the database persoective that's your PHP script is expecting..

PDO support for multiple queries (PDO_MYSQL, PDO_MYSQLND) [closed]

http://stackoverflow.com/questions/6346674/pdo-support-for-multiple-queries-pdo-mysql-pdo-mysqlnd

in one statement. I've been Googleing and found few posts talking about PDO_MYSQL and PDO_MYSQLND. PDO_MySQL is a more dangerous..

What is the best way to stop people hacking the PHP-based highscore table of a Flash game

http://stackoverflow.com/questions/73947/what-is-the-best-way-to-stop-people-hacking-the-php-based-highscore-table-of-a-f

hacking the PHP based highscore table of a Flash game I'm talking about an action game with no upper score limit and no way to..