Error querying database.
I get the above error when trying to insert some values to a datatable.
Here's the code :
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
output_buffering so rewrite
I'm planning to rewrite some of my scripts so they don't have to use output buffering to accomplish
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
Update data to upper case in parent/child tables
Hi Gurus!
In production we have a product table and which is being reference by many tabl
problem with refreshing
in my site, i have an index page, it has a main div. this main div's content is changing according t
Login page problems
I developed a website a few months ago and I am now having an issue with logging into it. The place
Socket programming
Hello all,
I have a PHP socket script. GPS trackers connect to this socket. IMEI verification
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means