Hello,
I'm trying to convert a string that contains comma separated values into array:
----------------------------------------------------------------------------------------------------------------
$dresult = mysql_query("SELECT * FROM devices WHERE device= '$serial' ");
while($row =...
Hello,
I'm trying to convert a string that contains comma separated values into array:
----------------------------------------------------------------------------------------------------------------
$dresult = mysql_query("SELECT * FROM devices WHERE device= '$serial' ");
while($row =...
code:
...
$sdfcontent = $row['sdfcontent'];
...
include ($sdfcontent);
...
This doesn't work. The idea is to load the filename from the database, and use it as a part of the script.
Is it possible to make it work without using zillion "Case" options?
Hello, I have a problem with my Bonneville '96.
When the engine is cold, it runs rough, feels like diesel boat motor.
I've changed air filter, fuel filter, and spark plugs.
Occasionally it lites up Check Engine code P442 (EVAP Small leak), but it happens only with near empty tank, and I...
Hello, I need to read an information from the header, but I don't know exact property name for it.
Is there a way to read ALL header information in PHP so I can find the one I need?
something like $accept = $_SERVER["HTTP_ACCEPT"];
but to read all (even non standard) information from the header?