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:
column name cancatenation within PL/SQL
I have a PLSQL store procedure, and the following statement is part of a subquery
fname||lnam
What am I missing here? Help!
Hello all!. I can't seem to get this working right. Well - it renders right, but something is goin
this code is strange !
Hi i got this code from the web.. It checks for live and dead socks
It is working perfectly on my
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
fwrite error
Hi All,
Does anyone know what is causing the error in this code?
Code: <?
$error
Combining Two Queries
I have two scripts that each work fine by themselves. One is a search script with a variable that de
how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi