IP question
ive got 2 ip addresses both global from same user how would i detect if they are local to each other
need a script for 3 pages
I have a customer who wants me to set up a site with a number of pages with the following requiremen
Will this protect from mysql injection?
I do not want anything like DROP TABLE to work or any type of coding..
Heres my code.. is it
Simple email form - Newbie
Hello all,
First time poster!
I've been asked to create a simple HTML form that submit
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
SHOW TABLES Help
Hi all
I have the following
Code: [Select]<?php
$sql = "SHOW TABLES&quo
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
mysql_query returning boolean instead of mysql ressource
Hi,
I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the que
Is it possible to view php source code??
Hi All
I was just wondering if it's possible to view a websites php source code?
I know
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?