tagged [php]

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