Can php detect connection speed and thereafter swap out elements?
No code to post, lads, yet. Just looking for a yay or nay at this stage:
Can a php script be
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Running a cron job through PHP/Apache?!
Hello all,
I have a PHP script which makes a cron file from user input. When i try to run the cro
Restricted access to sub-folder in iis6 doesn't work?
Basically I'm trying to add restriction to sub-folder (which contains pdf) in web.config for iis6 as
Serial number of exernal hard disk/Thumbdrive
Hi guys,
I am new tio java networking concepts.Please tel me how to get Serial
number of exernal
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Need help with a mail notify function
I was tasked with setting up a site that's been prewritten. The site is basically a form that captur
Login Script Issues
I am using a script I got from http://phpsense.com/php/php-login-script.html in order to allow peopl
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
Lining up columns nicely.
Hello everyone, I'm having problems with making columns line up properly. Here is my code: