single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
problems with contact forms that are only protected against SQL injections
What could be a potential problem with contact forms that are only protected against SQL injections
DOMDocument parsing
Hello, I am parsing an xml file from an API which I have converted into a DOMDocument in php. This i
PHP Search Issue
Hi, I am using the following code to search and return flights from a database. The user searches by
Am i doing this wrong?
Im pulling from an Oracle database some info... one of which is a field count_pnums which is a NUMBE
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
Retrieving the 25 most recently added entries from all tables in a MySQL databas
Hello,
The code below works great. It creates a table that shows the 25 most recently added t