validating url
im trying to validate url's sent to me by a form
the url's im collecting are for placing banners
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
Securing a user input - need some confirmation
Hello All,
I am in the process of recoding a large proportion of an e-commerce site, one of t
Basic Question about Threading and PHP...
I have a page that I am working on and it is taking several hours to process. The basics of what th
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som
Undefined variable: adHTML
Hello:
While checking my site error logs, I've noticed one repetitive error that fills the lo
How to generate a random array of integers subject to a certain constraint
I am writing a program that asks the user to enter an integer N and then generates a random array of
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */