above the else statement you have code. You can't have that there and the else statement must directly follow the if before it, i.e this: if() {...
Yes, but at some point everyone was new to it. Personally I'd advise you to learn plan SQL. T-SQL(Microsoft SQL SERVER) does have its own special...
In your swicth statement for the select variable I see something interesting. ******case 3: *********{ ************cout << "What Armor would you...
Hey try looking here in the documentation. http://www.php.net/manual/en/book.oci8.php I've never used oracle but that page should get you up to...
No varchar(80) expects a character length of only 80. If the images character length is only 80 then yes but in most cases it will not be and will...
Its easier to just supply the arguments to the function. This belongs to a class for all my stats. I don't see how I'm rewriting the language if...
I've been playing with the notion of making my own game engine and these are some starter functions I wrote for in game stats. percentage...
I think you need to get the basics of php before you even continue on any further with this project. Your doing so many things wrong its not even...
Your query is wrong and your not properly adding the variable. $Q = mysql_query("SELECT username,password From log WHERE username='". $username...
One is a hack page disguised as a genuine page(data capture page), while the other is a page used for redirects when your site is down, undergoing...
Use this one. I couldn't test if it worked because I don't have a database set up like yours but no errors where shown aside from the...
Try these multi.php <?php $host = "localhost"; $user = "root"; $pass = ""; $con = 0; $dbs = 0; $re = 0; $se = 0; $C =...
I'll help you this is working code I just wrote and tested for you. This is an example of how to get the desired effect your trying to get....
Instead of using those two functions just use this one function. It does not open all sub directories and get their folder and file counts. The...
You can use these functions I created to get the file count and folder count of a directory. I have not made one that gets the size of a directory...
You need to use a query to get the id of each item and use that as the value attribute of the input element. $q = mysql_query("SELECT * FROM...
These functions allow you to get the mean, the median, tell if a number is even or odd, strip an array of all strings and characters, and provide...
I think your passwords would be easy to crack. One they appear to be set to a max length of 25 characters. Add on the fact that it only allows two...
@Scripting good first try, if you work on it or try something a bit different he might except it as an article. of course you need to post them...
Yes using the built in functions you can perform this easy for image functions see GD http://php.net/manual/en/book.image.php for...
Separate names with a comma.