Kangry.com [insert cool graphic here]
home | Topics | Logout | Search | Contact | ?? Kangry ?? | Bandwitdh
Topics:
DVR
nvrec
Mplayer
Links
Misc
Commands
Humor

Name

Password

New user

uploaded files
(links)-> (Parent)->Php Links and notes submited by Russell Thu 19 Jan 06
Edited Sun 26 Oct 14
Web kangry.com
php-editors reviews
Tutorial on PHP/MySQL Step by step, assumes you can't isue mysql commands from the prompt, so it's more complicated than it needs to be. But Some cheap web hosting solutions dont give you shell access. So it has a point in being presented this way. Still, I'll take a command prompt if I can get one :-)
Dynamic PHP - Tricks PHP can do that Java/C#/C++ won't [IBM]
Convert HTML to PDF with PHP [dompdf/digitaljunkies]
How to change PHP parameters when you don't have access to php.ini You can also use this trick to have different rules for some directorys than others.
Put into .htaccess
php_flag register_globals off
With that option disabled, you have to use $_GET or $_REQUEST instead of having paramters passed in the url becoming global varables. This is safer. Details from w3schools

The same file can be used to fix problems with file uploads to Gallery2 Why_can.27t_I_upload_big_files

Php foreach:
foreach ($arr as $key => $value) {
    echo "Key: $key; Value: $value<br/>
";
}

Php validate Email address[Linuxjournal] .. you get a few choices. For my use, any is fine.

update php version on centos: https://webtatic.com/packages/php53/



Add comment or question...:
Subject:
Submited by: NOT email address. Leave blank for anonymous    (Spam Policy)

Enter Text: (text must match image for posting)




This file (the script that presented the data, not the data itself) , last modified Tuesday 06th of March 2018 11:41:12 PM
your client: claudebot
current time: Thursday 18th of April 2024 10:13:13 PM