sorry to post it here.. i really need your attention..
thanx
hi guys! i am enim, i usually post thread in PHP and i guess its my first time here in mysql..
i have problem regarding the total count of the terminatecause..
i need the count of ANSWERED calls only and the total count of all calls..
can i […]
Dear folk ,
consider I define a constant value
<?php
/*——–values.inc.php ————*/
define("Data","MyValue")
?>
so right now I want to change the Value of Data from another page and I wold like that to be saved on Values.inc.php file , you know I’m thinking some kind of data Store ,instead of using data bases.I have seen smarty template […]
Tags:PHP Questions
Hi i am trying to plot a pie chart from a poll, but i cannot seem to manage to get more than three colours to go into the chart, please note that i have 11 different items to plot in the pie chart
Attached please find the code
<?php
$slide = $one + $two + $three […]
I have rebuilt numerous navigational buttons into CSS (.button {backgroung-image ETC) to reduce the number of http requests.
It works fine (better loading time and so forth) except that the images are "seen" as unsecured.
My thought: Possibly move or copy the images in question from http to https.
But how?
I used MS Visual Web Developer and for […]