Convert raw SQL with comma-JOINed tables related by identically named columns to CodeIgniter's query builder [duplicate]
I'm having trouble creating a query containing JOIN with a CodeIgniter query builder script. I have a MySQL query that r...
Latest news, tutorials, and updates from the PHP community
7044 articles available
I'm having trouble creating a query containing JOIN with a CodeIgniter query builder script. I have a MySQL query that r...
I have downloaded a PHP SDK for the UPS API. I have the following code and have no idea what an end point URL is. The do...
I have been directed to use the method `php://input` instead of `$_POST` when interacting with Ajax requests from JQuery...
How can I get height and width of a document in FPDF. For example, I've next line: [Code Block] But, I want to do someth...
I want to access the contents of a column called "email" in the database "tga_purchase_items" where the "id" of the row ...
How can I delete specific elements on xml using php my.xml [Code Block] I want to remove the "deleteThis" element and it...
I have a database where encoding is UTF-8 for multilingual purposes. It is intended that everything in my application is...
Possible Duplicate: How to parse and process HTML with PHP? I need to fetch the second column of the given HTML table us...
I want to understand how the webserver (for example: nginx) and cgi/fastcgi communicate with each other. How does the we...
I tested this query in my database, and it works fine: `select * from variables where value = 'commas-:-)';` I get a res...
Is this legal? Not near my work computer so can't test [Code Block] Specifically the lack of brackets, similar to an if-...
Is it better to validate user input before it's sent to the server with JS or server side with PHP? Or maybe it's worth ...
Showing 6217 to 6228 of 7044 articles