Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
array_combine() error
getting an "Warning: array_combine() [function.array-combine]: Both parameters should have an e
How to make a mail Form secure?
I want to create an email Form on my web site. How can I make the Form secure so the submitted info
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Match stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
count only commas outside parenteses
I have a sql table containing
id - query - query name
the first page contains a drop down men
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa