How to disambiguate columns from different tables in a SELECT clause using CodeIgniter's query builder
I am building a query involving a JOIN. This is the first time I've done db stuff with query builder and I've hit a bit ...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I am building a query involving a JOIN. This is the first time I've done db stuff with query builder and I've hit a bit ...
Consider: [Code Block] If I put a variable inside the braces, it prints out. But not the constant. How can I do it?
Using the SQL in the below code: [Code Block] Where the last column in the above is a `DATETIME` field, the result in th...
I get `mysql_fetch_row(): supplied argument is not a valid MySQL result` here is my code [Code Block] please guide me
Does `mysqli::error` encompass `mysqli_stmt::error`? If an error occurs preparing a statement or executing a statement, ...
Currently in my controller, when adding new data, I validate the inputs, and if there are any problems it lets a user kn...
Whats the best way to do a RPC (Remote Procedure Call) from a webpage or from JavaScript code? I want to keep it in Java...
Let's say my string is: [Code Block] How do I let PHP call the function `foo()` and insert the returning string to the r...
For a couple of days I'm trying to write (or update) EXIF information (geotag, latitude and longitude) in a JPG image us...
I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP. When I use `var_dump` on a large object or variable it does no...
Can someone help me convert this to an active record script? I'm trying to get the email address and contact name from a...
i`m trying to crate direct download link for my app on sever, meanwhile with no success. The apk location is http://bree...
Showing 7633 to 7644 of 8596 articles