C++ API to Oracle dB
I need to perform a select command to the Oracle dB to obtain information from a table.
What libr
images aren't rendering
I'm trying to call a JPG file from within PHP (in an effort to hide the actual JPG folder). The imag
Mail Form receiving emails with no content
Hi, I hope someone here can help me.
I have a simple form in my website, it was working OK, after
Inserting the current date/time while submitting the forum
What do I need to add below to update the current date/time? I have a field in the database called d
upload only text files
hi guys i want to upload only text like like (pdf,note pad and ofiice files) so can any one please t
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Form validation with functions
Hi there
I am trying to make a very simple form validation function. I currently have the fol
Doubles are giving me problems
Ok so, first of all i made a double = 0.05, but when running the debugger it shows up as 0.04999. I
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo