maddog39
Members-
Content Count
214 -
Joined
-
Last visited
Everything posted by maddog39
-
It previews HTML. Php doesnt work yet. It will take me abouts 1-2 years to finish it completley even with the help of a pro php programmer that I know as a friend.
-
Hello all, I am making a php powered program that will eventually have a file manager and all kinds of cool stuff. What it does is its an online php/html editor thats half WYSIWYG and half text. Right now nothing works really except the code previewer. Which right now only previews html. But I will put java scripts and guides and what not when its finished. Also when its finished you will have to pay for it and buy a lisence. But for now anyone can use it threw the testing stages. http://forums.xisto.com/no_longer_exists/
-
I started learning some ssmall stuff from snippets. But now I have PHP5-Fast&Easy Web Development, By: Julie Meloni. Its really neat and its very very easy to follow.
-
Well it is very possible that a teacher could/would think that. I mean there are sooo many nick names for the various types and kinds of drugs. Depending on that schools policy, they could have taken an extra percaution. You never know.
-
I have noticed that NS1 doesnt work very well so I use NS2. Also I thought that uni.cc stopped its service for a while. Unless it got back up.
-
Wow! you guys are really serious about your coding/scripts. Im scared, lol. I did this out of boardom. Thats why theres no copyright and other special stuff.
-
Well I know it was a pointless project. But I did it out of bordum. I also dont have any knowledge of Javascript and right now im learning php. But I know that Javascript is better for this stuff. But it still works and I use it all the time.
-
I have a website that is currently down because the host is futsing around. When its finished ill have tons of internet resources. The site is techsource.rlmccoy.com. Its a computer/internet/gaming resource site.
-
Heck no one can sing on that show. They all come in showing off completley different talents just to get into the show. But they CANT SING, omg thats just plain dumb/stupid.
-
I saw the UBB thing before. The other one is kinda stupid, lol. I dont know how they get money for it but ok.
-
Lol, thanks guys.
-
Hello all, I was eally bored the other day. So I decided to make a php calculator just out of the blue. I set it up and it works really good. You can see mine here. Ill give you guys the source code too if you want it. Here it is... Name this calculate_forum.html <html><head><title>Calculation Form</title></head><body><form method="post" action="calculate.php"><p>Value 1: <input type="text" name="val1" size="10"></p><p>Value 2: <input type="text" name="val2" size="10"></p><p>Calculation:<br><input type="radio" name="calc" value="add"> add<br><input type="radio" name="calc" value="subtract"> subtract<br><input type="radio" name="calc" value="multiply"> multiply<br><input type="radio" name="calc" value="divide"> divide</p><p><input type="submit" name="submit" value="Calculate"></p></body></html>Name this calculate.php <?phpif (($_POST[val1] == "") || ($_POST[val2] == "") || ($_POST[calc] =="")) { header("Location: calculate_form.html"); exit;}if ($_POST[calc] == "add") { $result = $_POST[val1] + $_POST[val2];} else if ($_POST[calc] == "subtract") { $result = $_POST[val1] - $_POST[val2];} else if ($_POST[calc] == "multiply") { $result = $_POST[val1] * $_POST[val2];} else if ($_POST[calc] == "divide") { $result = $_POST[val1] / $_POST[val2];}echo "<title>Calculation Result</title>";echo "<p>The result of the calculation is: $result</p>";echo "<p><a href=\"calculate_form.html\" target=\"_self\">Do Another</a></p>";?> Then upload the files to your server and go to http://www.yourdomain.com/calculate_form.html and enter 1 number in variable 1 and another number in variable 2. Then select a mathmatical method, then press calculate and then your answer will pop-up in a new page. The just click 'Do Another' to do another problem. Comments are appreciated.
-
OMG! I hate dying in AA its the most annoying thing. But then again I just simply wait till the next round and steal myself an AR or a G-Launcher and rampage around the map like a mad man..... lol Anyways I love the computer, I am on my comp at least 3 hours each and every day. Whether its playing games or programming.
-
I am 13 years old. Prolly a youngster to you guys.
-
Yeah! A macintosh FAQ site would be great. I have an apple too. But I cant find any. But if your really desperate you can always go to invisionfree.com board directory and find an apple forum with active members. I did that once and got a good answer along with some past FAQ's that where also useful.
-
For one thing that was the dumbest load of bull and spam I have ever heard. And the second thing,(Since we can cuss here) Shut the hell up cuz im in 7th grade and I ant no idiot. (Sorry I had to get that out.)
-
I had problems with my databases too. But it was a normal MySQL server failur as usual for me. I didnt get the same error as you but my SQL DBs were down for a while. Eventually it fixes it self and moves on. cPanel is completley automated to a point. SO it can fix it-self without any help from a human. But then again it cant authenticate accounts and stuff, but thats a duhh factor. LOL.
-
I had 3 gmail invites and only got 1 extra. But they are prolly finishing up with the gmail thing and want more people in it so there giving everyone more invites. Thats just my usomtion.
-
Im not quite sure what your refering to or talking about. Can you clear that up.
-
I think that making your own custom PC is really the best option for that. But if you know absolutly nothing about computers except point and click then I would say the Dell XPS serires is the betst fo them all.
-
Upgrade To A 50mb Package How many credits do I need?
maddog39 replied to FireStorm~'s topic in Web Hosting Support
All you have to do is click here and reead the entire post. That will tell yoyu everything you need to know. Then if you want more ifnormation or you are ready to host your account just go into the 'New Posts Request HOSTING account.' forum and look in there. I hope this helps some more. -
Ok, That would be useful. But I just learned really on how to use the filters. Otherwise before thenj I just left them alon because I didnt know what they did. But please do post that tut of yours. I would like to see it.
-
Make Money With Google Adsense How to get the most money out of it
maddog39 replied to whyme's topic in Business Forum
No, I have google adsense and once you have reached $100 at some point during the month you wait until the month ends and goole will send a check to your house with $100 or whatever else you earned during that month. So non of it gets wasted.