Search results

  1. E

    PHP - convert comma separated values (not file) into array ?

    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 =...
  2. E

    PHP Include function - use variable?

    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?
  3. E

    Pontiac Bonneville '96, runs rough on low RPM's until it warms up?

    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...
  4. E

    how to read all http headers with php?

    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?
Back
Top