Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
51% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
4
1 Commented Post
~23.9K People Reached
About Me

Devil in Disguise

Member Avatar for Reverend Jim

I can't take it anymore. At first it was only occasionally. Now it seems that every time I turn on the TV someone else is doing it. Doesn't our school system teach English anymore? I am referring, specifically, to pronouns. At least three times today I have heard expressions like …

Member Avatar for Reverend Jim
7
5K
Member Avatar for christina>you

[B]The rules are simple:[/B] [B]Use [U]one[/U] word to start a story and then continue it.[/B] I will start: Once

Member Avatar for advent_geek
0
3K
Member Avatar for ddanbe

Mine is: > *procrastination* Don't ask me why. I guess it's the succession of vowels o a i e u

Member Avatar for bumsfeld
0
1K
Member Avatar for Mike_danvers

i would like to introduce a game where people can communicate with eachother.All of you have to post a dialogue from any of the most popular movie.each of us have to communicate in relevanve to the previous dialogue:- for eg:- 1)This is madness(from the movie 300) the next post should …

Member Avatar for polodas
1
277
Member Avatar for cambalinho

maybe i'm the 1st seen these problem, maybe i'm not... i noticed before and i didn't make case, but now i'm horry about it... i'm logined from 1h(maybe more) and everytime that answer me, i never recive a mail notification, because i'm logined. i can tested more about it, but …

Member Avatar for blackmiau
0
364
Member Avatar for anupam_smart

This is really simple. Just take the last letter of the movie name in previous post & put another movie name starting with that letter. Eg.:- if i put "The Matrix -Reloaded" answer may be "Doom" so let's start. I put : The Matrix Revolution

Member Avatar for blackmiau
0
4K
Member Avatar for Mike_danvers

lets start a debate.just to enlighten our views on every problem of today's world.hope it can help us grow intellectual thoughts among us.... anyone can come up with the 1st topic to debate...so daniweb GEEKS lets take it head on\m/lets see whose topic will be chosen to debate on.

Member Avatar for Mya:)
0
143
Member Avatar for Mike_danvers

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at G:\xampp\htdocs\prac\picvw.php:202) in G:\xampp\htdocs\prac\picvw.php on line 220

Member Avatar for diafol
0
149
Member Avatar for Mike_danvers

i am trying to do multiple photo upload but its not working,i can just upload just one image at a time here is my code.I am looking for uploading multiple image using multiple file input type and a single submit button. <html> <body> <form action="imgupsuc.php" method="post" enctype="multipart/form-data"> <?php @$nm=$_POST['n1']; ?> …

Member Avatar for davidjennings
0
194
Member Avatar for johnef_sh

I need to upload 5 images at ones with they labels I have made this before to upload many images at one it works fine but I need to have an label for each image how this can be done take a look at my code. this is the HTML …

Member Avatar for Mike_danvers
0
473
Member Avatar for Mike_danvers

i have installed coppermine successfully,but i can,t understand how to implement coppermine on my own webpage,so that my users can create their own album,upload images,delete images via my website rather than coppermine,i want my website to have all the features of coppermine such as album creation,uploading images in respective albums,delete …

0
80
Member Avatar for Mike_danvers

<html> <body> <table border=3> <form action=checkpass.php method=post> <tr> <td>userid</td> <td><input type=text name=n1></td> </tr><br> <tr> <td>password</td> <td><input type=password name=n2></td> </tr><br> <tr> <td><input type=submit value=login></td><br> <td><a href=registration.html>Create new account</a></td> </tr> </form> </table> </body> </html> //checkpass.php <?php session_start(); include "connect.php"; ?> <?php $userid=$_POST['username']; $password=$_POST['password']; $q="select * from cust_details where userid='".$userid."' and password='".$password."'"; $s=mysql_query($q); …

Member Avatar for Alhussaini.Eng
0
254
Member Avatar for Mike_danvers

with all due respect i would like to inform that,2hours ago i posted a thread on php webdevelopment,but can't see that in my watch list nor in forum,can any of the admins have any idea what happened to that??

