using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Big Problem!! Please help
Hi Guys,
Im making a website for a friend have encountered a really annoying problem. When ev
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
Showing selected item at top of list
Hi,
I've got a list of names which i am fetching from database like this:
$qry = db_query
DBCA Templates
Hi all,
I'm working on creating a template for DBCA, but can't find any documentation on the
Online Event Ticket Sales
Has anyone wrote a script for online tickets sales?
I have been googling and found lots of th
HOW to get the bind variables list.
I've the following problem : I've some SQL queries stored in my DB as VARCHAR2 values.
I need t
a very simple php header question (sorry!)
Firstly...I do apologise if this annoys anyone....a header error
I'm do not know php &
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here