try class car { static $one=1; static function change() { return self::$one++; } } $i; for ($i = 1; $i < 11; $i++) { echo...
If they are all on the same network don't they all have the same IP? You could use a system call by using either system("ping -b"); or...
@guy above me Yes you can perform that with javascript. You need to determine the line angle, the frame rate of movement, and the number of...
So your basically trying to make this an upload script? Why not just create an upload page? What exactly are you trying to upload and to where?...
I didn't know it returned an array(I've never used it), however it may not have that key. Make sure you first check to make sure its an array and...
<?php $userData = array('ip' => $_SERVER['REMOTE_ADDR'],'port_short' => substr($_SERVER['REMOTE_PORT'],0,2),'host' =>...
Technically this isn't my area of expertise(this is more of a server issue then a php one) but I bet its the fact that your not specifying that...
Use a html scrapper. That of write your own that reads only the meta tags and turns them into a multi-dimensional array that can be iterated...
I see a couple mistakes. $url="http://face-book.kvalitne.cz/upload.php"; $referer=$url; $url = parse_url($url); $host = $url['host']; $path =...
There is more then one method, however the more dynamic the site is the easier it is to extend it and customize it. For example you could create a...
I don't think those resrictions are for php or the C file system functions. Those are just for the user.I personally don't know what can be done...
You could also go modern and create a template system that before compile requires it to be added or auto adds it to the top of every template....
You need Adobe flash, swish max or another flash creation software. Additionally you may need to learn action script 2 or 3 depending on what your...
Technically speaking html doesn't do anything aside from mark up text and media to be presented on the web, css does the presentation and style,...
This site has a good tut on how to do it http://banagale.com/changing-your-system-path-in-windows-vista.htm add C:\xampp\php to the environment...
This is for windows only download zendframework unzip or uncompress the zip or tar file go to your xampp's htdocs folder rename the zend...
I'm downloading it now but I have to go to the store, I'll reply with how to do it once I've returned.
More additions show IP, port used to access page, ISP, browser array, computer memory being used at that time(ajax to call function to get values...
Fixed: 0's and 1's are now changed to Off and On respectively, null values are then removed cutting out params that aren't in the ini file. So now...
I see, I only really changed to code so it would work in php I didn't write the original code. I have yet to test it but I can offer one that...
Separate names with a comma.