Member Avatar for Mike_danvers
0
94
Member Avatar for dorkwad

Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection. I want a table in a MySQL database that has the fields: -Image ID -Image Name -Actualimage -Description -Date Added -Views then i want a PHP script that creates a page (i assume …

Member Avatar for asadjaved64
0
2K
Member Avatar for Mike_danvers

Can anybody tell me briefly and in details the procedure to create a system where a logged in user can create multiple photo albums and can upload images in ecah of them.just like we do in any social networking sites. preferably:-if an user is logged in then he will be …

Member Avatar for veedeoo
0
158
Member Avatar for Mike_danvers

hie my name is mike danvers,new and a novice,when i have registered for daniweb i just had 3 things in mind "help help n help" but the more i m interacting with community members the more friendly environment i get here.In just 1 week am feeling like as if its …

Member Avatar for Mike_danvers
1
262
Member Avatar for jpizzolato

I am trying to upload a csv file to a website that was created using a MySQL query in a php file. Here is the code: ************************************* // Fetch Record from Database $output = ""; $table = "customer"; // Enter Your Table Name $sql = mysql_query("select * from $table"); $columns_total …

Member Avatar for sikander123
0
296
Member Avatar for jalferez1

hi. i'm new here. i'm 2nd year computer science student and our teacher told us to make a program that tokenize a string. can you help me to do it? it's apreciated :))

Member Avatar for jalferez1
0
127
Member Avatar for Mike_danvers

with the help of daniweb i can now successfully upload photos.& again i showed up with another problem this time i want to declare different sizes for my phots(passport,stamp etc).so that when ever a customer selects photo type using radio button he can see his selected image in that format. …

Member Avatar for pritaeas
0
123
Member Avatar for Mike_danvers

trying to change password,but dunno wat adjusmnts to make on my code ?php session_start(); $dbhost = "localhost"; $dbname = "phplogin"; $dbuser = "root"; $dbpass = ""; $conn = mysql_connect ( $dbhost, $dbuser, $dbpass)or die("Could not connect: ".mysql_error()); mysql_select_db($dbname, $conn) or die(mysql_error()); @$username = $_POST['username']; @$password = $_POST['password']; mysql_query("UPDATE mysql.user SET …

Member Avatar for pritaeas
0
157
Member Avatar for justin22

<?php session_start(); include 'connect.php'; <?php session_start(); include 'connect.php'; if(isset($_POST['submit'])) { //$username = $_POST['username']; $password = md5($_POST['currentpassword']); $newpassword = md5($_POST['newpassword']); $confirmnewpassword = md5($_POST['newpassword1']); $user_id = $_SESSION['user_id']; var_dump($user_id); $sql = "SELECT * FROM user WHERE user_id=$user_id "; var_dump($sql); mysql_select_db($dbname) or die(mysql_error()); $result = mysql_query($sql); //mysql_fetch_assoc($result); while($data = mysql_fetch_assoc($result) ){ $userPassword = $data['password']; …

Member Avatar for Mike_danvers
0
191
Member Avatar for Mike_danvers

i don't want any of my daniweb notifications to be notified to my email address since i can keep track on them via Watched articles.so what i have to do??or would it be possible for you to stop my email notifications??

Member Avatar for Mike_danvers
0
278
Member Avatar for Mike_danvers

This is a suggestion to the admin as an user of daniweb to introduce a live chat option,so that the users dnt have to kip on refreshing and waiting for the solution of their query. looking foroward 2wards some positive action from the admin towards the subject matter. with regards …

Member Avatar for Mike_danvers
0
217
Member Avatar for The Dude

Ten favourite movies 10 Movies I love 1) Foul Play - 1978 2) Marked Man - 1996 3) The Goonies - 1985 4) The Toy - 1982 5) 48 HRS - 1983 6) Home Alone - 1990 7) Real Genius - 1985 8) Flight of the Navigator - 1986 9) …

Member Avatar for Reverend Jim
0
277
Member Avatar for Dani

It's time yet again for a DaniWeb Developer Competition!! This time the goal is to utilize [our new API](http://www.daniweb.com/api/home) launched last month. There's a lot that you can do with our API. Essentially it allows your application (web, desktop, mobile, etc) to tap into DaniWeb's backend. Your own application can …

Member Avatar for Mike_danvers
4
3K
Member Avatar for Mike_danvers

my table structure is id|passport|stamp|postcard|poster|greetings|collage| 1|2 |3 |4 | 2|7| 6 | ................like this.. i want to show ma users the most recent entry....i am successfully able to show the entries but..my php script is showing all the earlier and recent records..i want to show just the last record inserted. …

Member Avatar for diafol
0
180
Member Avatar for nufftalon

I currently host my clients through dreamhost. I wanted to get something faster, cheap, and probably European. Any suggestions?

Member Avatar for Mike_danvers
0
343
Member Avatar for Mike_danvers

hi!!m doing my college project on "online digital photo printing"where a customer can upload,edit and order photos at home the problem i am facing is:-i want to provide my users a "price list of photo type(passport size=rs XXX,stampsize=rs YYY)" and these prices should be entered by "admin"in a form..that gets …

Member Avatar for diafol
0
173
Member Avatar for Mike_danvers

hi..i want my customers/users to upload as many jpg pic they want into their individual album..and can make i choice(like what kind of photos(stamp size,poster,collage etc)they want of a particular photo and also there should be the no. of quantities they want...n after submitting those data they total sum should …

Member Avatar for Mike_danvers
0
165