-
PHP script listing file directory
Hello, I am looking for a script which will give a list of files in a... Read more
PHPFebruary 16, 2010 at 02:13 AM -
PHP - date after function
I'd like to stop displaying the variable generate the date after of my... Read more
PHPJune 29, 2010 at 11:25 AM -
Compiling C under linux/UNIX
Under linux, the C compiler is gcc. It is set as default under several... Read more
PHPApril 23, 2010 at 07:09 AM -
HTML - Transmission of a "variable" in PHP
With HTML and PHP, I want to retrieve (in a page) the value of a field of a... Read more
PHPApril 7, 2010 at 06:02 AM -
PHP - Replace the percentage symbol
I am currently developing a form for a website: When the form is... Read more
PHPSeptember 8, 2011 at 09:45 AM -
Unable to open php page with Wamp server
I can not read my php page with Wamp server. In my browser, I got the:... Read more
PHPMay 3, 2018 at 10:35 AM -
PHP - Last day of the month/Number of days in the month
Using $m as the number of the month i and $y as year. Function date() can... Read more
PHPOctober 24, 2009 at 02:40 AM -
PHP - List the files of a sub-directory
I've currently created a small site that can scan a folder and list all the... Read more
PHPDecember 9, 2011 at 10:13 AM -
View a text input in PHP echo
I want to display a input type = "text" in a PHP echo. echo... Read more
PHPNovember 15, 2011 at 10:11 AM -
PHP / MySQL - Login page
I've created a members area on my website but I have a big problem at the... Read more
PHPJuly 18, 2011 at 12:24 PM -
PHP script to test the validity of email addresses
I wonder if there is a PHP solution (or other) to test the validity of an... Read more
PHPJuly 30, 2012 at 07:32 AM -
Connecting to Oracle via php
Oracle database is a useful database server which can be connected through... Read more
PHPNovember 22, 2011 at 05:33 PM -
Connecting to an Ingres database with PHP
This tip is based on following Ingres documentation: Ingres® 2006... Read more
PHPNovember 29, 2009 at 07:18 AM -
Display the IP Address of a Visitor With PHP
Do you want to display the IP address of a visitor to your webpage? This... Read more
PHPJuly 8, 2020 at 05:03 AM -
PHP - Installation under Windows (EasyPHP)
For PHP to work, it is necessary to download the sources from a specialized... Read more
PHPMarch 14, 2013 at 10:00 AM -
How to Access a Database with PDO/mysqli
This article explains how to access a database in PHP using MySQLi or PDO.... Read more
PHPJune 25, 2015 at 12:55 PM -
Installing PhpVirtualBox under Ubuntu
This is an open source implementation via Ajax/PHP. An administration... Read more
PHPAugust 15, 2011 at 01:02 PM -
Unable to load dynamic library '/usr/lib/php4/20020429/mysql.so
You get a message like following following an update to PHP: Unable to... Read more
PHPNovember 28, 2009 at 01:59 AM -
Importing large SQL file via phpMyAdmin
I have a concern with PHPMyAdmin and my server, to tell the story: I... Read more
PHPMay 7, 2010 at 09:39 AM -
PHP - mail function() issue
The mail function() is blocked by most free hosts for security reasons... Read more
PHPApril 24, 2012 at 10:58 AM