Search results
From Global Programming Syntax
You searched for PHP/Server-side_cookies (all pages starting with "PHP/Server-side_cookies" | all pages that link to "PHP/Server-side_cookies")
No page title matches
There is no page titled "PHP/Server-side_cookies".
For more information about searching Global Programming Syntax, see Help.
Showing below 17 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
Page title matches
- PHP - Server-side cookies ... install this script, first you will need to setup a database. So create a php file with the following code and configure the following code to connect t ... <code php>8 KB (921 words) - 06:35, 5 May 2010
Page text matches
- PHP - Basic page hits counter ... pt, CGI script and Flash but today we now have even more languages such as PHP and Ajax which can deliver better and more accurate results. The counter b ... <code php>3 KB (428 words) - 05:47, 5 May 2010
- PHP ... to use Javascript, Java or Ajax to do the job otherwise it would require a php reload. Just keep that in mind as many people have been confused by this. -=PHP DANIWEB RESULTS=-3 KB (504 words) - 05:25, 5 May 2010
- PHP - Making PHP loop in circles ... u will learn the loopedy loop loop syntax as I call it. Basically it makes php repeat some code with a few variables changed each time making it redo sim ... <code php>$id=1;4 KB (711 words) - 05:26, 5 May 2010
- PHP - The Mysql stuff ... Admin can be found at [http://www.phpmyadmin.net/documentation/ http://www.phpmyadmin.net/documentation/] So using the PhpMyAdmin Interface, trying creating a table called 'mytable' (without the qu ...16 KB (2819 words) - 05:27, 5 May 2010
- PHP - Using Arrays Arrays are an important part of php as they allow you to loop through a specific group of data and collect dat ... <code php>$array_var=array('apple','orange','banana','salt');</code>15 KB (2600 words) - 05:32, 5 May 2010
- PHP - Using Sessions To use sessions, you always need to place into the very top of your php file the following code: <code php><?php session_start();</code>3 KB (487 words) - 05:33, 5 May 2010
- PHP - Pagination made easy <code php><?php echo '<a href="index.php?page='.$p.'"><b>'.($p+1).'</b></a>';4 KB (789 words) - 05:36, 5 May 2010
- PHP - Installing Image Magick on Windows XP with PHP 5.2.X ... sion directory. Then rename the dll to "php_imagick.dll". Now go into your php.ini file and add the following. <pre>extension=php_imagick.dll</pre>2 KB (315 words) - 05:37, 5 May 2010
- PHP - Currency Converter ... e to use another websites currency converter on your website with a simple php script. First the function to use the yahoo currency converter is as follo ... <code php>function currency_convert($Amount,$currencyfrom,$currencyto)2 KB (356 words) - 06:08, 5 May 2010
- PHP - Easy Database Manager <code php>3 KB (359 words) - 06:09, 5 May 2010
- PHP - Email Form ... to a server where it is processed. In this case it is being processed by a php script which then gets reprocessed by the servers email software. Then the ... [[Image:phpemailform.jpg]]2 KB (340 words) - 06:10, 5 May 2010
- PHP - Link clicks counter ... ked on. Below is a simple link counter which requires a MySQL database and PHP. To create the MySQL table run/execute the following script with the first ... <code php>4 KB (694 words) - 06:24, 5 May 2010
- PHP - Login System ... ed 'username' and 'password'. So the first script is the page named 'login.php'. <code php><? session_start();2 KB (283 words) - 06:26, 5 May 2010
- PHP - Longer Lasting Cookies ... install this script, first you will need to setup a database. So create a php file with the following code and configure the following code to connect t ... <code php>9 KB (997 words) - 06:27, 5 May 2010
- PHP - Server-side cookies ... install this script, first you will need to setup a database. So create a php file with the following code and configure the following code to connect t ... <code php>8 KB (921 words) - 06:35, 5 May 2010
- PHP - Sha1 dehasher First you will need to create a mysql database with phpmyadmin then add a table named 'dehasher' (without the quotes) and inside t ... Next is the make the files. So 'db.php' is the following:11 KB (1487 words) - 06:36, 5 May 2010
