- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 3
- Upvoting Members
- 5
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
24 Posted Topics
| |
I need a PHP messaging system where you can send, recieve, and view the messages you sent from one user to another. If you need my SQL code for the database, just ask :) | |
OK, this is wierd and also a first for me. Alright, I have XAMPP and am currently in the process of creating a game in PHP. But randomly the XAMPP control panel told me the the starter application for Apache was corrupted, so I tried to replace the file with … | |
Hi, I'm looking for a tutorial type of thing that can help me get a better understanding of colons in the URL. What I want to be able to do is be able to define a user in my database like this: [url]http://www.example.com/user:admin[/url] Please give me a tutorial or tell … | |
Okay, I'm in need of MAJOR help. I'm trying to get my own private server up, but in order to do so, I need Visual Studio 2008 C++ Express Edition. I've went to the Windows homepage and found a download for Visual Studio 2008 C++ Express Edition. When I click … | |
Okay, so I'm making a RPG PHP text-based game. I have admins, but I' having trouble with coming up with new admin tools that will be available. I'm asking the gamers part of Daniweb to help me come up with new admin tools that will be useful and effective. I'm … | |
Well, I'm making this script that deals with numbers that can go up to some VERY large numbers. Like 1.0E+150 I have tried [CODE] <?php echo number_format(1.0E+10); ?> [/CODE] But that returns 10,000,000,000 I want a way to show that number, but without the comas. Can anyone help? | |
This one is a messaging system! Made it myself, works great! Hopes you like :) | |
This is it, I've completed my forum script and I'm sharing it with you!!!!!!! :O Hope you like it, if you find any bugs, please post it here Oh yea, and the first registered person will be the admin | |
This is a nice and easy table editer. Use it to add and delete cells, rows, and a caption | |
Use this to encrypt your passwords, for login fields and password protection. | |
When I use my php, and code it and such, for some reason when I use '<?' my php doesn't work. And I need it to go like that because I download a lot of scripts other people made and most of them don't use '<?php'. Can anyone help?? | |
I am making 2 cookies, but when they are set, it shows me this error "Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\forum\index.php:4) in C:\xampp\htdocs\forum\index.php on line 81" But I dont have any headers?? Here is the code [CODE]$expire=time()+60*60*24*30; setcookie('username',$u,$expire); setcookie('password',$p,$expire);[/CODE] I made a … | |
I'm making a PHP forum script But, when ever i try to add a new topic it gives me this error: [QUOTE]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc) VALUES (Test, General … | |
I need help with this logout link i made When you click it, it should show a confirm box, but it doesn't. Heres the Javacript [CODE] <script language='javascript'> function confirm(){ var f = confirm("Are You Sure You Want To Logout?"); if(f){ return true; } else{ return false; } } </script> … | |
I need a code that encrypts the password, please if anyone knows it please post. | |
I am using this thread to show an example to a website on my javascript table editer I made. To see the script in action, just put it in one of your text editers (i.e Note Pad, ect... ect...) Description: With this, you can add cells, delete cells, add rows, … | |
I made this JavaScript that password protects a page. But the password you type in is completely visible! I want it so that the password are those black dots for each letter.... If anybody gots anything, please post it here, thx. Oh yea, here is the script [icode]<HTML> <BODY> <SCRIPT> … | |
Hi, I'm new to C++, and I made this program that makes either 1, or 2 pop up. And for 1, a text field is suppost to pop up to show you won, and if 2 pops up, it's suppost to say you lose. I got everything down (The unmber … |
The End.