tagged [php]

How to get complete current url for Cakephp

How to get complete current url for Cakephp How do you echo out current URL in Cake's view?

26 Jul at 21:44

How to pop an alert message box using PHP?

How to pop an alert message box using PHP? How to pop an alert message box using PHP?

12 Apr at 14:0

How to convert date to timestamp in PHP?

How to convert date to timestamp in PHP? How do I get timestamp from e.g. `22-09-2008`?

4 Aug at 15:32

How to post SOAP Request from PHP

How to post SOAP Request from PHP Anyone know how can I post a SOAP Request from PHP?

22 Jan at 22:36

how to detect search engine bots with php?

how to detect search engine bots with php? How can one detect the search engine bots using php?

31 Mar at 05:38

Difference between require, include, require_once and include_once?

Difference between require, include, require_once and include_once? In PHP: - `require``include`- `require_once``include_once`

27 Mar at 11:39

How can I run a PHP script inside a HTML file?

How can I run a PHP script inside a HTML file? How can I run simple PHP code inside a ?

30 Nov at 22:52

mcrypt is deprecated, what is the alternative?

mcrypt is deprecated, what is the alternative? The mcrypt-extension is [deprecated](http://php.net/manual/en/migration71.deprecated.php#migration71.deprecated.ext-mcrypt) will be removed in PHP 7.2 ac...

Website screenshots

Website screenshots Is there any way of taking a screenshot of a website in PHP, then saving it to a file?

9 Aug at 13:46

Passing base64 encoded strings in URL

Passing base64 encoded strings in URL Is it safe to pass raw base64 encoded strings via GET parameters?

3 Sep at 17:37

Download multiple files as a zip-file using php

Download multiple files as a zip-file using php How can I download multiple files as a zip-file using php?

2 Apr at 15:32

Razor syntax PHP equivalent

Razor syntax PHP equivalent Is there an equivalent to the new ASP.NET razor syntax in PHP?

5 Sep at 13:59

How to convert an image to Base64 encoding

How to convert an image to Base64 encoding How can I convert an image from a URL to Base64 encoding?

2 Aug at 11:44

Is there an equivalent for var_dump (PHP) in Javascript?

Is there an equivalent for var_dump (PHP) in Javascript? We need to see what methods/fields an object has in Javascript.

27 Nov at 11:29

How to get time difference in minutes in PHP

How to get time difference in minutes in PHP How to calculate minute difference between two date-times in PHP?

21 Jul at 07:58

Clear data in MySQL table with PHP?

Clear data in MySQL table with PHP? How do I clear all the entries from just one table in MySQL with PHP?

16 Dec at 02:29

Convert String To date in PHP

Convert String To date in PHP How can I convert this string `05/Feb/2010:14:00:01` to unixtime ?

24 Dec at 03:16

PHP 7 RC3: How to install missing MySQL PDO

PHP 7 RC3: How to install missing MySQL PDO I am trying to setup webserver with `PHP 7 RC3` + `Nginx` on `Ubuntu 14.04` (for test purposes). I installed Ubuntu in Vagrant using `ubuntu/trusty64` and P...

23 Sep at 00:3

Get table column names in MySQL?

Get table column names in MySQL? Is there a way to grab the columns name of a table in MySQL using PHP?

27 Oct at 21:26

Convert to date format dd/mm/yyyy

Convert to date format dd/mm/yyyy I have the following date: . I would like to convert this date to the format.

18 Sep at 18:5

Remove first 4 characters of a string with PHP

Remove first 4 characters of a string with PHP How can I remove the first 4 characters of a string using PHP?

8 Feb at 03:28

PHP Variable Variables

PHP Variable Variables How does php handle something like this... What would my new variable name be?

22 Dec at 17:38

How to read if a checkbox is checked in PHP?

How to read if a checkbox is checked in PHP? How to read if a checkbox is checked in PHP?

8 Feb at 22:26

What is the difference between Sessions and Cookies in PHP?

What is the difference between Sessions and Cookies in PHP? What is the distinction between and in PHP?

Are PHP Variables passed by value or by reference?

Are PHP Variables passed by value or by reference? Are PHP variables passed by value or by reference?