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?

Can a PHP script unserialize a Storable file created with Perl?

Can a PHP script unserialize a Storable file created with Perl? Can a PHP script unserialize a Storable file created with Perl?

6 Mar at 16:49

How can I truncate a string to the first 20 words in PHP?

How can I truncate a string to the first 20 words in PHP? How can I truncate a string after 20 words in PHP?

13 Apr at 10:28

intl extension: installing php_intl.dll

intl extension: installing php_intl.dll I'm trying to locate `php_intl.dll` and install it. Does anyone have any tips?

11 Dec at 17:33

How do I see which checkbox is checked?

How do I see which checkbox is checked? How do I check in PHP whether a `checkbox` is checked or not?

14 Sep at 17:4

Relationship problem?

Relationship problem? I have four tables And I want to find a record using student id and tag name. What relationship do I use?

13 May at 14:6

check if url exists in php

check if url exists in php why won't this work?

1 Jan at 18:23

When should I use 'self' over '$this'?

When should I use 'self' over '$this'? In PHP 5, what is the difference between using `self` and `$this`? When is each appropriate?

2 Sep at 23:14

PHP: Limit foreach() statement?

PHP: Limit foreach() statement? How can i limit a foreach() statement? Say i only want it to run the first 2 'eaches' or something?

1 Nov at 11:50

Get first day of week in PHP?

Get first day of week in PHP? Given a date `MM-dd-yyyy` format, can someone help me get the first day of the week?

13 Dec at 21:50

Which version of CodeIgniter am I currently using?

Which version of CodeIgniter am I currently using? Quick question. Is there something similar to a `phpinfo()` - that would display the version for `CodeIgniter`? Thanks.

20 Dec at 17:4

php notification

php notification how to make a notification code in php? when user make a booking request how to notify admin that there were incoming booking request?

15 Feb at 14:9

How to check for null in Twig?

How to check for null in Twig? What construct should I use to check whether a value is NULL in a Twig template?

8 Mar at 18:33

Regular expressions to remove space and whitespace in PHP?

Regular expressions to remove space and whitespace in PHP? I'm looking for regular expressions to remove space and whitespace before and after a comma.

9 Aug at 16:1

How do you set up use HttpOnly cookies in PHP

How do you set up use HttpOnly cookies in PHP How can I set the cookies in my `PHP apps` as `HttpOnly cookies`?

5 Jun at 22:9

How to create a DOM from a User's input in PHP5?

How to create a DOM from a User's input in PHP5? How to create a DOM from a User's input in PHP5?

1 Jul at 15:7

How do I read any request header in PHP

How do I read any request header in PHP How should I read any header in PHP? For example the custom header: `X-Requested-With`.

6 Feb at 08:50

PHP 5 disable strict standards error

PHP 5 disable strict standards error I need to setup my PHP script at the top to disable error reporting for strict standards. Can anybody help ?

8 Aug at 14:6

PHP array printing using a loop

PHP array printing using a loop If I know the length of an array, how do I print each of its values in a loop?

18 Aug at 14:41

How do you parse and process HTML/XML in PHP?

How do you parse and process HTML/XML in PHP? How can one parse HTML/XML and extract information from it?

24 Dec at 15:45

Where does PHP's error log reside in XAMPP?

Where does PHP's error log reside in XAMPP? I've been using XAMPP for Windows. Where does PHP's error log reside in XAMPP?

6 Jun at 07:37

Location for session files in Apache/PHP

Location for session files in Apache/PHP What is the default location of session files on an installation of Apache/PHP on Ubuntu 10.10?

7 Feb at 23:19

Get a user's current location

Get a user's current location How can I determine a user's current location based on IP address (I guess it works this way).

3 Feb at 19:26

which editor is used in wordpress?

which editor is used in wordpress? Which editor is used in wordpress? I need one editor something like wordpress used. Please give me some good editors.

15 Oct at 17:25

Output an Image in PHP

Output an Image in PHP I have an image `$file` ( eg `../image.jpg` ) which has a mime type `$type` How can I output it to the browser?

13 Apr at 15:25

How to get first 5 characters from string

How to get first 5 characters from string How to get first 5 characters from string using php result should be like this

30 Sep at 04:47