How to XMLRPC::Client authentication
I need to make an XMLRPC request that has to be authenticated, and have found limited documentation on the authenticatio...
Latest news, tutorials, and updates from the PHP community
8483 articles available
I need to make an XMLRPC request that has to be authenticated, and have found limited documentation on the authenticatio...
When I try to execute (some) queries in phpMyadmin I get this error Fatal error: Maximum execution time of 60 seconds ex...
I'm having a bit of trouble using MYSQL LOAD_FILE() in conjunction with prepared statements in order to upload an image ...
I want a version of `str_replace()` that only replaces the first occurrence of `$search` in the `$subject`. Is there an ...
I'm building a rather large Lucene.NET search expression. Is there a best practices way to do the string replacement in ...
I'm using GhostScript to merge to PDFs into one PDF. One of the PDFs has textbox fields (editable fields) that I created...
My setup is as follows: [Code Block] Basically I want to somehow join the tables `data` and `users` on the `user_id` fie...
I need to show a `dropdown` select form to the browser with the contents of the array. I also need to have the item sele...
I use codeigniter, and I need to get data from 2 different table. for now it returns data only from works_image table. h...
I am using this type of SQL on MySQL to insert multiple rows of values in one single query: [Code Block] On the readings...
I've seen many tutorials online that says you need to check `$_SERVER['HTTPS']` if the server is connection is secured w...
If I am using mysqli prepared statements, do I still need to use `mysqli_real_escape_string()` as well? Is this necessar...
Showing 8389 to 8400 of 8483 articles