php calculate
this code echoes correctly the sum but the inserted result is 0??
Code: <?php
$TotalNum
switch not getting value
what am i doing wrong?
i want to populate the country list according to the category
i want to
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Batch update record with Pagination
Hoping someone can help me with this issue I'm having, im trying to batch update records from a resu
Undefined offset
The following script checks to see if the user answer matches the correct answer.
Form Fiel
Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t
Need help Updating SQL Server Express DB from c# :(
Please can anyone help with:-
1 How to sructure the strSelect statement.
2 How to instruct
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
php/mysql problem
Hey all,
Problem: im trying to setup a shop where people can use a drop-down list to select t
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav