Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points whi
PHP MySQL Return Results Issue
Hi guys,
I'm running joomla and made a module which is using ajax.
Basically i just have a
getting rid of quotes in strings
sick of trying to deal with them in multiple ways (entering in and taking from database, echoing, ec
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
php libs/ browsercap.in
ok i have a host that refuses to stay current. they control my php settings and libs. is there a way
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
Navigation include for all site directories
Hi,
I need a navigation include that can deal with directories at different levels on a site.
what business processes?
Hi,
A general question. What business processes (like OTC - Order to Cach, P2P, R2R etc)
Getting number of affected rows in SQLPLUS..
Hi everyone,
I have a shell script where i am invoking sqlplus, running a query and saving t
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code