Upload, SSL and more php help
I recently just installed a ssl cert and do i use https for the whole site or just for the checkout.
my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod
first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete
PHP Search Issue
Hi, I am using the following code to search and return flights from a database. The user searches by
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
ME54/ME54N Conditional check for Release of PR
Hi Gurus,
My requirement is to put a check on the release of the PR with respect to the c
Regarding accessing SQL query issued by any user in Oracle 10g
Hi all,
i want to know the queries issued by various users accessing a database...
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means
Disable Scrollbar in TableControl
Hello everbody,
please can anybody help me - outherwise i'm going to become desperate :P<
Filename and Line Number Custom Error
I have a class, with a method that accepts 2 parameters. I would like to output error messages.