Grids not displaying decimals, and behaving differently on different PCs?
Hello,
I coded a relatively simple MII application that allows data from a form to be add
New Search Engine
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
Is there a way to override built in php functions without APD?
I am trying to use the
rename_function()
override_function()
options that are built into
New Login Script
Hi all, i attempted to create a whole new login script witch isnt working for some reason i dont kno
Gaining access to Drop Down Menu Variable
code is below, I am creating a drop down menu. I want to echo the value selected in the drop down me
Chat Box in PHP
I was thinking in doing a Chat Box in PHP. For that I would use a form with two fields, Nick and Mes
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
Include with Parameters
In a particular page I would like to include a file that requires $_GET parameters.
when I go
cURL Sending File as Post
This is a bit complicated, I'm just hoping someone else has run into this and knows how to do it a d
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?