Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #3K
~3K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for dahi_man

Hi, each time i create an html link, it does not work: I have tested it chrome, firefox,internet explorer, opera. I am talking about all the html pages i created. The ones i created about 1 month ago worked, but not the one i am creating now: example: <html> <head> …

Member Avatar for dahi_man
0
111
Member Avatar for vibhaJ

you need a php page to process the input. Now, you need to add name attribute to each of your tag. then, you use the get or post method .... This is actually the basics of php. I suggest you start learning it via tutorials etc..

Member Avatar for vibhaJ
0
220
Member Avatar for marloagapay

Hi, tell me, are you using phpmyadmin ? [B]If so, go to the structure of the table, have you checked the checkbox for the AUTO INCREMENT ? [/B] If you have not, auto increment will not happen. Check it and let us know.

Member Avatar for decade
0
218
Member Avatar for mary_forum

Hi, please use this as a guide and try to implement it- it worked fine for me. [B]Also, use method POST, do not use GET[/B] <?php [B]$name= $_FILES['uploadit']['name'];// uploadit is the filename $tmp_name= $_FILES['uploadit']['tmp_name'];[/B] $location= 'images/'; $to_insert= $location.$name ;// concat name and the images folder if (move_uploaded_file([B]$tmp_name[/B],[B]$location.$name[/B])){ echo "File uploaded!"; …

Member Avatar for Member #120589
0
1K
Member Avatar for dahi_man

Hi, for some weeks now, i have been trying to develop an [B]attendance system with php and mysql. [/B] I HAVE LOOKED EVERYWHERE!! what i have done is this: user select date (calendar). date is processed in php page. if attendance has not been filled,then new attendance sheet is provided. …

Member Avatar for dahi_man
0
795
Member Avatar for dahi_man

Hi All, I am seeing that there is no way to retrieve more than 1 image from a mysql table? I have googled it, looked into 10's of websites.. no solution. How can i simply retrieve many pictures from a table,with the other columns if possible, please? and i also …

Member Avatar for dahi_man
0
127

The End.