Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
Windows Authentication
I have a website which is windows authenticated.
now i want something more on this application.<
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug
Printing issues with xMII 11.5
For some reason, we have one report (and only one) that is giving us fits when trying to print. The
Format String help
I have a textbox where a person enters an application number. the application number is 10 characte
how to read and write into a word document using php...?
hi,
I need,reading and writting into a word document using php.
Thank u inadva