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
~24.1K People Reached
About Me

Devil in Disguise

29 Posted Topics

Member Avatar for Reverend Jim

okay after going through every post i came to this conclusion.Is it necessary that anybody who is inquisitive about something should open the english grammer book first then ask,say or narrate anything?i mean there are many countries in the world where english is not so popular though "english" is the …

Member Avatar for Reverend Jim
7
5K
Member Avatar for christina>you
Member Avatar for ddanbe
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
278
Member Avatar for cambalinho

i think the admins dint like your mail-id :D just kidding,during the registration process an option comes "do you want email notifications from daniweb?" i think u missed that.

Member Avatar for blackmiau
0
364
Member Avatar for anupam_smart
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
145
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
151
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
198
Member Avatar for johnef_sh

well though its done to death,but the news is???this code is not storing the images (i have changed the database name from daniweb to "mydb",n insert into "mytable",n guess what,this code is not even showing successful upload.

Member Avatar for Mike_danvers
0
508
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
255
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
97
Member Avatar for dorkwad

how to use coppermine by the way??because i have downloaded many zipped codes from various websites

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
161
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

though i dnt know much but on line 7 instead of $table i would suggest you to try the "table name" as it is in you mysql database.n use the datatype as "blob" for storing.it worked for me.

Member Avatar for sikander123
0
299
Member Avatar for jalferez1

i agree with dragon,"computer needs some language to communicate with any otha application"though the global language of computer is binary 1 & 0 :P

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
126
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
160
Member Avatar for justin22

will that script work for any html form??is there any need for some database field changes??@everyone

Member Avatar for Mike_danvers
0
194
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

1)the dark knight 2)pandorum 3)insomnia 4)prestige 5)from hell 6)cleopatra 7)inglorious bastards 8)a wednesday(indian) 9)rang de basanti 10)a walk to remember

Member Avatar for Reverend Jim
0
278
Member Avatar for Dani
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
185
Member Avatar for nufftalon
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
174
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
172

The End.