Category "php"

Loading data from MySQL and populating dropdown select with jQuery Mobile, PHP

I am developing a PhoneGap application that gets some information from MySQL Database. I am struggling when I try to open a HTML page that contains two select i

How to set time with DateTime modify?

Ok, we have 2018-04-09T10:00:00 How to set time in: DateTime::createFromFormat('Y-m-d\TH:i:s', $periodauction)->modify('-1 day, +4 hour')->format('Y-m-d

Android Volley getParams() method not getting called for JsonObjectRequest

I have overrided getParams(), and mEmail, mUsername etc. are globally declared. @Override public Map<String, String> getParams() throws AuthFailureError

Stop caching for PHP 5.5.3 in MAMP

Installed MAMP on a new Macbook with PHP 5.5.3. Reload and refresh do nothing. Still nothing. Google around for a few minutes trying to find out what is wrong,

Why isn't my PHP exception working?

I am new to exceptions in PHP or any language really. I am trying to catch an exception if a user enters an invalid textual timezone ("xxxxxxxxxx" in this case)

Select option menu read from database and use it's values

<?php mysql_connect("localhost", "root","") or die(mysql_error()); mysql_select_db("tnews2") or die(mysql_error()); $query = "SELECT name,id FROM categories

Dynamic table in HTML using MySQL and php

I've seen many posts about how to build a table in HTML with PHP and Mysql, but my problem is, that I often change the headers of MySQL columns. Is there any wa

PHP, Static Analysis, and Recursive Type Checking

I'm looking at a Database ORM that uses an array to define the WHERE clause, e.g. $articles->find('all', [ 'OR' => [ 'category_id IS NULL',

Unable to guess the mime type as no guessers are available Laravel 5.2

So I'm getting this when I want to submit my form: Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?) I h

protect images from being copied

Im looking for reliable solutions to protect images from being copied.. My customer (photographer) would like to avoid customers copying her pictures without bu

Laravel query builder binding parameters more than once

I'm trying to bind the same value to some parameter in a raw query (Laravel 5.2) //this is a non practical example ,only for clarify the question DB::table('us

How to add a heading in between checkout fields of WooCommerce

I am customizing the WooCommerce checkout page fields. I want to add a heading (text) in between the fields. I have reordered the fields like this add_filter('w

Cannot find php-fpm.conf

I use php-fastcgi via nginx on Ubuntu 21.10, and I want to set the log_limit php-fpm directive to 8000 for my PHP logs not to be truncated, but I can't find php

What's the PostgreSQL equivalent of $mysqli->connect_error?

If mysqli error is thrown while connecting to database, it could be detected as below. if ($mysqli->connect_error) { $this->Session->setFlash(__('

How to insert Google Adsense Code in PHP script?

How to echo AdSense code with PHP? Here is the sample of my code which I am working for a codeigniter php. $adsence = " <div class=\"right-inner\">

Upload a file Using PHP and JavaScript

I selected a image using: <input type="file" id="pimg" name="pimg" accept='image/*'/> My javascript code: p_img =document.getElementById("pimg").val

Why is VS Code removing closing tag ?> on save. anyone knows?

when i save my php file then VS Code removes ?> tag from ending. and its causing problems in execution. I dont know why is this happening. If anyone knows pl

PHP cron job and php mail() function

I have a simple PHP script in a directory beta/cron/cron.php to send out mail as follows: <?php $to = "[email protected]"; $subject = "test subject"; $message =

Inserting Country Selection into MySQL PHP [duplicate]

I'm currently developing a site that provides specific news events to users. The purpose of the site is to allow users to select which countri

Sentry on Symfony: how to exclude `NotFoundHttpException`

I'm using the SentryBundle to integrate Sentry in my Symfony app. I don't want to record "NotFoundExceptions", so I configured the bundle this way: sentry: