This script adds some basic math functions to php allowing you to get percentages, ratios and other fraction based functions. Background I...
for fonts use font-family: ariel; @font-face { font-family: ariel; src: url('http://font.com/font.ttf'); } You cant get the string...
You need to use ajax to request that page and have it returned and then have the ajax response text be set as the inner html of that element.
Flash will always have the highest z-index on the page so you cannot set an html element to be over a flash object(swf). Its one of the reasons...
I would have to say microsoft expressionweb 4 is better than adobe dreamweaver cs5 because it really has some time saving feature like auto "" for...
You need to created a file stream to open the file. Try the code below I'm rusty in C++ but to open a file you need to create a new fstream, you...
Well I've been reading this book called "head first beginning programming" so I can learn Python without all the bloat of normal Python books. I...
Ok simple compare the value of what ever is being used as the cloth type source. If your using data retrieved from a database table wrap the if...
Ok let me ask you this, what do you want the program to do? What is the end result, once you tell me I can help you rewrite this code so it works...
You need to use Ajax to do this. Forgive me but my javascript is terrible since I haven't coded in it in a while but you need to set up an ajax...
Ok let me ask what are you trying to do code wise? Your getting data from the database but not using that data at all in your first post. Your...
Do you want page refresh or no page refresh? You can use a url variable to this. Then use that as the where condition in your SQL statement that...
I'll brb I have to go to the store could you post your mysql table so I can test the code to make sure what I give you works. I spotted an error...
Why are you using the @ symbol that is for error suppression. Where are the variables $clicking_output and $spreading_input? Your trying to...
Sorry edit time limit reach also try out this code I've made sure it worked with the form and change the db fields to your own those are mine for...
You did not insert it into the database. See the problem is you added the if statements that did the math after the data was already added to the...
They are similar but work differently. One is for describing network services while the other is general xml. Scheme can be very tricky because it...
Well I'm sure someone here has wondered why wont my function use the variable I defined outside of it like it does in javascript? Php does not...
If you want the sum use the sum sql function SELECT SUM(COLUM_NAME_HERE) FROM table_name_here WHERE condition = 'some_condition_here' Check...
Add the code to the \xampp\htdocs folder and view http://localhost/script_name.php in your browser. Make sure you have xamp turned on or else it...
Separate names with a comma.